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-05-08T02:07:42.317Z||main|||||INFO|500||The following profiles are active: basic
2022-05-08T02:07:50.942Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-08T02:07:50.943Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-08T02:07:51.016Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-08T02:07:53.060Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-08T02:07:53.222Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-08T02:07:53.575Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-08T02:07:53.583Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-08T02:07:53.661Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-08T02:07:53.784Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-08T02:07:54.165Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-08T02:07:55.049Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-08T02:07:56.830Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-08T02:07:56.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-08T02:07:57.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-08T02:07:57.659Z||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-05-08T02:07:58.669Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-08T02:07:59.635Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-08T02:07:59.651Z||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$$7fa680a9.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-05-08T02:07:59.652Z||main|||||WARN|500||The sdc end point is not alive
2022-05-08T02:08:02.121Z||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-05-08T02:08:04.447Z||main|||||WARN|500||---
2022-05-08T02:08:04.448Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-08T02:08:04.448Z||main|||||WARN|500||---
2022-05-08T02:08:04.885Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-08T02:08:08.830Z||main|||||INFO|500||Started Application in 30.498 seconds (JVM running for 31.57)
2022-05-08T02:08:08.842Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-08T02:08:08.843Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-08T02:08:08.852Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-08T02:08:08.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-08T02:08:08.944Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2636140f-ac5c-4cb0-a9b9-caae2e373507 url= /sdc/v1/artifactTypes
2022-05-08T02:08:08.944Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-08T02:08:09.190Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-08T02:08:09.211Z||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-05-08T02:08:09.230Z||scheduling-1|||||DEBUG|500||create keys
2022-05-08T02:08:09.237Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-08T02:08:16.110Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:08:16.125Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a81e3f8-3306-4453-94b4-f8a7f0e766ba url= /sdc/v1/registerForDistribution
2022-05-08T02:08:54.879Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4a81e3f8-3306-4453-94b4-f8a7f0e766ba url= /sdc/v1/registerForDistribution
2022-05-08T02:08:54.880Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-08T02:08:54.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:08:54.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:08:54.893Z||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-05-08T02:08:54.893Z||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-05-08T02:08:54.893Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:08:54.893Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:08:54.894Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-08T02:09:05.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:09:05.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:09:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:09:54.887Z||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-05-08T02:09:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:09:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:09:54.888Z||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-05-08T02:09:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:10:04.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:10:04.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:10:54.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:10:54.887Z||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-05-08T02:10:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:10:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:10:54.888Z||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-05-08T02:10:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:11:04.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:11:04.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:11:54.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:11:54.887Z||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-05-08T02:11:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:11:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:11:54.888Z||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-05-08T02:11:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:12:04.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:12:04.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:12:54.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:12:54.887Z||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-05-08T02:12:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:12:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:12:54.888Z||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-05-08T02:12:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:13:04.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:13:04.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:13:54.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:13:54.888Z||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-05-08T02:13:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:13:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:13:54.888Z||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-05-08T02:13:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:14:04.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:14:04.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:14:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:14:54.887Z||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-05-08T02:14:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:14:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:14:54.888Z||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-05-08T02:14:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:15:04.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:15:04.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:15:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:15:54.887Z||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-05-08T02:15:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:15:54.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:15:54.889Z||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-05-08T02:15:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:16:04.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:16:04.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:16:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:16:54.887Z||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-05-08T02:16:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:16:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:16:54.888Z||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-05-08T02:16:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:17:04.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:17:04.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:17:38.694Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-08T02:17:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:17:54.887Z||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-05-08T02:17:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:17:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:17:54.888Z||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-05-08T02:17:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:18:04.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:18:04.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:18:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:18:54.887Z||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-05-08T02:18:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:18:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:18:54.888Z||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-05-08T02:18:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:19:04.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:19:04.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:19:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:19:54.887Z||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-05-08T02:19:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:19:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:19:54.888Z||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-05-08T02:19:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:20:04.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:20:04.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:20:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:20:54.887Z||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-05-08T02:20:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:20:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:20:54.888Z||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-05-08T02:20:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:21:04.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:21:04.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:21:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:21:54.887Z||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-05-08T02:21:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:21:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:21:54.888Z||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-05-08T02:21:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:22:04.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:22:04.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:22:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:22:54.887Z||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-05-08T02:22:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:22:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:22:54.888Z||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-05-08T02:22:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:23:04.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:23:04.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:23:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:23:54.887Z||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-05-08T02:23:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:23:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:23:54.888Z||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-05-08T02:23:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:24:04.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:24:04.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:24:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:24:54.887Z||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-05-08T02:24:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:24:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:24:54.888Z||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-05-08T02:24:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:25:04.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:25:04.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:25:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:25:54.887Z||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-05-08T02:25:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:25:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:25:54.888Z||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-05-08T02:25:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:26:04.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:26:04.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:26:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:26:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:26:54.888Z||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-05-08T02:26:54.888Z||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-05-08T02:26:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:26:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:27:04.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:27:04.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:27:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:27:54.887Z||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-05-08T02:27:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:27:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:27:54.888Z||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-05-08T02:27:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:28:04.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:28:04.426Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:28:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:28:54.887Z||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-05-08T02:28:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:28:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:28:54.888Z||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-05-08T02:28:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:29:04.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:29:04.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:29:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:29:54.887Z||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-05-08T02:29:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:29:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:29:54.888Z||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-05-08T02:29:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:30:04.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:30:04.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:30:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:30:54.887Z||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-05-08T02:30:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:30:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:30:54.888Z||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-05-08T02:30:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:31:04.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:31:04.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:31:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:31:54.887Z||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-05-08T02:31:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:31:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:31:54.888Z||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-05-08T02:31:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:32:04.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:32:04.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:32:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:32:54.887Z||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-05-08T02:32:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:32:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:32:54.888Z||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-05-08T02:32:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:33:04.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:33:04.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:33:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:33:54.887Z||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-05-08T02:33:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:33:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:33:54.888Z||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-05-08T02:33:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:34:04.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:34:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:34:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:34:54.887Z||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-05-08T02:34:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:34:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:34:54.888Z||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-05-08T02:34:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:35:04.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:35:04.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:35:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:35:54.887Z||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-05-08T02:35:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:35:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:35:54.888Z||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-05-08T02:35:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:36:04.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:36:04.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:36:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:36:54.887Z||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-05-08T02:36:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:36:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:36:54.888Z||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-05-08T02:36:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:37:04.416Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:37:04.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:37:54.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:37:54.887Z||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-05-08T02:37:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:37:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:37:54.888Z||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-05-08T02:37:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:38:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:38:04.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:38:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:38:54.887Z||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-05-08T02:38:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:38:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:38:54.888Z||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-05-08T02:38:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:39:04.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:39:04.424Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:39:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:39:54.887Z||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-05-08T02:39:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:39:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:39:54.888Z||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-05-08T02:39:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:40:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:40:04.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:40:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:40:54.887Z||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-05-08T02:40:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:40:54.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:40:54.888Z||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-05-08T02:40:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:41:04.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:41:04.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:41:54.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:41:54.887Z||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-05-08T02:41:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:41:54.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:41:54.888Z||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-05-08T02:41:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:42:04.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:42:04.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:42:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:42:54.887Z||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-05-08T02:42:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:42:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:42:54.889Z||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-05-08T02:42:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:43:04.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:43:04.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:43:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:43:54.887Z||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-05-08T02:43:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:43:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:43:54.888Z||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-05-08T02:43:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:44:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:44:04.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:44:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:44:54.887Z||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-05-08T02:44:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:44:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:44:54.888Z||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-05-08T02:44:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:45:04.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:45:04.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:45:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:45:54.887Z||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-05-08T02:45:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:45:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:45:54.888Z||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-05-08T02:45:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:46:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:46:04.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:46:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:46:54.887Z||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-05-08T02:46:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:46:54.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:46:54.888Z||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-05-08T02:46:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:47:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:47:04.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:47:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:47:54.887Z||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-05-08T02:47:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:47:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:47:54.888Z||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-05-08T02:47:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:48:04.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:48:04.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:48:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:48:54.887Z||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-05-08T02:48:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:48:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:48:54.888Z||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-05-08T02:48:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:49:04.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:49:04.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:49:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:49:54.887Z||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-05-08T02:49:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:49:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:49:54.888Z||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-05-08T02:49:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:50:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:50:04.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:50:54.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:50:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:50:54.888Z||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-05-08T02:50:54.888Z||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-05-08T02:50:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:50:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:51:04.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:51:04.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:51:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:51:54.887Z||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-05-08T02:51:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:51:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:51:54.888Z||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-05-08T02:51:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:52:04.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:52:04.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:52:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:52:54.887Z||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-05-08T02:52:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:52:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:52:54.888Z||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-05-08T02:52:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:53:04.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:53:04.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:53:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:53:54.887Z||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-05-08T02:53:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:53:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:53:54.888Z||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-05-08T02:53:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:54:04.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:54:04.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:54:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:54:54.887Z||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-05-08T02:54:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:54:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:54:54.888Z||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-05-08T02:54:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:55:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:55:04.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:55:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:55:54.887Z||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-05-08T02:55:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:55:54.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:55:54.888Z||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-05-08T02:55:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:56:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:56:04.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:56:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:56:54.887Z||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-05-08T02:56:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:56:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:56:54.888Z||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-05-08T02:56:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:57:04.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:57:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:57:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:57:54.887Z||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-05-08T02:57:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:57:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:57:54.888Z||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-05-08T02:57:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:58:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:58:04.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:58:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:58:54.887Z||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-05-08T02:58:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:58:54.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:58:54.888Z||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-05-08T02:58:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:59:04.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:59:04.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T02:59:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:59:54.887Z||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-05-08T02:59:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T02:59:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T02:59:54.888Z||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-05-08T02:59:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:00:04.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:00:04.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:00:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:00:54.887Z||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-05-08T03:00:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:00:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:00:54.888Z||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-05-08T03:00:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:01:04.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:01:04.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:01:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:01:54.887Z||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-05-08T03:01:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:01:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:01:54.888Z||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-05-08T03:01:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:02:04.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:02:04.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:02:54.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:02:54.887Z||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-05-08T03:02:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:02:54.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:02:54.888Z||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-05-08T03:02:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:04.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:04.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:54.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:03:54.887Z||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-05-08T03:03:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:03:54.888Z||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-05-08T03:03:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:55.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:55.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979015914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979010070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979017633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979017759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979025416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979025431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979025765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979025863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "cds",
  "timestamp": 1651979026446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-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-05-08T03:03:55.298Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.312Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:03:55.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979026658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979026873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "policy-id",
  "timestamp": 1651979027879,
  "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-05-08T03:03:55.341Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.341Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979028039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979029171,
  "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-05-08T03:03:55.354Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.354Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979029617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979030175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:03:55.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979030623,
  "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-05-08T03:03:55.366Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:03:55.366Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:03:55.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979025552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:03:55.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:55.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:03:55.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8284d2af-44d5-490b-9f12-6818e70a0267","serviceName":"basic_onboard_bdFcVu","serviceVersion":"1.0","serviceUUID":"27d44dde-4ce2-40ef-8f20-c0248e11e961","serviceDescription":"service","serviceInvariantUUID":"f117b72b-366f-4799-b05b-803cba6eccdd","resources":[{"resourceInstanceName":"basic_onboard_bdFcVu 0","resourceName":"basic_onboard_bdFcVu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc942c28-0a74-4b47-a396-e969ccb1c449","resourceInvariantUUID":"84f104e2-7f7f-4022-8d95-b4aae27aadef","resourceCustomizationUUID":"ab6b39ba-3292-4f22-8670-e3d850f79e3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml","artifactChecksum":"MGZkZWQ2YmUzNmQ3YTBiMGMyMDEwYzg0YmRiZmJhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11a4ac5b-25d0-4b38-ace2-8c6b55d67cd6","artifactVersion":"1"},{"artifactName":"basic_onboard_bdfcvu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json","artifactChecksum":"NWY2MWY0OWFkZTJlY2UzNDFmN2E5N2U3YTBkZDhlMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4aee8ff9-5f88-40f0-b750-bce32c6d3d36","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84a69e10-419d-4d01-926e-e6f36814deac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7816821f-ec69-4632-a7e9-2bfd863e75d0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"112cfc3c-61be-4763-98bb-6f72a753180d","artifactVersion":"2","generatedFromUUID":"84a69e10-419d-4d01-926e-e6f36814deac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBdfcvu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml","artifactChecksum":"Yzg4MDM2MTdjZWIzN2QzNGFlMWYyZDUwYmE2YzkyNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f26bd4df-4d0f-4d7d-a508-fbb696586943","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBdfcvu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar","artifactChecksum":"YzIzZTg4MjVlMGY1ZGIzNjVhNzI1YjQwODVkNWJlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fd6dd73-08c7-4b10-82ef-98079cfd44a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:03:55.510Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:55.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:55.520Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:55.520Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:55.620Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-08T03:03:55.623Z||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-05-08T03:03:55.623Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:55.633Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:55.634Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:56.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:56.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:56.526Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:56.527Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:03:56.627Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:56.628Z||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-05-08T03:03:56.628Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:56.637Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:56.638Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:57.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:57.530Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:57.532Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:57.532Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:03:57.632Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:57.633Z||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-05-08T03:03:57.633Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:57.643Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:57.643Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:58.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:58.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:58.535Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:58.535Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:03:58.635Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:58.636Z||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-05-08T03:03:58.636Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:58.645Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:58.646Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:03:59.535Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:03:59.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:03:59.537Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:03:59.537Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-08T03:03:59.638Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:03:59.638Z||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-05-08T03:03:59.638Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:03:59.648Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:03:59.648Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:00.538Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:04:00.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:00.541Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:00.541Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:04:00.641Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:00.642Z||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-05-08T03:04:00.642Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:00.649Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:00.649Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:01.541Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:04:01.542Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:01.543Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:01.544Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:04:01.644Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:01.644Z||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-05-08T03:04:01.645Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:01.653Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:01.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:02.545Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "serviceName": "basic_onboard_bdFcVu",
  "serviceVersion": "1.0",
  "serviceUUID": "27d44dde-4ce2-40ef-8f20-c0248e11e961",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f117b72b-366f-4799-b05b-803cba6eccdd",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bdFcVu 0",
      "resourceCustomizationUUID": "ab6b39ba-3292-4f22-8670-e3d850f79e3e",
      "resourceName": "basic_onboard_bdFcVu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dc942c28-0a74-4b47-a396-e969ccb1c449",
      "resourceInvariantUUID": "84f104e2-7f7f-4022-8d95-b4aae27aadef",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bdfcvu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
          "artifactChecksum": "NWY2MWY0OWFkZTJlY2UzNDFmN2E5N2U3YTBkZDhlMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4aee8ff9-5f88-40f0-b750-bce32c6d3d36",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "84a69e10-419d-4d01-926e-e6f36814deac",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "112cfc3c-61be-4763-98bb-6f72a753180d",
            "generatedFromUUID": "84a69e10-419d-4d01-926e-e6f36814deac"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "112cfc3c-61be-4763-98bb-6f72a753180d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBdfcvu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
      "artifactChecksum": "YzIzZTg4MjVlMGY1ZGIzNjVhNzI1YjQwODVkNWJlZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3fd6dd73-08c7-4b10-82ef-98079cfd44a6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:04:02.546Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:04:02.546Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27d44dde-4ce2-40ef-8f20-c0248e11e961 ASDC
2022-05-08T03:04:02.664Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8284d2af-44d5-490b-9f12-6818e70a0267
ServiceName:basic_onboard_bdFcVu
ServiceVersion:1.0
ServiceUUID:27d44dde-4ce2-40ef-8f20-c0248e11e961
ServiceInvariantUUID:f117b72b-366f-4799-b05b-803cba6eccdd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBdfcvu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
ArtifactUUID:3fd6dd73-08c7-4b10-82ef-98079cfd44a6
ArtifactChecksum:YzIzZTg4MjVlMGY1ZGIzNjVhNzI1YjQwODVkNWJlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bdFcVu 0
ResourceCustomizationUUID:ab6b39ba-3292-4f22-8670-e3d850f79e3e
ResourceInvariantUUID:84f104e2-7f7f-4022-8d95-b4aae27aadef
ResourceName:basic_onboard_bdFcVu
ResourceType:VF
ResourceUUID:dc942c28-0a74-4b47-a396-e969ccb1c449
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bdfcvu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
ArtifactUUID:4aee8ff9-5f88-40f0-b750-bce32c6d3d36
ArtifactChecksum:NWY2MWY0OWFkZTJlY2UzNDFmN2E5N2U3YTBkZDhlMmE=
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/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:84a69e10-419d-4d01-926e-e6f36814deac
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/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
ArtifactUUID:112cfc3c-61be-4763-98bb-6f72a753180d
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/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
ArtifactUUID:112cfc3c-61be-4763-98bb-6f72a753180d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:04:02.665Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27d44dde-4ce2-40ef-8f20-c0248e11e961 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-05-08T03:04:02.724Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:04:02.724Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:04:02.725Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:04:02.725Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3fd6dd73-08c7-4b10-82ef-98079cfd44a6 from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:02.725Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:02.726Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:03.163Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:03.176Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar 3fd6dd73-08c7-4b10-82ef-98079cfd44a6 71577
2022-05-08T03:04:03.177Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar ASDC sendASDCNotification
2022-05-08T03:04:03.177Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:03.178Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:03.179Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:03.180Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:03.180Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979043176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:04:03.280Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:03.281Z||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-05-08T03:04:03.281Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:03.290Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:03.290Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:04.181Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:04:04.182Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:04:04.183Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3fd6dd73-08c7-4b10-82ef-98079cfd44a6, URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar to file: /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.183Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.234Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.234Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:04.719Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13611820087305918537/Definitions/service-BasicOnboardBdfcvu-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-05-08T03:04:06.318Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.322Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bdFcVu 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-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:06.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:04:06.328Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.329Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.332Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.332Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:04:06.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:04:06.334Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.335Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is not matching search criteria
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-08T03:04:06.338Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.339Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:06.340Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is not matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=720e0629-5964-4716-9fc6-4ea7f3cf9714
2022-05-08T03:04:06.341Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:06.342Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bdFcVu
Description:service
Model UUID:27d44dde-4ce2-40ef-8f20-c0248e11e961
Model Version:NULL
Model InvariantUuid:f117b72b-366f-4799-b05b-803cba6eccdd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bdFcVu
Model UUID:a18cc8e9-89e6-4365-8ad2-af24dec095f6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84f104e2-7f7f-4022-8d95-b4aae27aadef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab6b39ba-3292-4f22-8670-e3d850f79e3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a40b843d-ffb2-41f4-b7ee-7f6d261104d1
ModelName:BasicOnboardBdfcvu..base_ubuntu18..module-0
ModelUuid:d435f51e-9f12-4c57-8abe-272146ea6b5f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:720e0629-5964-4716-9fc6-4ea7f3cf9714
ModelInvariantUuid:24f66853-ba68-48aa-b53b-286e4a69fa2a
ModelName:basic_onboard_bdFcVu-nodes.ubuntu18Cvfc
ModelUuid:cc8db927-d104-4f7e-a859-f93a40defe38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d0cbfbc9-42ed-4e0f-b9d9-e18ace593b95
ModelInvariantUuid:a32525db-e127-4af5-b7df-2cbac81b6ba7
ModelName:BasicOnboardBdfcvu.compute.nodes.heat.ubuntu18
ModelUuid:7b6bf68a-9348-4c87-90ca-03fea64487f0
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-05-08T03:04:06.359Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dc942c28-0a74-4b47-a396-e969ccb1c449
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-05-08T03:04:06.430Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||basic_onboard_bdFcVu 0
2022-05-08T03:04:06.447Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc942c28-0a74-4b47-a396-e969ccb1c449
2022-05-08T03:04:06.447Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4aee8ff9-5f88-40f0-b750-bce32c6d3d36 from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:06.447Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:06.448Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json 4aee8ff9-5f88-40f0-b750-bce32c6d3d36 798
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json ASDC sendASDCNotification
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:06.752Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:06.753Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:06.755Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:06.755Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979046752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:04:06.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:06.856Z||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-05-08T03:04:06.856Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:06.864Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:06.864Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:07.756Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBdfcvu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a40b843d-ffb2-41f4-b7ee-7f6d261104d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d435f51e-9f12-4c57-8abe-272146ea6b5f",
    "vfModuleModelCustomizationUUID": "b73a9060-00c9-4a25-8b05-6fe942118a60",
    "isBase": true,
    "artifacts": [
      "84a69e10-419d-4d01-926e-e6f36814deac",
      "112cfc3c-61be-4763-98bb-6f72a753180d"
    ],
    "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-05-08T03:04:07.767Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBdfcvu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d435f51e-9f12-4c57-8abe-272146ea6b5f
VfModuleModelInvariantUUID:a40b843d-ffb2-41f4-b7ee-7f6d261104d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
84a69e10-419d-4d01-926e-e6f36814deac
,
112cfc3c-61be-4763-98bb-6f72a753180d

}
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-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBdfcvu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a40b843d-ffb2-41f4-b7ee-7f6d261104d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d435f51e-9f12-4c57-8abe-272146ea6b5f",
    "vfModuleModelCustomizationUUID": "b73a9060-00c9-4a25-8b05-6fe942118a60",
    "isBase": true,
    "artifacts": [
      "84a69e10-419d-4d01-926e-e6f36814deac",
      "112cfc3c-61be-4763-98bb-6f72a753180d"
    ],
    "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-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBdfcvu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d435f51e-9f12-4c57-8abe-272146ea6b5f
VfModuleModelInvariantUUID:a40b843d-ffb2-41f4-b7ee-7f6d261104d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
84a69e10-419d-4d01-926e-e6f36814deac
,
112cfc3c-61be-4763-98bb-6f72a753180d

}
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-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84a69e10-419d-4d01-926e-e6f36814deac from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:07.769Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml 84a69e10-419d-4d01-926e-e6f36814deac 5033
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:07.963Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:07.965Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:07.965Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979047963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:04:08.065Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:08.066Z||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-05-08T03:04:08.066Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:08.079Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:08.081Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:08.966Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 112cfc3c-61be-4763-98bb-6f72a753180d from URL: /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:08.968Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:04:08.968Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:09.455Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:04:09.455Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env 112cfc3c-61be-4763-98bb-6f72a753180d 909
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:04:09.456Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:09.458Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:09.458Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979049456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:04:09.558Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:09.559Z||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-05-08T03:04:09.559Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:09.567Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:09.567Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:10.458Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 27d44dde-4ce2-40ef-8f20-c0248e11e961
2022-05-08T03:04:10.459Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bdFcVu 0 dc942c28-0a74-4b47-a396-e969ccb1c449 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-05-08T03:04:10.486Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d9e8719, org.onap.sdc.toscaparser.api.parameters.Input@4bd95017, org.onap.sdc.toscaparser.api.parameters.Input@1fb9f0cd, org.onap.sdc.toscaparser.api.parameters.Input@28a2d594, org.onap.sdc.toscaparser.api.parameters.Input@61cd39d6]
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ab6b39ba-3292-4f22-8670-e3d850f79e3e
2022-05-08T03:04:10.489Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab6b39ba-3292-4f22-8670-e3d850f79e3e matches Tosca VF Customization UUID: ab6b39ba-3292-4f22-8670-e3d850f79e3e
2022-05-08T03:04:10.490Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ab6b39ba-3292-4f22-8670-e3d850f79e3e  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-05-08T03:04:10.494Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.494Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ab6b39ba-3292-4f22-8670-e3d850f79e3e: {\"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-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f1483f5
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.495Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:04:10.496Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b73a9060-00c9-4a25-8b05-6fe942118a60
2022-05-08T03:04:10.497Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b73a9060-00c9-4a25-8b05-6fe942118a60
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-05-08T03:04:10.502Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.502Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.502Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is not matching search criteria
2022-05-08T03:04:10.503Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T03:04:10.504Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:04:10.504Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=720e0629-5964-4716-9fc6-4ea7f3cf9714
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-05-08T03:04:10.511Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.511Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_bdFcVu 0 is matching search criteria
2022-05-08T03:04:10.512Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_bdFcVu 0] matching following query criteria: sdcType=VF, customizationUUID=ab6b39ba-3292-4f22-8670-e3d850f79e3e
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-05-08T03:04:10.513Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 27d44dde-4ce2-40ef-8f20-c0248e11e961: basic_onboard_bdFcVu
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.514Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_bdFcVu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:04:10.515Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_bdFcVu 
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-05-08T03:04:10.673Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bdFcVu dc942c28-0a74-4b47-a396-e969ccb1c449 1 ASDC deployResourceStructure
2022-05-08T03:04:10.673Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json ASDC sendASDCNotification
2022-05-08T03:04:10.673Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json
2022-05-08T03:04:10.674Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:10.674Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:10.675Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:10.675Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:04:10.775Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:10.776Z||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-05-08T03:04:10.776Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:10.785Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:10.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:11.676Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T03:04:11.676Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml
2022-05-08T03:04:11.676Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:11.677Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:11.678Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:11.678Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979051676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:04:11.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:04:11.779Z||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-05-08T03:04:11.779Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:11.788Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:11.788Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:12.679Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T03:04:12.679Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env
2022-05-08T03:04:12.679Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:12.680Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:12.681Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:12.681Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979052679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:04:12.782Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:04:12.782Z||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-05-08T03:04:12.782Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:12.792Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:12.792Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:13.682Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar ASDC sendASDCNotification
2022-05-08T03:04:13.682Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar
2022-05-08T03:04:13.683Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:04:13.683Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:04:13.684Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:04:13.684Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979053682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:04:13.785Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:04:13.785Z||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-05-08T03:04:13.785Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:13.796Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:13.796Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:04:14.685Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:04:14.701Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:04:14.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:04:14.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:04:14.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:04:44.704Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:04:44.717Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:04:44.721Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:04:44.722Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:04:44.722Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:04:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:04:54.888Z||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-05-08T03:04:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:04:54.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:04:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:04:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:04:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:05:14.722Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:05:14.732Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:05:14.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:05:14.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:05:14.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:05:44.735Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:05:44.745Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:05:44.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:05:44.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:05:44.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:05:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:05:54.888Z||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-05-08T03:05:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:05:54.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:05:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:05:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979035281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:05:54.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:14.748Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:06:14.760Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:06:14.762Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:06:14.762Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:06:14.763Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:06:44.763Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:06:44.773Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:06:44.775Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:06:44.775Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:06:44.775Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:06:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:06:54.888Z||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-05-08T03:06:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:06:54.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:06:54.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979029351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979036354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979037139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "clamp",
  "timestamp": 1651979037358,
  "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-05-08T03:06:54.915Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:06:54.915Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979034886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979043176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979046752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979047963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979048061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "aai-ml",
  "timestamp": 1651979049067,
  "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-05-08T03:06:54.928Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8284d2af-44d5-490b-9f12-6818e70a0267
2022-05-08T03:06:54.928Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:06:54.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979049456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979050673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/basic_onboard_bdfcvu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979051676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979052679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/resourceInstances/basic_onboard_bdfcvu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979053682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdfcvu/1.0/artifacts/service-BasicOnboardBdfcvu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979077759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979075914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979077633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979088855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979088952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979089858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "policy-id",
  "timestamp": 1651979090861,
  "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-05-08T03:06:54.950Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:06:54.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:06:54.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979084759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979091965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979085553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979092489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979092968,
  "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-05-08T03:06:54.963Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:06:54.963Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "cds",
  "timestamp": 1651979093493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-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-05-08T03:06:54.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:06:54.973Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-08T03:06:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:07:14.776Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:07:14.784Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:07:14.786Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:07:14.786Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:07:14.786Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:07:14.787Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:07:14.791Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:07:44.791Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8284d2af-44d5-490b-9f12-6818e70a0267 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-05-08T03:07:44.799Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8284d2af-44d5-490b-9f12-6818e70a0267 and serviceModelVersionId: 27d44dde-4ce2-40ef-8f20-c0248e11e961
2022-05-08T03:07:44.800Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f117b72b-366f-4799-b05b-803cba6eccdd
2022-05-08T03:07:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:07:54.888Z||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-05-08T03:07:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:07:55.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:07:55.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979095695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979089351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979090070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979097077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979097292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979097786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "clamp",
  "timestamp": 1651979098295,
  "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-05-08T03:07:55.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:07:55.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979098863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979099924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979101150,
  "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-05-08T03:07:55.426Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:07:55.426Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:07:55.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979102156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979106553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:07:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "aai-ml",
  "timestamp": 1651979107557,
  "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-05-08T03:07:55.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
2022-05-08T03:07:55.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:07:56.065Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0
2022-05-08T03:07:56.158Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:07:56.573Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|INFO|500||Invoke
2022-05-08T03:07:56.604Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8284d2af-44d5-490b-9f12-6818e70a0267], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae2a7959-fb5e-48de-aa81-9b6adc936968], X-ECOMP-RequestID=[8284d2af-44d5-490b-9f12-6818e70a0267], X-TransactionId=[], X-ONAP-RequestID=[8284d2af-44d5-490b-9f12-6818e70a0267], Content-Type=[application/merge-patch+json]}
2022-05-08T03:07:56.729Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:07:56.880Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?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/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:07:56:736-67740], vertex-id=[250056], Content-Length=[0], Date=[Sun, 08 May 2022 03:07:56 GMT], Content-Type=[application/json]}
2022-05-08T03:07:56.882Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:07:56.882Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f117b72b-366f-4799-b05b-803cba6eccdd/model-vers/model-ver/27d44dde-4ce2-40ef-8f20-c0248e11e961?depth=0|INFO|500||InvokeReturn
2022-05-08T03:07:56.885Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:07:56.885Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:07:56.890Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:07:56.891Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8284d2af-44d5-490b-9f12-6818e70a0267 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:07:56.892Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:07:56.892Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:07:56.894Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:07:56.894Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979276891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:07:56.994Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:07:56.995Z||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-05-08T03:07:56.995Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:07:57.005Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:07:57.005Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:07:57.907Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:07:57.907Z|8284d2af-44d5-490b-9f12-6818e70a0267|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-05-08T03:07:57.907Z|8284d2af-44d5-490b-9f12-6818e70a0267|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:02.309Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:02.310Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:08:02.310Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20","serviceName":"vFW 2022-05-08 03-02-50","serviceVersion":"1.0","serviceUUID":"ea208e49-e8f9-4575-8035-bca75cae61c8","serviceDescription":"catalog service description","serviceInvariantUUID":"13080bad-6861-4405-93d2-1fce23ed36cb","resources":[{"resourceInstanceName":"vFW eb7ae986-f997 0","resourceName":"vFW eb7ae986-f997","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63b1bb36-4f6c-45e9-85bf-7f332980309d","resourceInvariantUUID":"fe131594-aa3d-4a87-b589-1acb8afc25f0","resourceCustomizationUUID":"58a22ea6-768c-4983-b05c-2398d3d07573","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml","artifactChecksum":"MDExMDM0MzZlOWNjNDgwNGJiMzBmOTg0MmNlYzY2OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49225b74-4b94-4e79-a110-846111015651","artifactVersion":"1"},{"artifactName":"vfweb7ae986f9970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json","artifactChecksum":"M2VjMDkyNWQ0MmIyOTgwOWUwMzMwOTYyM2MwNjI5MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3386be96-18b1-471b-ad6f-2c3ed6501a9d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f66446ec-5d7c-4681-8e58-929586c481d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml","artifactChecksum":"ODZmY2E5ZDE5OTYxNDgxZWVhN2YwNjI2OTdjM2YzM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f85b34b5-f95a-44fd-810e-9a35aec3f5f6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"120eeb78-bfe2-48d0-969e-e820f937ecd2","artifactVersion":"2","generatedFromUUID":"f66446ec-5d7c-4681-8e58-929586c481d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220508030250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml","artifactChecksum":"OTg2ODkwNDNmZTgzYjdjNTMyNGUxM2FhZWFjNmJlODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e21e56eb-e319-44a8-95f7-7331502f39c6","artifactVersion":"1"},{"artifactName":"service-Vfw20220508030250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar","artifactChecksum":"NWMwMDBmM2EwNGZhOTllZjdiMzI2ZTY1ZGRjNTRjYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75dc01e0-f877-40f7-ae73-4ae7aae8ff3e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:08:02.312Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:02.313Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:02.314Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:02.315Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:08:02.415Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:02.415Z||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-05-08T03:08:02.416Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:02.424Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:02.424Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:03.315Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:03.316Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:03.317Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:03.317Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:08:03.417Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:08:03.418Z||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-05-08T03:08:03.418Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:03.427Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:03.428Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:04.318Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:04.319Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:04.320Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:04.320Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:08:04.420Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:04.421Z||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-05-08T03:08:04.421Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:04.433Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:04.433Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:05.321Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:05.321Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:05.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:05.323Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:08:05.424Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:08:05.424Z||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-05-08T03:08:05.424Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:05.434Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:05.435Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:06.324Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:06.324Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:06.325Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:06.326Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-08T03:08:06.426Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:06.426Z||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-05-08T03:08:06.427Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:06.437Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:06.437Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:07.326Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:07.327Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:07.328Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:07.328Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:08:07.429Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:07.429Z||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-05-08T03:08:07.429Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:07.453Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:07.454Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:08.329Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:08:08.330Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:08.331Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:08.331Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:08:08.431Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:08.432Z||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-05-08T03:08:08.432Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:08.441Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:08.442Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:09.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "serviceName": "vFW 2022-05-08 03-02-50",
  "serviceVersion": "1.0",
  "serviceUUID": "ea208e49-e8f9-4575-8035-bca75cae61c8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "13080bad-6861-4405-93d2-1fce23ed36cb",
  "resources": [
    {
      "resourceInstanceName": "vFW eb7ae986-f997 0",
      "resourceCustomizationUUID": "58a22ea6-768c-4983-b05c-2398d3d07573",
      "resourceName": "vFW eb7ae986-f997",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "63b1bb36-4f6c-45e9-85bf-7f332980309d",
      "resourceInvariantUUID": "fe131594-aa3d-4a87-b589-1acb8afc25f0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfweb7ae986f9970_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
          "artifactChecksum": "M2VjMDkyNWQ0MmIyOTgwOWUwMzMwOTYyM2MwNjI5MDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3386be96-18b1-471b-ad6f-2c3ed6501a9d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f66446ec-5d7c-4681-8e58-929586c481d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "120eeb78-bfe2-48d0-969e-e820f937ecd2",
            "generatedFromUUID": "f66446ec-5d7c-4681-8e58-929586c481d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "120eeb78-bfe2-48d0-969e-e820f937ecd2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220508030250-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
      "artifactChecksum": "NWMwMDBmM2EwNGZhOTllZjdiMzI2ZTY1ZGRjNTRjYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75dc01e0-f877-40f7-ae73-4ae7aae8ff3e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:08:09.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:08:09.333Z|8284d2af-44d5-490b-9f12-6818e70a0267|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea208e49-e8f9-4575-8035-bca75cae61c8 ASDC
2022-05-08T03:08:09.333Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
ServiceName:vFW 2022-05-08 03-02-50
ServiceVersion:1.0
ServiceUUID:ea208e49-e8f9-4575-8035-bca75cae61c8
ServiceInvariantUUID:13080bad-6861-4405-93d2-1fce23ed36cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220508030250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
ArtifactUUID:75dc01e0-f877-40f7-ae73-4ae7aae8ff3e
ArtifactChecksum:NWMwMDBmM2EwNGZhOTllZjdiMzI2ZTY1ZGRjNTRjYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eb7ae986-f997 0
ResourceCustomizationUUID:58a22ea6-768c-4983-b05c-2398d3d07573
ResourceInvariantUUID:fe131594-aa3d-4a87-b589-1acb8afc25f0
ResourceName:vFW eb7ae986-f997
ResourceType:VF
ResourceUUID:63b1bb36-4f6c-45e9-85bf-7f332980309d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweb7ae986f9970_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
ArtifactUUID:3386be96-18b1-471b-ad6f-2c3ed6501a9d
ArtifactChecksum:M2VjMDkyNWQ0MmIyOTgwOWUwMzMwOTYyM2MwNjI5MDY=
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/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
ArtifactUUID:f66446ec-5d7c-4681-8e58-929586c481d1
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/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
ArtifactUUID:120eeb78-bfe2-48d0-969e-e820f937ecd2
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/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
ArtifactUUID:120eeb78-bfe2-48d0-969e-e820f937ecd2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:08:09.333Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea208e49-e8f9-4575-8035-bca75cae61c8 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-05-08T03:08:09.361Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:08:09.362Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:08:09.362Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:08:09.362Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75dc01e0-f877-40f7-ae73-4ae7aae8ff3e from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:09.363Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:09.363Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:10.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar 75dc01e0-f877-40f7-ae73-4ae7aae8ff3e 99023
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar ASDC sendASDCNotification
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:10.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:10.056Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:10.056Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979290054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:10.156Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:10.157Z||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-05-08T03:08:10.157Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:10.165Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:10.165Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:08:11.056Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:08:11.057Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:08:11.057Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75dc01e0-f877-40f7-ae73-4ae7aae8ff3e, URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar to file: /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.058Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.058Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.058Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:11.197Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4574337684861053794/Definitions/service-Vfw20220508030250-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-08T03:08:13.129Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.130Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eb7ae986-f997 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-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.131Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:08:13.132Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.133Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.134Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.135Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:13.136Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.137Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d469d198-f59b-4b14-b6be-1c463d596369
2022-05-08T03:08:13.138Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.141Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.141Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.142Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7536c104-87c1-4549-b507-fe8ab45279aa
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:13.143Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a344568e-4dda-4de7-b040-a25fbd69965b
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:13.144Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-08 03-02-50
Description:catalog service description
Model UUID:ea208e49-e8f9-4575-8035-bca75cae61c8
Model Version:NULL
Model InvariantUuid:13080bad-6861-4405-93d2-1fce23ed36cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW eb7ae986-f997
Model UUID:38bf1f83-63ec-48a6-a804-11edd668019a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe131594-aa3d-4a87-b589-1acb8afc25f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:58a22ea6-768c-4983-b05c-2398d3d07573
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b86e3fe-d0a1-40a8-8337-b62017659274
ModelName:VfwEb7ae986F997..base_vfw..module-0
ModelUuid:a4696565-2a6c-44f0-93a8-57d0a6eaa6ef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d469d198-f59b-4b14-b6be-1c463d596369
ModelInvariantUuid:ee59144b-798d-4527-9356-f49f017b5c0e
ModelName:vFW eb7ae986-f997-nodes.vfwCvfc
ModelUuid:1ac4255d-d30d-4bc7-99a2-30f208dbdf9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:01c7880c-054d-446f-98e0-d02bdcfb3427
ModelInvariantUuid:5fccfc33-0c14-4dfa-8bd4-700623f4684b
ModelName:VfwEb7ae986F997.compute.nodes.heat.vfw
ModelUuid:9aac1ec4-c114-4322-b935-c3707dc5a295
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7536c104-87c1-4549-b507-fe8ab45279aa
ModelInvariantUuid:e1bbbfc2-19c1-44a7-a084-49f291b0e0bd
ModelName:vFW eb7ae986-f997-nodes.vsnCvfc
ModelUuid:2e71c590-a2eb-4ecf-9a43-0f22858401f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f65a19e3-d245-46d1-a734-244da82e33b6
ModelInvariantUuid:ee48e8a8-96df-4cae-95c7-a8919a7704dc
ModelName:VfwEb7ae986F997.compute.nodes.heat.vsn
ModelUuid:34d130c3-0ee9-467d-be18-808dab72c1b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a344568e-4dda-4de7-b040-a25fbd69965b
ModelInvariantUuid:9d2afe93-dd0d-46be-baec-28c087b752e1
ModelName:vFW eb7ae986-f997-nodes.vpgCvfc
ModelUuid:181b88a2-75c4-491e-949d-364d78a18921
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e5276087-da08-4689-a46e-eb4a595daa27
ModelInvariantUuid:bffaeafe-c285-4b3b-a530-b39e04f2ba0f
ModelName:VfwEb7ae986F997.compute.nodes.heat.vpg
ModelUuid:361f5db5-5239-4cf8-a465-2d1f8fadafdc
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-05-08T03:08:13.151Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 63b1bb36-4f6c-45e9-85bf-7f332980309d
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-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||vFW eb7ae986-f997 0
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63b1bb36-4f6c-45e9-85bf-7f332980309d
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3386be96-18b1-471b-ad6f-2c3ed6501a9d from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:13.153Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:13.538Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json 3386be96-18b1-471b-ad6f-2c3ed6501a9d 785
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json ASDC sendASDCNotification
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:13.539Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:13.541Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:13.541Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979293539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:13.641Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:13.642Z||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-05-08T03:08:13.642Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:13.652Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:13.653Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:14.541Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEb7ae986F997..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2b86e3fe-d0a1-40a8-8337-b62017659274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4696565-2a6c-44f0-93a8-57d0a6eaa6ef",
    "vfModuleModelCustomizationUUID": "be28b2a9-47d7-4d58-a10c-9b5bc323ef09",
    "isBase": true,
    "artifacts": [
      "f66446ec-5d7c-4681-8e58-929586c481d1",
      "120eeb78-bfe2-48d0-969e-e820f937ecd2"
    ],
    "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-05-08T03:08:14.548Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEb7ae986F997..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4696565-2a6c-44f0-93a8-57d0a6eaa6ef
VfModuleModelInvariantUUID:2b86e3fe-d0a1-40a8-8337-b62017659274
VfModuleModelDescription:NULL
Artifacts UUID List:{
f66446ec-5d7c-4681-8e58-929586c481d1
,
120eeb78-bfe2-48d0-969e-e820f937ecd2

}
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-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEb7ae986F997..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2b86e3fe-d0a1-40a8-8337-b62017659274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4696565-2a6c-44f0-93a8-57d0a6eaa6ef",
    "vfModuleModelCustomizationUUID": "be28b2a9-47d7-4d58-a10c-9b5bc323ef09",
    "isBase": true,
    "artifacts": [
      "f66446ec-5d7c-4681-8e58-929586c481d1",
      "120eeb78-bfe2-48d0-969e-e820f937ecd2"
    ],
    "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-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEb7ae986F997..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4696565-2a6c-44f0-93a8-57d0a6eaa6ef
VfModuleModelInvariantUUID:2b86e3fe-d0a1-40a8-8337-b62017659274
VfModuleModelDescription:NULL
Artifacts UUID List:{
f66446ec-5d7c-4681-8e58-929586c481d1
,
120eeb78-bfe2-48d0-969e-e820f937ecd2

}
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-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f66446ec-5d7c-4681-8e58-929586c481d1 from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:14.549Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:15.048Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:15.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml f66446ec-5d7c-4681-8e58-929586c481d1 20368
2022-05-08T03:08:15.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-08T03:08:15.049Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:15.050Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:15.050Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:15.051Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:15.051Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979295049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:15.152Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:15.152Z||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-05-08T03:08:15.152Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:15.160Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:15.160Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:16.053Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 120eeb78-bfe2-48d0-969e-e820f937ecd2 from URL: /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:16.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:08:16.054Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:16.315Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:08:16.315Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env 120eeb78-bfe2-48d0-969e-e820f937ecd2 2098
2022-05-08T03:08:16.315Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-08T03:08:16.316Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:16.316Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:08:16.316Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:16.317Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:16.317Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979296315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:16.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:16.418Z||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-05-08T03:08:16.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:16.427Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:16.428Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:08:17.318Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ea208e49-e8f9-4575-8035-bca75cae61c8
2022-05-08T03:08:17.318Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eb7ae986-f997 0 63b1bb36-4f6c-45e9-85bf-7f332980309d 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-05-08T03:08:17.333Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f661db4, org.onap.sdc.toscaparser.api.parameters.Input@42d4cef2, org.onap.sdc.toscaparser.api.parameters.Input@5f771642, org.onap.sdc.toscaparser.api.parameters.Input@ebfc3ac, org.onap.sdc.toscaparser.api.parameters.Input@516be472]
2022-05-08T03:08:17.334Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.334Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.334Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:08:17.335Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 58a22ea6-768c-4983-b05c-2398d3d07573
2022-05-08T03:08:17.335Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58a22ea6-768c-4983-b05c-2398d3d07573 matches Tosca VF Customization UUID: 58a22ea6-768c-4983-b05c-2398d3d07573
2022-05-08T03:08:17.335Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 58a22ea6-768c-4983-b05c-2398d3d07573  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-05-08T03:08:17.336Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.336Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 58a22ea6-768c-4983-b05c-2398d3d07573: {\"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-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22dccd4c
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.337Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:08:17.338Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be28b2a9-47d7-4d58-a10c-9b5bc323ef09
2022-05-08T03:08:17.338Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be28b2a9-47d7-4d58-a10c-9b5bc323ef09
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-05-08T03:08:17.339Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.339Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.339Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:17.340Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.341Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d469d198-f59b-4b14-b6be-1c463d596369
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-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:17.343Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T03:08:17.344Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.345Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7536c104-87c1-4549-b507-fe8ab45279aa
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-05-08T03:08:17.346Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.346Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.346Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.348Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T03:08:17.349Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-08T03:08:17.350Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a344568e-4dda-4de7-b040-a25fbd69965b
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-05-08T03:08:17.351Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.351Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Node template vFW eb7ae986-f997 0 is matching search criteria
2022-05-08T03:08:17.352Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW eb7ae986-f997 0] matching following query criteria: sdcType=VF, customizationUUID=58a22ea6-768c-4983-b05c-2398d3d07573
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-05-08T03:08:17.353Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.353Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.353Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ea208e49-e8f9-4575-8035-bca75cae61c8: vFW eb7ae986-f997
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:08:17.354Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-08 03-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:08:17.355Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-08 03-02-50 
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-05-08T03:08:17.485Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eb7ae986-f997 63b1bb36-4f6c-45e9-85bf-7f332980309d 1 ASDC deployResourceStructure
2022-05-08T03:08:17.485Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json ASDC sendASDCNotification
2022-05-08T03:08:17.485Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json
2022-05-08T03:08:17.486Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:17.486Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:17.487Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:17.487Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979297485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:17.587Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:17.588Z||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-05-08T03:08:17.588Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:17.598Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:17.599Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:18.488Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:18.490Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:18.490Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979298488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:18.590Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:18.591Z||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-05-08T03:08:18.591Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:18.600Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:18.600Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:19.491Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:19.493Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:19.493Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979299491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:19.593Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:19.594Z||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-05-08T03:08:19.594Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:19.604Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:19.604Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:20.494Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar ASDC sendASDCNotification
2022-05-08T03:08:20.494Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar
2022-05-08T03:08:20.495Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:08:20.495Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:20.497Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:20.497Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979300494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:20.597Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:20.598Z||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-05-08T03:08:20.598Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:20.607Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:20.607Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:08:21.498Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:08:21.506Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:08:21.509Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:08:21.513Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:08:51.513Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 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-05-08T03:08:51.520Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 and serviceModelVersionId: ea208e49-e8f9-4575-8035-bca75cae61c8
2022-05-08T03:08:51.520Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13080bad-6861-4405-93d2-1fce23ed36cb
2022-05-08T03:08:51.521Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0
2022-05-08T03:08:51.525Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:08:51.561Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?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-05-08T03:08:51.561Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0|INFO|500||Invoke
2022-05-08T03:08:51.581Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:08:51.675Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0|INFO|500||InvokeReturn
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13080bad-6861-4405-93d2-1fce23ed36cb/model-vers/model-ver/ea208e49-e8f9-4575-8035-bca75cae61c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:08:51:588-11404], vertex-id=[221368], Content-Length=[0], Date=[Sun, 08 May 2022 03:08:51 GMT], Content-Type=[application/json]}
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:08:51.676Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:08:51.681Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:08:51.682Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:08:51.682Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:08:51.682Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:08:51.684Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:08:51.684Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979331682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:08:51.784Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:08:51.784Z||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-05-08T03:08:51.785Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:51.799Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:51.799Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-05-08T03:08:52.696Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:08:52.697Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:08:52.697Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:08:54.888Z||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-05-08T03:08:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:08:55.506Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:08:55.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8284d2af-44d5-490b-9f12-6818e70a0267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979276891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979277907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979290054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979293539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979295049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979296315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979297485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/vfweb7ae986f9970_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979298488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979299491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/resourceInstances/vfweb7ae986f9970/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979300494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220508030250/1.0/artifacts/service-Vfw20220508030250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979331682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:08:55.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:09:02.223Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:09:02.223Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:02.224Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:09:02.224Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:09:11.752Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:21.280Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:09:21.280Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:21.281Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:09:21.281Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:30.810Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:09:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:09:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:09:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:09:54.888Z||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-05-08T03:09:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:10:04.415Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:10:04.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:10:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:10:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:10:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:10:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:10:54.888Z||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-05-08T03:10:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:11:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:11:04.419Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:11:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:11:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:11:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:11:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:11:54.888Z||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-05-08T03:11:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:12:04.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:12:04.419Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:12:54.886Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:12:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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-05-08T03:12:54.887Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:12:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:12:54.888Z||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-05-08T03:12:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:03.190Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:03.191Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:13:03.191Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f7af159-d3e1-4565-a6df-5aacd557b8c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"82b7ed03-2e3d-4125-8f5d-9ab8883814ae","serviceDescription":"service","serviceInvariantUUID":"2959031f-cc2d-4239-8e48-34d0a5e80d29","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88","resourceInvariantUUID":"d27d0d78-3044-4ec7-a47e-224e17feffdb","resourceCustomizationUUID":"f84e3725-d396-481b-b3c9-4560a911c665","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":"OGZhZTExZjFiMWZlY2Q2YjQ1YTc4ZTFkYTFlYzhlZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fa98f50-90b2-4368-b8bb-2691461d29da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTA3MDA1ZTI0ZjRlMzZjYjcxOTdjODdmNGU0NzBjOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2d667bd-8548-4787-bdc8-3d5e9bfb1a39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:13:03.193Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:13:03.193Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:03.195Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:03.195Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979574886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:13:03.296Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:13:03.297Z||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-05-08T03:13:03.297Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:03.312Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:03.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:13:03.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:03.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:13:03.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979574886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "cds",
  "timestamp": 1651979579759,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:13:03.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:13:04.195Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:13:04.196Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:04.198Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:04.198Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979574886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:13:04.298Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:13:04.299Z||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-05-08T03:13:04.299Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:04.310Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:04.311Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:13:05.199Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "82b7ed03-2e3d-4125-8f5d-9ab8883814ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2959031f-cc2d-4239-8e48-34d0a5e80d29",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f84e3725-d396-481b-b3c9-4560a911c665",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88",
      "resourceInvariantUUID": "d27d0d78-3044-4ec7-a47e-224e17feffdb",
      "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": "OTA3MDA1ZTI0ZjRlMzZjYjcxOTdjODdmNGU0NzBjOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2d667bd-8548-4787-bdc8-3d5e9bfb1a39"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:13:05.199Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:13:05.199Z|1f9cfd99-cdb1-4bc6-97c6-f5489bca2a20|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 82b7ed03-2e3d-4125-8f5d-9ab8883814ae ASDC
2022-05-08T03:13:05.199Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0f7af159-d3e1-4565-a6df-5aacd557b8c8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:82b7ed03-2e3d-4125-8f5d-9ab8883814ae
ServiceInvariantUUID:2959031f-cc2d-4239-8e48-34d0a5e80d29
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:f2d667bd-8548-4787-bdc8-3d5e9bfb1a39
ArtifactChecksum:OTA3MDA1ZTI0ZjRlMzZjYjcxOTdjODdmNGU0NzBjOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f84e3725-d396-481b-b3c9-4560a911c665
ResourceInvariantUUID:d27d0d78-3044-4ec7-a47e-224e17feffdb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-08T03:13:05.199Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82b7ed03-2e3d-4125-8f5d-9ab8883814ae 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-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2d667bd-8548-4787-bdc8-3d5e9bfb1a39 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:05.225Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:13:05.226Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:05.772Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f2d667bd-8548-4787-bdc8-3d5e9bfb1a39 52515
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:13:05.774Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:05.775Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:05.776Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979585774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:13:05.876Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:13:05.876Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-08T03:13:05.877Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:05.886Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:05.886Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:13:06.776Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:13:06.777Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:13:06.777Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f2d667bd-8548-4787-bdc8-3d5e9bfb1a39, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:06.777Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-08T03:13:06.778Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:06.778Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:06.870Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1699923947978401815/Definitions/service-BasicNetwork-template.yml
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.241Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.242Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.243Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.244Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.244Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:82b7ed03-2e3d-4125-8f5d-9ab8883814ae
Model Version:NULL
Model InvariantUuid:2959031f-cc2d-4239-8e48-34d0a5e80d29
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d27d0d78-3044-4ec7-a47e-224e17feffdb
Model UUID:0f678636-8388-4c51-a3b9-86a6cb495085
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f84e3725-d396-481b-b3c9-4560a911c665
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-05-08T03:13:07.251Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ad0d2c6f-cbf9-48b0-8ae8-4e6c65206d88
2022-05-08T03:13:07.251Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||No resources found for Service: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
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-05-08T03:13:07.254Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||
2022-05-08T03:13:07.254Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-08T03:13:07.255Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.258Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f18e17d, org.onap.sdc.toscaparser.api.parameters.Input@22bc1b20, org.onap.sdc.toscaparser.api.parameters.Input@6d28df4e, org.onap.sdc.toscaparser.api.parameters.Input@506a0ac7, org.onap.sdc.toscaparser.api.parameters.Input@28010abe]
2022-05-08T03:13:07.259Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82b7ed03-2e3d-4125-8f5d-9ab8883814ae: Generic NeutronNet
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.260Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.261Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:13:07.279Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||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-05-08T03:13:07.326Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-08T03:13:07.326Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-08T03:13:07.326Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T03:13:07.327Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:13:07.327Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:13:07.328Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:13:07.328Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979587326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:13:07.428Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:13:07.429Z||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-05-08T03:13:07.429Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:07.442Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:07.442Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:13:08.329Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:13:08.338Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:13:08.340Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:13:08.340Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:13:08.340Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:13:38.341Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:13:38.354Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:13:38.355Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:13:38.356Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:13:38.356Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:13:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:13:54.889Z||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-05-08T03:13:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:13:54.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:13:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:13:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "policy-id",
  "timestamp": 1651979577633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:13:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:08.356Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:14:08.368Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:14:08.373Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:14:08.373Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:14:08.373Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:14:38.374Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:14:38.384Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:14:38.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:14:38.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:14:38.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:14:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:14:54.888Z||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-05-08T03:14:54.889Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:14:54.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:14:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979574886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "cds",
  "timestamp": 1651979579759,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "policy-id",
  "timestamp": 1651979577633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979585774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "cds",
  "timestamp": 1651979585776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "policy-id",
  "timestamp": 1651979585877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979585552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "clamp",
  "timestamp": 1651979585914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "cds",
  "timestamp": 1651979586780,
  "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-05-08T03:14:54.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.920Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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-05-08T03:14:54.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "policy-id",
  "timestamp": 1651979586880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979585552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979587326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:14:54.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "clamp",
  "timestamp": 1651979585914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "policy-id",
  "timestamp": 1651979587883,
  "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-05-08T03:14:54.934Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.935Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979587759,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979587759,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979590913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979590070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979590070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979592334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979593338,
  "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-05-08T03:14:54.947Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.948Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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-05-08T03:14:54.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "clamp",
  "timestamp": 1651979594364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "clamp",
  "timestamp": 1651979595379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "clamp",
  "timestamp": 1651979596381,
  "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-05-08T03:14:54.959Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.959Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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-05-08T03:14:54.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "aai-ml",
  "timestamp": 1651979599351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "aai-ml",
  "timestamp": 1651979599351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "aai-ml",
  "timestamp": 1651979602255,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "aai-ml",
  "timestamp": 1651979605083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:14:54.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:14:54.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:14:54.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "aai-ml",
  "timestamp": 1651979606088,
  "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-05-08T03:14:54.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f7af159-d3e1-4565-a6df-5aacd557b8c8
2022-05-08T03:14:54.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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-05-08T03:15:08.386Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:15:08.398Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:15:08.400Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:08.401Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:15:08.405Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:15:38.405Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8 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-05-08T03:15:38.411Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f7af159-d3e1-4565-a6df-5aacd557b8c8 and serviceModelVersionId: 82b7ed03-2e3d-4125-8f5d-9ab8883814ae
2022-05-08T03:15:38.411Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2959031f-cc2d-4239-8e48-34d0a5e80d29
2022-05-08T03:15:38.412Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0
2022-05-08T03:15:38.417Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:15:38.452Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?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-05-08T03:15:38.453Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0|INFO|500||Invoke
2022-05-08T03:15:38.471Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:15:38.684Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0|INFO|500||InvokeReturn
2022-05-08T03:15:38.684Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2959031f-cc2d-4239-8e48-34d0a5e80d29/model-vers/model-ver/82b7ed03-2e3d-4125-8f5d-9ab8883814ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-03:15:38:478-84025], vertex-id=[196848], Content-Length=[0], Date=[Sun, 08 May 2022 03:15:38 GMT], Content-Type=[application/json]}
2022-05-08T03:15:38.684Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:15:38.685Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:15:38.685Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f7af159-d3e1-4565-a6df-5aacd557b8c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:15:38.689Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:38.691Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:38.691Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979738689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:15:38.791Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:38.792Z||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-05-08T03:15:38.792Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:38.805Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:38.805Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:15:39.704Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:15:39.705Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|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-05-08T03:15:39.705Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:44.556Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:44.557Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:15:44.557Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6096e5c7-9a8f-4584-a57f-4b5f3924e526","serviceName":"Demo_pNF_H4ovXlRh7EcvHYmmyXli","serviceVersion":"1.0","serviceUUID":"0c649059-aa98-455a-a957-c09ea560c13c","serviceDescription":"catalog service description","serviceInvariantUUID":"a156cd22-8d3d-4d20-aa61-29a72047c821","resources":[{"resourceInstanceName":"pNF 9c8de91d-5feb 0","resourceName":"pNF 9c8de91d-5feb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d0ed067-e774-437c-a2d2-1eda15ed730a","resourceInvariantUUID":"19eac397-0ebc-47a4-9ad8-f05327fb72e1","resourceCustomizationUUID":"e52b752c-9872-4bf0-b343-dfd7f2e330f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml","artifactChecksum":"MzMyZTRkYzJhMWI3ZDNiY2UzMzFjNjFjZGYzY2Q0YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e41899d-9139-4cd9-bba9-e67d87e89853","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar","artifactChecksum":"YWQ0NjE0ODYxMWFlY2MyYjcwMzM4MmI0YjEyODFmMzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac99a91e-32d2-45dd-b75f-42bfcf46882e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"910c51b4-0317-4f20-9ed3-d80cc3c1afbf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml","artifactChecksum":"NjA3ZjlhNzdjNzI4NGI0YzFjNTU2NjQ1YjVhNWQ1Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ad25257-291d-45fa-96cd-eb9a3965f5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"554cf730-04d4-4350-ba90-f1c511c86a1a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e62644d9-2794-43c3-a808-8d55ee68bcc6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml","artifactChecksum":"NmY3NGNhMTZmZmY1MTBlYTIxYzdhNzUzOTEzOTQyYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6525c5-6645-4e1d-84d7-b833658afb96","artifactVersion":"1"},{"artifactName":"service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar","artifactChecksum":"NzRlNTJkMTVhMjlkOTY3Mjk5NWQyZmUxM2RmZTcyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"289b7759-7c22-4c4a-9ce8-b734242a2499","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:15:44.558Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:44.559Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:44.560Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:44.560Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:44.660Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:44.661Z||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-05-08T03:15:44.661Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:44.670Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:44.670Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:45.561Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:45.561Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:45.563Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:45.563Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:45.663Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:45.664Z||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-05-08T03:15:45.664Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:45.673Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:45.673Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:46.563Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:46.564Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:46.566Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:46.566Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:46.666Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:46.667Z||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-05-08T03:15:46.667Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:46.675Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:46.676Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:47.566Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:47.567Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:47.569Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:47.569Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:47.669Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:47.669Z||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-05-08T03:15:47.669Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:47.678Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:47.679Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:48.569Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:48.570Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:48.571Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:48.571Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:48.671Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:48.672Z||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-05-08T03:15:48.672Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:48.681Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:48.681Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:49.572Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:49.572Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:49.574Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:49.574Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:49.674Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:49.675Z||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-05-08T03:15:49.675Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:49.685Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:49.685Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:50.575Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:50.575Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:50.576Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:50.577Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:50.677Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:50.677Z||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-05-08T03:15:50.677Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:50.686Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:50.686Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:51.577Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:15:51.578Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:51.579Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:51.579Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:51.679Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:51.680Z||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-05-08T03:15:51.680Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:51.689Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:51.689Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:15:52.580Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "serviceName": "Demo_pNF_H4ovXlRh7EcvHYmmyXli",
  "serviceVersion": "1.0",
  "serviceUUID": "0c649059-aa98-455a-a957-c09ea560c13c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a156cd22-8d3d-4d20-aa61-29a72047c821",
  "resources": [
    {
      "resourceInstanceName": "pNF 9c8de91d-5feb 0",
      "resourceCustomizationUUID": "e52b752c-9872-4bf0-b343-dfd7f2e330f1",
      "resourceName": "pNF 9c8de91d-5feb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2d0ed067-e774-437c-a2d2-1eda15ed730a",
      "resourceInvariantUUID": "19eac397-0ebc-47a4-9ad8-f05327fb72e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
      "artifactChecksum": "NzRlNTJkMTVhMjlkOTY3Mjk5NWQyZmUxM2RmZTcyNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "289b7759-7c22-4c4a-9ce8-b734242a2499"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:15:52.580Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:15:52.580Z|0f7af159-d3e1-4565-a6df-5aacd557b8c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c649059-aa98-455a-a957-c09ea560c13c ASDC
2022-05-08T03:15:52.581Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6096e5c7-9a8f-4584-a57f-4b5f3924e526
ServiceName:Demo_pNF_H4ovXlRh7EcvHYmmyXli
ServiceVersion:1.0
ServiceUUID:0c649059-aa98-455a-a957-c09ea560c13c
ServiceInvariantUUID:a156cd22-8d3d-4d20-aa61-29a72047c821
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
ArtifactUUID:289b7759-7c22-4c4a-9ce8-b734242a2499
ArtifactChecksum:NzRlNTJkMTVhMjlkOTY3Mjk5NWQyZmUxM2RmZTcyNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9c8de91d-5feb 0
ResourceCustomizationUUID:e52b752c-9872-4bf0-b343-dfd7f2e330f1
ResourceInvariantUUID:19eac397-0ebc-47a4-9ad8-f05327fb72e1
ResourceName:pNF 9c8de91d-5feb
ResourceType:PNF
ResourceUUID:2d0ed067-e774-437c-a2d2-1eda15ed730a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-08T03:15:52.581Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c649059-aa98-455a-a957-c09ea560c13c 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-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 289b7759-7c22-4c4a-9ce8-b734242a2499 from URL: /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:15:52.605Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:52.668Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:15:52.672Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar 289b7759-7c22-4c4a-9ce8-b734242a2499 82655
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar ASDC sendASDCNotification
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:15:52.673Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:52.675Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:52.675Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979752673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:52.775Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:52.776Z||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-05-08T03:15:52.776Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:52.785Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:52.785Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:53.676Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:15:53.676Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 289b7759-7c22-4c4a-9ce8-b734242a2499, URL: /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar to file: /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.677Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:53.754Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13415686963349718225/Definitions/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml
2022-05-08T03:15:54.306Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:15:54.306Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9c8de91d-5feb 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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||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-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.307Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Node template pNF 9c8de91d-5feb 0 is matching search criteria
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 9c8de91d-5feb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Node template pNF 9c8de91d-5feb 0 is matching search criteria
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 9c8de91d-5feb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.308Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.309Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_H4ovXlRh7EcvHYmmyXli
Description:catalog service description
Model UUID:0c649059-aa98-455a-a957-c09ea560c13c
Model Version:NULL
Model InvariantUuid:a156cd22-8d3d-4d20-aa61-29a72047c821
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-05-08T03:15:54.314Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d0ed067-e774-437c-a2d2-1eda15ed730a
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-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||pNF 9c8de91d-5feb 0
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d0ed067-e774-437c-a2d2-1eda15ed730a
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0c649059-aa98-455a-a957-c09ea560c13c
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c649059-aa98-455a-a957-c09ea560c13c
2022-05-08T03:15:54.316Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9c8de91d-5feb 0 2d0ed067-e774-437c-a2d2-1eda15ed730a 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-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@516b64de, org.onap.sdc.toscaparser.api.parameters.Input@5dc0ae72, org.onap.sdc.toscaparser.api.parameters.Input@40207ea7, org.onap.sdc.toscaparser.api.parameters.Input@5d765942, org.onap.sdc.toscaparser.api.parameters.Input@57b19ba6]
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c649059-aa98-455a-a957-c09ea560c13c: pNF 9c8de91d-5feb
2022-05-08T03:15:54.319Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2d0ed067-e774-437c-a2d2-1eda15ed730a
2022-05-08T03:15:54.320Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:15:54.320Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H4ovXlRh7EcvHYmmyXli is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:15:54.320Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||Resource customization UUID: e52b752c-9872-4bf0-b343-dfd7f2e330f1 is the same as notified resource customizationUUID: e52b752c-9872-4bf0-b343-dfd7f2e330f1
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-05-08T03:15:54.358Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9c8de91d-5feb 2d0ed067-e774-437c-a2d2-1eda15ed730a 0 ASDC deployResourceStructure
2022-05-08T03:15:54.359Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar ASDC sendASDCNotification
2022-05-08T03:15:54.359Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar
2022-05-08T03:15:54.359Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:15:54.359Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:15:54.360Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:15:54.361Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979754359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:15:54.461Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:15:54.461Z||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-05-08T03:15:54.461Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:54.471Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:54.471Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:15:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:15:54.888Z||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-05-08T03:15:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:15:54.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:15:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979630070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979637633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979639759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979647765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979648658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979648769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "cds",
  "timestamp": 1651979649662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-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-05-08T03:15:54.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6096e5c7-9a8f-4584-a57f-4b5f3924e526
2022-05-08T03:15:54.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:15:54.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "policy-id",
  "timestamp": 1651979649773,
  "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-05-08T03:15:54.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6096e5c7-9a8f-4584-a57f-4b5f3924e526
2022-05-08T03:15:54.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:15:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979645552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979645914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979654655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:54.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979647759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979655904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979656811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979656907,
  "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-05-08T03:15:54.953Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6096e5c7-9a8f-4584-a57f-4b5f3924e526
2022-05-08T03:15:54.953Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:15:54.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979658494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:15:54.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979659497,
  "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-05-08T03:15:54.965Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6096e5c7-9a8f-4584-a57f-4b5f3924e526
2022-05-08T03:15:54.965Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:15:54.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979662375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979663394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:15:54.978Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "clamp",
  "timestamp": 1651979664397,
  "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-05-08T03:15:54.983Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6096e5c7-9a8f-4584-a57f-4b5f3924e526
2022-05-08T03:15:54.983Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:15:54.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979667969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979672453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:15:54.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "aai-ml",
  "timestamp": 1651979673457,
  "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-05-08T03:15:54.995Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6096e5c7-9a8f-4584-a57f-4b5f3924e526
2022-05-08T03:15:54.996Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:15:55.361Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6096e5c7-9a8f-4584-a57f-4b5f3924e526
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:15:55.371Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6096e5c7-9a8f-4584-a57f-4b5f3924e526
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.375Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:15:55.375Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:15:55.379Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:16:25.380Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6096e5c7-9a8f-4584-a57f-4b5f3924e526 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-05-08T03:16:25.386Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6096e5c7-9a8f-4584-a57f-4b5f3924e526 and serviceModelVersionId: 0c649059-aa98-455a-a957-c09ea560c13c
2022-05-08T03:16:25.386Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a156cd22-8d3d-4d20-aa61-29a72047c821
2022-05-08T03:16:25.387Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0
2022-05-08T03:16:25.390Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:16:25.420Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0|INFO|500||Invoke
2022-05-08T03:16:25.420Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6096e5c7-9a8f-4584-a57f-4b5f3924e526], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03846945-eb45-437c-b49d-174ac922f808], X-ECOMP-RequestID=[6096e5c7-9a8f-4584-a57f-4b5f3924e526], X-TransactionId=[], X-ONAP-RequestID=[6096e5c7-9a8f-4584-a57f-4b5f3924e526], Content-Type=[application/merge-patch+json]}
2022-05-08T03:16:25.436Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:16:25.520Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?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/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:16:25:442-13067], vertex-id=[159824], Content-Length=[0], Date=[Sun, 08 May 2022 03:16:25 GMT], Content-Type=[application/json]}
2022-05-08T03:16:25.520Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:16:25.521Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a156cd22-8d3d-4d20-aa61-29a72047c821/model-vers/model-ver/0c649059-aa98-455a-a957-c09ea560c13c?depth=0|INFO|500||InvokeReturn
2022-05-08T03:16:25.521Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:16:25.521Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:16:25.526Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:16:25.526Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6096e5c7-9a8f-4584-a57f-4b5f3924e526 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:16:25.526Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:16:25.527Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:25.528Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:25.528Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979785526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:16:25.628Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:25.629Z||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-05-08T03:16:25.629Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:25.641Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:25.641Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:16:26.540Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:16:26.541Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|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-05-08T03:16:26.541Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:34.370Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:34.371Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:16:34.371Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c441afc-3187-47fc-b371-dbccfe97c803","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"61a31619-06c7-4e5a-aaf8-8cbb40b46d06","serviceDescription":"service","serviceInvariantUUID":"f51cef7c-4cea-4312-b944-8915f5f7e345","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce","resourceInvariantUUID":"3b034554-4567-407d-8e6b-78272b593a32","resourceCustomizationUUID":"41f6ad3b-8211-4e34-80cc-d4529dfcb202","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":"ZGFlNDFhZDEyNThlNjQxYWVmYTA3NDJmYTYxZjg3ZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbd85f4d-6b6d-47a3-be4d-2bdc72f1395c","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":"NTc3YjEwMmYwYmFmMGFhMmJjMmQ2Njg1YTI5MTEyM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d543e596-20fb-482f-965d-23903a3e606d","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":"aac78379-a76c-4ac6-b018-2b1dfd6091f8","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":"67e01640-2b85-4989-b69f-3b8849999e4a","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":"b2b4c348-9abb-41e3-bdbf-f4d4464cc806","artifactVersion":"2","generatedFromUUID":"aac78379-a76c-4ac6-b018-2b1dfd6091f8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWRkNjZlOTZlYzJkOTJmNmFkZjVkOTRmYTY4MTg4ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"932e1679-1c30-4478-9476-2cfd187396f5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWU4MmU0NWNlNTUwNzdmODMxOWU4MTU5MmE5MDA2NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65c50df8-cb03-4626-861b-2c7aaa6255cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:16:34.372Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:34.373Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:34.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:34.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:34.474Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:34.475Z||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-05-08T03:16:34.475Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:34.483Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:34.483Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:16:35.374Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:35.375Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:35.376Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:35.377Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:16:35.477Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:35.477Z||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-05-08T03:16:35.477Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:35.486Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:35.486Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:36.377Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:36.378Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:36.379Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:36.379Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:16:36.480Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:36.481Z||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-05-08T03:16:36.481Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:36.490Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:36.490Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:37.380Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:37.381Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:37.382Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:37.382Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:37.482Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:37.483Z||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-05-08T03:16:37.483Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:37.491Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:37.491Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:16:38.383Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:38.384Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:38.385Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:38.385Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-08T03:16:38.485Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:38.486Z||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-05-08T03:16:38.486Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:38.496Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:38.496Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:39.386Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:39.387Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:39.388Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:39.388Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:39.488Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:39.489Z||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-05-08T03:16:39.489Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:39.497Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:39.497Z||pool-56-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:40.389Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:16:40.390Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:40.392Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:40.392Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:16:40.492Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:40.493Z||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-05-08T03:16:40.493Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:40.501Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:40.502Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:41.394Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "61a31619-06c7-4e5a-aaf8-8cbb40b46d06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f51cef7c-4cea-4312-b944-8915f5f7e345",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41f6ad3b-8211-4e34-80cc-d4529dfcb202",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce",
      "resourceInvariantUUID": "3b034554-4567-407d-8e6b-78272b593a32",
      "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": "NTc3YjEwMmYwYmFmMGFhMmJjMmQ2Njg1YTI5MTEyM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d543e596-20fb-482f-965d-23903a3e606d",
          "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": "aac78379-a76c-4ac6-b018-2b1dfd6091f8",
          "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": "b2b4c348-9abb-41e3-bdbf-f4d4464cc806",
            "generatedFromUUID": "aac78379-a76c-4ac6-b018-2b1dfd6091f8"
          },
          "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": "b2b4c348-9abb-41e3-bdbf-f4d4464cc806",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWU4MmU0NWNlNTUwNzdmODMxOWU4MTU5MmE5MDA2NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "65c50df8-cb03-4626-861b-2c7aaa6255cb"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:16:41.394Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:16:41.394Z|6096e5c7-9a8f-4584-a57f-4b5f3924e526|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61a31619-06c7-4e5a-aaf8-8cbb40b46d06 ASDC
2022-05-08T03:16:41.395Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5c441afc-3187-47fc-b371-dbccfe97c803
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:61a31619-06c7-4e5a-aaf8-8cbb40b46d06
ServiceInvariantUUID:f51cef7c-4cea-4312-b944-8915f5f7e345
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:65c50df8-cb03-4626-861b-2c7aaa6255cb
ArtifactChecksum:YWU4MmU0NWNlNTUwNzdmODMxOWU4MTU5MmE5MDA2NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41f6ad3b-8211-4e34-80cc-d4529dfcb202
ResourceInvariantUUID:3b034554-4567-407d-8e6b-78272b593a32
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce
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:d543e596-20fb-482f-965d-23903a3e606d
ArtifactChecksum:NTc3YjEwMmYwYmFmMGFhMmJjMmQ2Njg1YTI5MTEyM2M=
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:aac78379-a76c-4ac6-b018-2b1dfd6091f8
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:b2b4c348-9abb-41e3-bdbf-f4d4464cc806
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:b2b4c348-9abb-41e3-bdbf-f4d4464cc806
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:16:41.395Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61a31619-06c7-4e5a-aaf8-8cbb40b46d06 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-05-08T03:16:41.425Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:16:41.426Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:16:41.426Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:16:41.426Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65c50df8-cb03-4626-861b-2c7aaa6255cb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T03:16:41.426Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:16:41.426Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T03:16:42.409Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:16:42.412Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 65c50df8-cb03-4626-861b-2c7aaa6255cb 71063
2022-05-08T03:16:42.412Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-08T03:16:42.412Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T03:16:42.412Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:16:42.413Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:42.414Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:42.414Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979802412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:16:42.515Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:42.515Z||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-05-08T03:16:42.515Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:42.526Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:42.526Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:43.422Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:16:43.422Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:16:43.423Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 65c50df8-cb03-4626-861b-2c7aaa6255cb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:43.423Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-08T03:16:43.423Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:43.423Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:43.785Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3967027304505598766/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-05-08T03:16:44.621Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:16:44.621Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:16:44.621Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:44.622Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-08T03:16:44.623Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.624Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a94bfcb6-5def-4ce7-a9ba-53b2038c549d
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.625Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:44.626Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:61a31619-06c7-4e5a-aaf8-8cbb40b46d06
Model Version:NULL
Model InvariantUuid:f51cef7c-4cea-4312-b944-8915f5f7e345
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:27dc517d-40eb-46d3-9053-a9c80c721058
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b034554-4567-407d-8e6b-78272b593a32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41f6ad3b-8211-4e34-80cc-d4529dfcb202
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d29994d3-02aa-4678-882f-9f56e214244d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1c439cf7-c8ed-4e82-9f6c-ae2c07f05bff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a94bfcb6-5def-4ce7-a9ba-53b2038c549d
ModelInvariantUuid:27ea11ac-5e53-4acb-bc94-21b3383b3238
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c11fcf36-1455-4bb5-966b-4147fc0d4d00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d7eb1820-a219-48a4-90e1-f849990ff647
ModelInvariantUuid:5607d4a7-bd5c-4be3-a1d2-52feafc6daf7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c3addd9e-60f7-4d55-af4d-9847d2f5f434
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-05-08T03:16:44.632Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce
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-05-08T03:16:44.634Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-05-08T03:16:44.634Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce
2022-05-08T03:16:44.634Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d543e596-20fb-482f-965d-23903a3e606d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-08T03:16:44.634Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:16:44.634Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:45.042Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:16:45.042Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d543e596-20fb-482f-965d-23903a3e606d 787
2022-05-08T03:16:45.043Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:45.043Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:45.043Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:16:45.043Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:45.045Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:45.045Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979805043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:16:45.145Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:45.145Z||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-05-08T03:16:45.146Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:45.154Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:45.154Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:46.045Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d29994d3-02aa-4678-882f-9f56e214244d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c439cf7-c8ed-4e82-9f6c-ae2c07f05bff",
    "vfModuleModelCustomizationUUID": "fb3ad7fb-3f12-4d4c-b241-ee6090da79e9",
    "isBase": true,
    "artifacts": [
      "aac78379-a76c-4ac6-b018-2b1dfd6091f8",
      "b2b4c348-9abb-41e3-bdbf-f4d4464cc806"
    ],
    "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-05-08T03:16:46.048Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c439cf7-c8ed-4e82-9f6c-ae2c07f05bff
VfModuleModelInvariantUUID:d29994d3-02aa-4678-882f-9f56e214244d
VfModuleModelDescription:NULL
Artifacts UUID List:{
aac78379-a76c-4ac6-b018-2b1dfd6091f8
,
b2b4c348-9abb-41e3-bdbf-f4d4464cc806

}
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-05-08T03:16:46.050Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d29994d3-02aa-4678-882f-9f56e214244d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c439cf7-c8ed-4e82-9f6c-ae2c07f05bff",
    "vfModuleModelCustomizationUUID": "fb3ad7fb-3f12-4d4c-b241-ee6090da79e9",
    "isBase": true,
    "artifacts": [
      "aac78379-a76c-4ac6-b018-2b1dfd6091f8",
      "b2b4c348-9abb-41e3-bdbf-f4d4464cc806"
    ],
    "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-05-08T03:16:46.050Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c439cf7-c8ed-4e82-9f6c-ae2c07f05bff
VfModuleModelInvariantUUID:d29994d3-02aa-4678-882f-9f56e214244d
VfModuleModelDescription:NULL
Artifacts UUID List:{
aac78379-a76c-4ac6-b018-2b1dfd6091f8
,
b2b4c348-9abb-41e3-bdbf-f4d4464cc806

}
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-05-08T03:16:46.050Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aac78379-a76c-4ac6-b018-2b1dfd6091f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-08T03:16:46.050Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:16:46.050Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:46.345Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:16:46.345Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml aac78379-a76c-4ac6-b018-2b1dfd6091f8 5033
2022-05-08T03:16:46.346Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:46.346Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:46.346Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:16:46.346Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:46.348Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:46.349Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979806346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:16:46.449Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:46.449Z||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-05-08T03:16:46.449Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:46.457Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:46.458Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:16:47.349Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b2b4c348-9abb-41e3-bdbf-f4d4464cc806 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-08T03:16:47.350Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:16:47.350Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:47.806Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:16:47.807Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b2b4c348-9abb-41e3-bdbf-f4d4464cc806 903
2022-05-08T03:16:47.807Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:47.807Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:47.807Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:16:47.807Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:47.809Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:47.809Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979807807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:16:47.909Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:47.910Z||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-05-08T03:16:47.910Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:47.921Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:47.921Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:48.810Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 61a31619-06c7-4e5a-aaf8-8cbb40b46d06
2022-05-08T03:16:48.810Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce 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-05-08T03:16:48.821Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76daece7, org.onap.sdc.toscaparser.api.parameters.Input@4b958dcb, org.onap.sdc.toscaparser.api.parameters.Input@383eca00, org.onap.sdc.toscaparser.api.parameters.Input@24741f22, org.onap.sdc.toscaparser.api.parameters.Input@568729f]
2022-05-08T03:16:48.822Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.822Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.823Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:16:48.823Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 41f6ad3b-8211-4e34-80cc-d4529dfcb202
2022-05-08T03:16:48.823Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41f6ad3b-8211-4e34-80cc-d4529dfcb202 matches Tosca VF Customization UUID: 41f6ad3b-8211-4e34-80cc-d4529dfcb202
2022-05-08T03:16:48.823Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 41f6ad3b-8211-4e34-80cc-d4529dfcb202  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-05-08T03:16:48.824Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.824Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.825Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 41f6ad3b-8211-4e34-80cc-d4529dfcb202: {\"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-05-08T03:16:48.825Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@285d731f
2022-05-08T03:16:48.825Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.825Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:16:48.825Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb3ad7fb-3f12-4d4c-b241-ee6090da79e9
2022-05-08T03:16:48.825Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb3ad7fb-3f12-4d4c-b241-ee6090da79e9
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-05-08T03:16:48.827Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.827Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:48.827Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:16:48.827Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.827Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:48.827Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:16:48.828Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.828Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-08T03:16:48.828Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-08T03:16:48.828Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T03:16:48.828Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a94bfcb6-5def-4ce7-a9ba-53b2038c549d
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-05-08T03:16:48.829Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.829Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:48.830Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:16:48.830Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.830Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T03:16:48.830Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=41f6ad3b-8211-4e34-80cc-d4529dfcb202
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-05-08T03:16:48.831Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.831Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 61a31619-06c7-4e5a-aaf8-8cbb40b46d06: basic_vm
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.832Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:16:48.833Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:16:48.833Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:48.889Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0c9a51d7-08f5-4a6a-a2b6-3d2a42205dce 1 ASDC deployResourceStructure
2022-05-08T03:16:48.889Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:48.889Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:48.889Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:16:48.889Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:48.891Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:48.891Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979808889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:16:48.991Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:48.992Z||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-05-08T03:16:48.992Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:49.001Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:49.002Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:49.891Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:49.892Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:49.892Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:16:49.892Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:49.894Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:49.894Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979809891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:16:49.994Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:49.994Z||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-05-08T03:16:49.994Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:50.003Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:50.003Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:50.894Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:50.895Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||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-05-08T03:16:50.895Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:16:50.895Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:50.896Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:50.896Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979810894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:16:50.996Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:50.997Z||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-05-08T03:16:50.997Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:51.007Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:51.008Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:16:51.897Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-08T03:16:51.898Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T03:16:51.898Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:16:51.898Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:16:51.900Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:16:51.900Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979811897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:16:52.000Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:16:52.001Z||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-05-08T03:16:52.001Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:52.010Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:52.010Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:16:52.900Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:16:52.910Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:16:52.912Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:16:52.912Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:16:52.912Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:16:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:16:54.888Z||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-05-08T03:16:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:16:54.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:16:54.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f7af159-d3e1-4565-a6df-5aacd557b8c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979738689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:16:54.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/resourceInstances/pnf9c8de91d5feb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979739704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979752673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979754359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH4ovxlrh7ecvhymmyxli/1.0/artifacts/service-DemoPnfH4ovxlrh7ecvhymmyxli-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:16:54.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:22.912Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:17:22.923Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:17:22.925Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:17:22.925Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:17:22.925Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:17:52.925Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:17:52.936Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:17:52.937Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:17:52.937Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:17:52.937Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:17:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:17:54.888Z||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-05-08T03:17:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:17:54.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:17:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6096e5c7-9a8f-4584-a57f-4b5f3924e526",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979785526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:17:54.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651979785552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979789759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979790070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979786540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979802354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979802412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979802544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979795914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "cds",
  "timestamp": 1651979803548,
  "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=?
2022-05-08T03:17:54.929Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c441afc-3187-47fc-b371-dbccfe97c803
2022-05-08T03:17:54.930Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:17:54.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979803740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979797633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979797759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979805043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979805051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979805511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979805842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979806077,
  "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-05-08T03:17:54.944Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c441afc-3187-47fc-b371-dbccfe97c803
2022-05-08T03:17:54.944Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:17:54.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979806346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979806515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651979807080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "policy-id",
  "timestamp": 1651979807518,
  "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-05-08T03:17:54.956Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c441afc-3187-47fc-b371-dbccfe97c803
2022-05-08T03:17:54.956Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:17:54.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979807807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:17:54.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979808143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979808889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651979809146,
  "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-05-08T03:17:54.966Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c441afc-3187-47fc-b371-dbccfe97c803
2022-05-08T03:17:54.967Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:17:54.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979809891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979810894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651979811897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:17:54.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:17:54.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:17:54.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:18:22.938Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:18:22.948Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:18:22.950Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:18:22.950Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:18:22.950Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:18:52.950Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:18:52.961Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:18:52.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:18:52.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:18:52.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:18:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:18:54.888Z||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-05-08T03:18:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:18:54.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:18:54.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:18:54.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:18:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:19:22.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:19:22.973Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:19:22.975Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:19:22.975Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:19:22.975Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:19:52.975Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:19:52.992Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:19:52.995Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:19:52.995Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:19:52.995Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:19:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:19:54.888Z||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-05-08T03:19:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:19:55.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:19:55.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979815399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979809351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979817068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979817406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "clamp",
  "timestamp": 1651979818409,
  "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-05-08T03:19:55.413Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c441afc-3187-47fc-b371-dbccfe97c803
2022-05-08T03:19:55.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:19:55.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979824453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:19:55.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:19:55.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:19:55.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "aai-ml",
  "timestamp": 1651979825457,
  "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-05-08T03:19:55.427Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c441afc-3187-47fc-b371-dbccfe97c803
2022-05-08T03:19:55.427Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:20:22.995Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:20:23.007Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:20:23.009Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:20:23.014Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:20:53.015Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c441afc-3187-47fc-b371-dbccfe97c803 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-05-08T03:20:53.021Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c441afc-3187-47fc-b371-dbccfe97c803 and serviceModelVersionId: 61a31619-06c7-4e5a-aaf8-8cbb40b46d06
2022-05-08T03:20:53.021Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f51cef7c-4cea-4312-b944-8915f5f7e345
2022-05-08T03:20:53.022Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f51cef7c-4cea-4312-b944-8915f5f7e345/model-vers/model-ver/61a31619-06c7-4e5a-aaf8-8cbb40b46d06?depth=0
2022-05-08T03:20:53.027Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:20:53.068Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51cef7c-4cea-4312-b944-8915f5f7e345/model-vers/model-ver/61a31619-06c7-4e5a-aaf8-8cbb40b46d06?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-05-08T03:20:53.069Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51cef7c-4cea-4312-b944-8915f5f7e345/model-vers/model-ver/61a31619-06c7-4e5a-aaf8-8cbb40b46d06?depth=0|INFO|500||Invoke
2022-05-08T03:20:53.089Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51cef7c-4cea-4312-b944-8915f5f7e345/model-vers/model-ver/61a31619-06c7-4e5a-aaf8-8cbb40b46d06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:20:53.239Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51cef7c-4cea-4312-b944-8915f5f7e345/model-vers/model-ver/61a31619-06c7-4e5a-aaf8-8cbb40b46d06?depth=0|INFO|500||InvokeReturn
2022-05-08T03:20:53.239Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51cef7c-4cea-4312-b944-8915f5f7e345/model-vers/model-ver/61a31619-06c7-4e5a-aaf8-8cbb40b46d06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:20:53:096-51920], vertex-id=[205048], Content-Length=[0], Date=[Sun, 08 May 2022 03:20:53 GMT], Content-Type=[application/json]}
2022-05-08T03:20:53.239Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:20:53.240Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:20:53.240Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:20:53.245Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:20:53.245Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c441afc-3187-47fc-b371-dbccfe97c803 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:20:53.245Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:20:53.245Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:20:53.247Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:20:53.247Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980053245,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:20:53.347Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:20:53.348Z||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-05-08T03:20:53.348Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:20:53.360Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:20:53.361Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:20:54.260Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:20:54.260Z|5c441afc-3187-47fc-b371-dbccfe97c803|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-05-08T03:20:54.260Z|5c441afc-3187-47fc-b371-dbccfe97c803|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:20:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:20:54.888Z||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-05-08T03:20:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:20:55.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:20:55.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:20:55.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c441afc-3187-47fc-b371-dbccfe97c803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980053245,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:20:55.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:05.004Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:05.004Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:21:05.004Z|5c441afc-3187-47fc-b371-dbccfe97c803|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-05-08T03:21:05.005Z|5c441afc-3187-47fc-b371-dbccfe97c803|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:14.532Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:14.533Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:21:14.534Z|5c441afc-3187-47fc-b371-dbccfe97c803|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-05-08T03:21:14.534Z|5c441afc-3187-47fc-b371-dbccfe97c803|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:19.956Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:19.956Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:21:19.956Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef2c9a42-3549-4c9d-9d00-4cc35057b41a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fd831a06-172f-40d1-9dd9-deef70fef564","serviceDescription":"service","serviceInvariantUUID":"460e3599-2934-45a1-b33a-20c164c7bf2d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca1e476e-d054-48fb-86dd-d882ca290a3b","resourceInvariantUUID":"0553cf4a-750a-4803-b85f-1611c672e949","resourceCustomizationUUID":"64b15e3f-acb0-4903-9dbc-3e0aaafaac19","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":"ZjEwOGZjNzk0Zjc3ZjhlYzdkNmVkNjlhM2NhNTU4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f327d3b-c1b4-48fc-82d8-eed17fcf23f6","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":"8ac14c07-3c0e-400a-8e9c-9908e5c14fc9","artifactVersion":"2","generatedFromUUID":"8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195"},{"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":"8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195","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":"YmMwNWM2OTVjZjAwZWU3ODA3NjQ1YzVjODVhMmI3Nzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f20376a-531b-439d-bec4-7b3faacdabf7","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":"16610b86-f651-4519-a1e1-164ad150108b","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":"f69e0e6d-2e8c-4711-9aac-7ec096d32b9f","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":"5c441784-04ce-4878-8f5a-19a95e5868c3","artifactVersion":"2","generatedFromUUID":"16610b86-f651-4519-a1e1-164ad150108b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWM0MzFmYmM1NWZhMmQ1OGRmMjZiZWZhYzY2YTcyN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2a85d3c-d15e-4048-a865-4c6c3d5cf903","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2YzMWE2MWEyZGE5OTJlMzFlNDI3ZDViYjEzZWExODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76b46ad0-d8bb-4a65-884b-561f172ec1ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:21:19.958Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:19.958Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:19.960Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:19.960Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:20.060Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:20.060Z||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-05-08T03:21:20.060Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:20.068Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:20.068Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:20.960Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:20.961Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:20.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:20.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-08T03:21:21.063Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:21.064Z||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-05-08T03:21:21.064Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:21.071Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:21.072Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:21.963Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:21.964Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:21.966Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:21.966Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-08T03:21:22.066Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:22.067Z||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-05-08T03:21:22.067Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:22.077Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:22.077Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:22.966Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:22.966Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:22.968Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:22.968Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:21:23.068Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:23.069Z||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-05-08T03:21:23.069Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:23.077Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:23.078Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:23.969Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:23.969Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:23.971Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:23.971Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:21:24.071Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:24.072Z||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-05-08T03:21:24.072Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:24.085Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:24.085Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:24.971Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:24.972Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:24.974Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:24.974Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:25.074Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:25.075Z||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-05-08T03:21:25.075Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:25.084Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:25.084Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:25.974Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:25.975Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:25.978Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:25.978Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-08T03:21:26.078Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:26.078Z||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-05-08T03:21:26.078Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:26.086Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:26.086Z||pool-73-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:21:26.978Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:26.979Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:26.980Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:26.980Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:27.081Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:27.081Z||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-05-08T03:21:27.081Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:27.089Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:27.090Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:27.981Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:21:27.982Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:27.983Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:27.984Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:28.084Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:28.084Z||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-05-08T03:21:28.084Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:28.092Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:28.092Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:28.985Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fd831a06-172f-40d1-9dd9-deef70fef564",
  "serviceDescription": "service",
  "serviceInvariantUUID": "460e3599-2934-45a1-b33a-20c164c7bf2d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "64b15e3f-acb0-4903-9dbc-3e0aaafaac19",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ca1e476e-d054-48fb-86dd-d882ca290a3b",
      "resourceInvariantUUID": "0553cf4a-750a-4803-b85f-1611c672e949",
      "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": "8ac14c07-3c0e-400a-8e9c-9908e5c14fc9",
          "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": "8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195",
          "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": "YmMwNWM2OTVjZjAwZWU3ODA3NjQ1YzVjODVhMmI3Nzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f20376a-531b-439d-bec4-7b3faacdabf7",
          "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": "16610b86-f651-4519-a1e1-164ad150108b",
          "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": "5c441784-04ce-4878-8f5a-19a95e5868c3",
            "generatedFromUUID": "16610b86-f651-4519-a1e1-164ad150108b"
          },
          "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": "5c441784-04ce-4878-8f5a-19a95e5868c3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2YzMWE2MWEyZGE5OTJlMzFlNDI3ZDViYjEzZWExODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76b46ad0-d8bb-4a65-884b-561f172ec1ef"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:21:28.985Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:21:28.985Z|5c441afc-3187-47fc-b371-dbccfe97c803|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fd831a06-172f-40d1-9dd9-deef70fef564 ASDC
2022-05-08T03:21:28.985Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef2c9a42-3549-4c9d-9d00-4cc35057b41a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fd831a06-172f-40d1-9dd9-deef70fef564
ServiceInvariantUUID:460e3599-2934-45a1-b33a-20c164c7bf2d
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:76b46ad0-d8bb-4a65-884b-561f172ec1ef
ArtifactChecksum:N2YzMWE2MWEyZGE5OTJlMzFlNDI3ZDViYjEzZWExODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:64b15e3f-acb0-4903-9dbc-3e0aaafaac19
ResourceInvariantUUID:0553cf4a-750a-4803-b85f-1611c672e949
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ca1e476e-d054-48fb-86dd-d882ca290a3b
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:8ac14c07-3c0e-400a-8e9c-9908e5c14fc9
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:8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195
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:9f20376a-531b-439d-bec4-7b3faacdabf7
ArtifactChecksum:YmMwNWM2OTVjZjAwZWU3ODA3NjQ1YzVjODVhMmI3Nzc=
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:16610b86-f651-4519-a1e1-164ad150108b
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:5c441784-04ce-4878-8f5a-19a95e5868c3
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:5c441784-04ce-4878-8f5a-19a95e5868c3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:21:28.985Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd831a06-172f-40d1-9dd9-deef70fef564 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-05-08T03:21:29.012Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:21:29.013Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:21:29.013Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:21:29.013Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 76b46ad0-d8bb-4a65-884b-561f172ec1ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-08T03:21:29.013Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:21:29.013Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-08T03:21:29.166Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:21:29.170Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 76b46ad0-d8bb-4a65-884b-561f172ec1ef 68953
2022-05-08T03:21:29.170Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-08T03:21:29.170Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-08T03:21:29.170Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:21:29.171Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:29.173Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:29.173Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980089170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:29.273Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:29.274Z||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-05-08T03:21:29.274Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:29.282Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:29.282Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:30.174Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:21:30.174Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:21:30.174Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 76b46ad0-d8bb-4a65-884b-561f172ec1ef, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:30.202Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-08T03:21:30.202Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:30.202Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:30.285Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1965466050301146307/Definitions/service-BasicCnf-template.yml
2022-05-08T03:21:31.086Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:21:31.086Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:21:31.086Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:31.086Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.087Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:21:31.088Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-08T03:21:31.089Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b606646d-2496-482a-ad5a-b50be2518db5
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:31.090Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fd831a06-172f-40d1-9dd9-deef70fef564
Model Version:NULL
Model InvariantUuid:460e3599-2934-45a1-b33a-20c164c7bf2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d9f06685-e9aa-4fdf-bdef-9e9b41fa4c1c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0553cf4a-750a-4803-b85f-1611c672e949
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:64b15e3f-acb0-4903-9dbc-3e0aaafaac19
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b94ce9b-7319-4d72-a639-ae5abf7bc845
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7b00f579-5adb-4082-929e-e7527cd90aec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b606646d-2496-482a-ad5a-b50be2518db5
ModelInvariantUuid:7c7f6bcd-9162-4c87-8d84-468a227bbff9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4d44c878-5efb-4b90-a6a9-fd3687b94e1a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d7a4da59-d544-4622-8647-110ccf80a7f5
ModelInvariantUuid:2ffc5a73-c65a-44ec-8260-fb39a04ad157
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:87b119bf-2251-4cfe-a45f-2f1df5b952c4
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-05-08T03:21:31.096Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ca1e476e-d054-48fb-86dd-d882ca290a3b
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-05-08T03:21:31.098Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-05-08T03:21:31.098Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca1e476e-d054-48fb-86dd-d882ca290a3b
2022-05-08T03:21:31.099Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8ac14c07-3c0e-400a-8e9c-9908e5c14fc9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-08T03:21:31.099Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:21:31.099Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-08T03:21:31.261Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:21:31.262Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8ac14c07-3c0e-400a-8e9c-9908e5c14fc9 12
2022-05-08T03:21:31.262Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-08T03:21:31.262Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-08T03:21:31.262Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:21:31.262Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:31.264Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:31.264Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980091262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:31.364Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:31.364Z||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-05-08T03:21:31.365Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:31.374Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:31.374Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:32.265Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-08T03:21:32.265Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:21:32.265Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-08T03:21:32.664Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:21:32.665Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195 2688
2022-05-08T03:21:32.665Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-08T03:21:32.665Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-08T03:21:32.665Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:21:32.665Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:32.667Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:32.667Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:32.767Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:32.768Z||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-05-08T03:21:32.768Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:32.777Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:32.778Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:33.669Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f20376a-531b-439d-bec4-7b3faacdabf7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-08T03:21:33.669Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:21:33.669Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-08T03:21:34.057Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:21:34.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9f20376a-531b-439d-bec4-7b3faacdabf7 828
2022-05-08T03:21:34.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-08T03:21:34.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-08T03:21:34.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:21:34.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:34.060Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:34.060Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980094058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:34.160Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:34.161Z||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-05-08T03:21:34.161Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:34.169Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:34.171Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:35.061Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1b94ce9b-7319-4d72-a639-ae5abf7bc845",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b00f579-5adb-4082-929e-e7527cd90aec",
    "vfModuleModelCustomizationUUID": "5ca15aed-ab13-4e11-932c-8d091009bc4f",
    "isBase": true,
    "artifacts": [
      "8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195",
      "16610b86-f651-4519-a1e1-164ad150108b",
      "5c441784-04ce-4878-8f5a-19a95e5868c3"
    ],
    "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-05-08T03:21:35.065Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b00f579-5adb-4082-929e-e7527cd90aec
VfModuleModelInvariantUUID:1b94ce9b-7319-4d72-a639-ae5abf7bc845
VfModuleModelDescription:NULL
Artifacts UUID List:{
8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195
,
16610b86-f651-4519-a1e1-164ad150108b
,
5c441784-04ce-4878-8f5a-19a95e5868c3

}
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-05-08T03:21:35.066Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1b94ce9b-7319-4d72-a639-ae5abf7bc845",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b00f579-5adb-4082-929e-e7527cd90aec",
    "vfModuleModelCustomizationUUID": "5ca15aed-ab13-4e11-932c-8d091009bc4f",
    "isBase": true,
    "artifacts": [
      "8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195",
      "16610b86-f651-4519-a1e1-164ad150108b",
      "5c441784-04ce-4878-8f5a-19a95e5868c3"
    ],
    "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-05-08T03:21:35.066Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b00f579-5adb-4082-929e-e7527cd90aec
VfModuleModelInvariantUUID:1b94ce9b-7319-4d72-a639-ae5abf7bc845
VfModuleModelDescription:NULL
Artifacts UUID List:{
8b0db901-0c5f-4fbb-ae5c-cc7e33fc4195
,
16610b86-f651-4519-a1e1-164ad150108b
,
5c441784-04ce-4878-8f5a-19a95e5868c3

}
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-05-08T03:21:35.066Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 16610b86-f651-4519-a1e1-164ad150108b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-08T03:21:35.067Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:21:35.067Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-08T03:21:35.266Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:21:35.267Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 16610b86-f651-4519-a1e1-164ad150108b 1164
2022-05-08T03:21:35.267Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-08T03:21:35.267Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-08T03:21:35.267Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:21:35.267Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:35.268Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:35.268Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980095267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:35.369Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:35.369Z||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-05-08T03:21:35.370Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:35.380Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:35.380Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:36.269Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c441784-04ce-4878-8f5a-19a95e5868c3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-08T03:21:36.270Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:21:36.270Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-08T03:21:36.461Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:21:36.461Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5c441784-04ce-4878-8f5a-19a95e5868c3 200
2022-05-08T03:21:36.462Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-08T03:21:36.462Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-08T03:21:36.462Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:21:36.462Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:36.464Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:36.464Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980096462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:36.564Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:36.564Z||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-05-08T03:21:36.565Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:36.573Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:36.574Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:21:37.464Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fd831a06-172f-40d1-9dd9-deef70fef564
2022-05-08T03:21:37.464Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ca1e476e-d054-48fb-86dd-d882ca290a3b 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 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-05-08T03:21:37.476Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-05-08T03:21:37.481Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@498e5089, org.onap.sdc.toscaparser.api.parameters.Input@1c3b4d9f, org.onap.sdc.toscaparser.api.parameters.Input@15d844d, org.onap.sdc.toscaparser.api.parameters.Input@2314b2a2, org.onap.sdc.toscaparser.api.parameters.Input@18a5a451]
2022-05-08T03:21:37.482Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.482Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.483Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:21:37.483Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 64b15e3f-acb0-4903-9dbc-3e0aaafaac19
2022-05-08T03:21:37.483Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64b15e3f-acb0-4903-9dbc-3e0aaafaac19 matches Tosca VF Customization UUID: 64b15e3f-acb0-4903-9dbc-3e0aaafaac19
2022-05-08T03:21:37.483Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 64b15e3f-acb0-4903-9dbc-3e0aaafaac19  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-05-08T03:21:37.485Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.485Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.485Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 64b15e3f-acb0-4903-9dbc-3e0aaafaac19: {\"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-05-08T03:21:37.485Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35a1e86c
2022-05-08T03:21:37.485Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.486Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:21:37.486Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ca15aed-ab13-4e11-932c-8d091009bc4f
2022-05-08T03:21:37.486Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ca15aed-ab13-4e11-932c-8d091009bc4f
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-05-08T03:21:37.487Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.488Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:37.488Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:21:37.488Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.488Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:37.488Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:21:37.489Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.489Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-08T03:21:37.489Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-08T03:21:37.489Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b606646d-2496-482a-ad5a-b50be2518db5
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-05-08T03:21:37.491Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.491Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:37.491Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:21:37.491Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.491Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-08T03:21:37.492Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=64b15e3f-acb0-4903-9dbc-3e0aaafaac19
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-05-08T03:21:37.493Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.493Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.493Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fd831a06-172f-40d1-9dd9-deef70fef564: basic_cnf
2022-05-08T03:21:37.494Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.494Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.494Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.494Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.495Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.495Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.495Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.495Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.496Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:21:37.496Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:21:37.496Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:21:37.545Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ca1e476e-d054-48fb-86dd-d882ca290a3b 1 ASDC deployResourceStructure
2022-05-08T03:21:37.546Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-08T03:21:37.546Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-08T03:21:37.546Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-08T03:21:37.547Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:37.549Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:37.549Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980097545,
  "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-05-08T03:21:37.649Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:37.649Z||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-05-08T03:21:37.649Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:37.656Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:37.657Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:38.549Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-08T03:21:38.550Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-08T03:21:38.550Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-08T03:21:38.551Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:38.552Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:38.552Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980098549,
  "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-05-08T03:21:38.652Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:38.653Z||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-05-08T03:21:38.653Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:38.726Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:38.727Z||pool-83-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:39.553Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-08T03:21:39.553Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-08T03:21:39.553Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:21:39.553Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:39.555Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:39.555Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980099553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:39.655Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:39.656Z||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-05-08T03:21:39.656Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:39.665Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:39.665Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:40.556Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-08T03:21:40.557Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-08T03:21:40.557Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:21:40.557Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:40.559Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:40.559Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980100556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:40.660Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:21:40.661Z||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-05-08T03:21:40.661Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:40.669Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:40.669Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:41.560Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-08T03:21:41.561Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-08T03:21:41.561Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:21:41.561Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:41.563Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:41.564Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980101560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:41.664Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:41.664Z||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-05-08T03:21:41.664Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:41.672Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:41.672Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:21:42.565Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-08T03:21:42.565Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-08T03:21:42.566Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:21:42.566Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:21:42.568Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:21:42.568Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980102565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:42.668Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:21:42.669Z||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-05-08T03:21:42.669Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:42.676Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:42.677Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:21:43.568Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2c9a42-3549-4c9d-9d00-4cc35057b41a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:21:43.578Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2c9a42-3549-4c9d-9d00-4cc35057b41a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:21:43.580Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:21:43.580Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:21:43.580Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:21:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:21:54.888Z||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-05-08T03:21:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:21:55.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:21:55.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980074759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980077635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980079351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980089044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980089056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980089051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980089170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980089188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "cds",
  "timestamp": 1651980090048,
  "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=?
2022-05-08T03:21:55.531Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef2c9a42-3549-4c9d-9d00-4cc35057b41a
2022-05-08T03:21:55.531Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:21:55.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980090054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980090114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "policy-id",
  "timestamp": 1651980091057,
  "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-05-08T03:21:55.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef2c9a42-3549-4c9d-9d00-4cc35057b41a
2022-05-08T03:21:55.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980091259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980091262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980092460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980093516,
  "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-05-08T03:21:55.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef2c9a42-3549-4c9d-9d00-4cc35057b41a
2022-05-08T03:21:55.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980094058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980085552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980094521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980095267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980096462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980096855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980097545,
  "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-05-08T03:21:55.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "aai-ml",
  "timestamp": 1651980097859,
  "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-05-08T03:21:55.571Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef2c9a42-3549-4c9d-9d00-4cc35057b41a
2022-05-08T03:21:55.571Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:21:55.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980098549,
  "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-05-08T03:21:55.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980099553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980100556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980101560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980102565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980095915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980097759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980107651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980109611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:21:55.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:21:55.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980110614,
  "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-05-08T03:21:55.592Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef2c9a42-3549-4c9d-9d00-4cc35057b41a
2022-05-08T03:21:55.592Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:21:55.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:21:55.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980113448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:21:55.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:22:13.580Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2c9a42-3549-4c9d-9d00-4cc35057b41a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:22:13.591Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2c9a42-3549-4c9d-9d00-4cc35057b41a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:22:13.593Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:22:13.593Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:22:13.594Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:22:13.599Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:22:43.599Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:22:43.607Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef2c9a42-3549-4c9d-9d00-4cc35057b41a and serviceModelVersionId: fd831a06-172f-40d1-9dd9-deef70fef564
2022-05-08T03:22:43.607Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 460e3599-2934-45a1-b33a-20c164c7bf2d
2022-05-08T03:22:43.607Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/460e3599-2934-45a1-b33a-20c164c7bf2d/model-vers/model-ver/fd831a06-172f-40d1-9dd9-deef70fef564?depth=0
2022-05-08T03:22:43.611Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:22:43.639Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460e3599-2934-45a1-b33a-20c164c7bf2d/model-vers/model-ver/fd831a06-172f-40d1-9dd9-deef70fef564?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-05-08T03:22:43.640Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460e3599-2934-45a1-b33a-20c164c7bf2d/model-vers/model-ver/fd831a06-172f-40d1-9dd9-deef70fef564?depth=0|INFO|500||Invoke
2022-05-08T03:22:43.655Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460e3599-2934-45a1-b33a-20c164c7bf2d/model-vers/model-ver/fd831a06-172f-40d1-9dd9-deef70fef564?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:22:44.441Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460e3599-2934-45a1-b33a-20c164c7bf2d/model-vers/model-ver/fd831a06-172f-40d1-9dd9-deef70fef564?depth=0|INFO|500||InvokeReturn
2022-05-08T03:22:44.441Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460e3599-2934-45a1-b33a-20c164c7bf2d/model-vers/model-ver/fd831a06-172f-40d1-9dd9-deef70fef564?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220508-03:22:43:663-29839], vertex-id=[188472], Content-Length=[0], Date=[Sun, 08 May 2022 03:22:43 GMT], Content-Type=[application/json]}
2022-05-08T03:22:44.442Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:22:44.442Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:22:44.442Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:22:44.447Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:22:44.448Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef2c9a42-3549-4c9d-9d00-4cc35057b41a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:22:44.448Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:22:44.448Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:22:44.450Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:22:44.450Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980164448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:22:44.550Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:22:44.551Z||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-05-08T03:22:44.551Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:22:44.565Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:22:44.565Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 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-05-08T03:22:45.462Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:22:45.462Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:22:45.463Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:22:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:22:54.888Z||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-05-08T03:22:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:22:54.993Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:22:54.994Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:22:54.994Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:22:54.994Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:22:55.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:22:55.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:22:55.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980115458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:22:55.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:23:04.522Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:23:04.523Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:23:04.523Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:23:04.523Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:23:14.057Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:23:14.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:23:14.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:23:14.058Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:23:23.587Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:23:23.587Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:23:23.588Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:23:23.588Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:23:33.118Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:23:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:23:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:23:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:23:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:23:54.888Z||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-05-08T03:23:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:23:55.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:23:55.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:23:55.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "clamp",
  "timestamp": 1651980116462,
  "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-05-08T03:23:55.411Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef2c9a42-3549-4c9d-9d00-4cc35057b41a
2022-05-08T03:23:55.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2c9a42-3549-4c9d-9d00-4cc35057b41a 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-05-08T03:23:55.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-08T03:23:55.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2c9a42-3549-4c9d-9d00-4cc35057b41a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980164448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:23:55.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:24:04.418Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:24:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:24:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:24:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:24:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:24:54.888Z||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-05-08T03:24:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:25:04.421Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:25:04.421Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:25:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:25:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:25:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:25:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:25:54.888Z||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-05-08T03:25:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:26:04.421Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:26:04.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:26:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:26:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:26:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:26:54.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:26:54.888Z||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-05-08T03:26:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:27:04.419Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:27:04.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:27:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:27:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:27:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:27:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:27:54.888Z||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-05-08T03:27:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:28:04.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:28:04.419Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:28:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:28:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:28:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:28:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:28:54.888Z||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-05-08T03:28:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:29:04.415Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:29:04.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:29:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:29:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:29:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:29:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:29:54.888Z||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-05-08T03:29:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:30:04.419Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:30:04.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:30:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:30:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:30:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:30:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:30:54.888Z||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-05-08T03:30:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:31:04.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:31:04.424Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:31:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:31:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:31:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:31:54.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:31:54.888Z||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-05-08T03:31:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:32:04.416Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:32:04.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:32:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:32:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:32:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:32:54.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:32:54.888Z||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-05-08T03:32:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:04.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:04.418Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:54.886Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:33:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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-05-08T03:33:54.887Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:33:54.888Z||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-05-08T03:33:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:55.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-08T03:33:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:33:55.504Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:55.505Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:33:55.505Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"34393672-59e7-4286-82d8-614c6a1609a5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2b234c80-6e5d-47fd-966b-b0cd1fe42a4f","serviceDescription":"service","serviceInvariantUUID":"7466e842-71cb-4077-b91c-8f82219b3c42","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5411a24c-23eb-4db2-a8d2-8f86af383250","resourceInvariantUUID":"8b454a67-29e1-468f-9be8-f891ed29d0b1","resourceCustomizationUUID":"632d7128-ee81-4b69-bdcb-8d38de74f8ab","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":"M2I4Njk1MGI2OWYzZTc1NmVhYjZjMzE2OTE3MTliMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ea68ecd-2460-4485-9c7c-5812227a7d41","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":"N2VmYzFkZjQwODM1ZTRiNmIzYjRkMDg3NzZjZjg3MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6db2f4b2-806c-4d87-9238-4f8f517828c9","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":"a754b0a5-6181-4f4c-98f3-d681b1a35bc5","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":"4767053d-11dc-413b-8525-e82e3a70252b","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":"0f2bb4ab-4405-4497-8fa6-69e1dca5f038","artifactVersion":"2","generatedFromUUID":"a754b0a5-6181-4f4c-98f3-d681b1a35bc5"},{"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":"MjUxYTQyYWU0ZTk4MGFjNDIwMTU3N2Q1NTA1OGZhZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"48c87a2b-23e7-45d3-a948-9a0e05fd7905","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":"Mzg5MTE3MjFlMmVmZWI3MGIzZmFiNGI4Yjk3MjFkZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c07cddf5-3da5-4b92-9d0d-9769d278de03","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDFkOGMzNjFjOGFlZGUzNGVhZWY0MjAxYTM5MGNkYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90dcb2e8-5630-47cf-a75f-d05a45ea99f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:33:55.506Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:33:55.506Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:33:55.508Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:33:55.508Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:55.608Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:33:55.609Z||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-05-08T03:33:55.609Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:55.617Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:55.617Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:33:56.508Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:33:56.509Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:33:56.511Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:33:56.511Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:33:56.611Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:33:56.611Z||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-05-08T03:33:56.612Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:56.621Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:56.621Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:33:57.511Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:33:57.512Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:33:57.513Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:33:57.513Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:33:57.613Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:33:57.614Z||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-05-08T03:33:57.614Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:57.623Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:57.623Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:33:58.514Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:33:58.515Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:33:58.516Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:33:58.516Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:33:58.616Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:33:58.617Z||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-05-08T03:33:58.617Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:58.626Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:58.626Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:33:59.517Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:33:59.518Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:33:59.519Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:33:59.520Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-08T03:33:59.620Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:33:59.620Z||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-05-08T03:33:59.620Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:33:59.630Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:33:59.630Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:00.520Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:34:00.521Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:00.523Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:00.523Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:34:00.623Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:00.623Z||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-05-08T03:34:00.624Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:00.632Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:00.633Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:34:01.523Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:34:01.524Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:01.526Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:01.526Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:34:01.626Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:01.626Z||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-05-08T03:34:01.627Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:01.636Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:01.636Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:02.526Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:34:02.527Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:02.528Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:02.529Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:34:02.629Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:02.630Z||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-05-08T03:34:02.630Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:02.638Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:02.639Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:03.530Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2b234c80-6e5d-47fd-966b-b0cd1fe42a4f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7466e842-71cb-4077-b91c-8f82219b3c42",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "632d7128-ee81-4b69-bdcb-8d38de74f8ab",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5411a24c-23eb-4db2-a8d2-8f86af383250",
      "resourceInvariantUUID": "8b454a67-29e1-468f-9be8-f891ed29d0b1",
      "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": "N2VmYzFkZjQwODM1ZTRiNmIzYjRkMDg3NzZjZjg3MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6db2f4b2-806c-4d87-9238-4f8f517828c9",
          "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": "a754b0a5-6181-4f4c-98f3-d681b1a35bc5",
          "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": "0f2bb4ab-4405-4497-8fa6-69e1dca5f038",
            "generatedFromUUID": "a754b0a5-6181-4f4c-98f3-d681b1a35bc5"
          },
          "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": "0f2bb4ab-4405-4497-8fa6-69e1dca5f038",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDFkOGMzNjFjOGFlZGUzNGVhZWY0MjAxYTM5MGNkYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90dcb2e8-5630-47cf-a75f-d05a45ea99f5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:34:03.530Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:34:03.530Z|ef2c9a42-3549-4c9d-9d00-4cc35057b41a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b234c80-6e5d-47fd-966b-b0cd1fe42a4f ASDC
2022-05-08T03:34:03.530Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:34393672-59e7-4286-82d8-614c6a1609a5
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2b234c80-6e5d-47fd-966b-b0cd1fe42a4f
ServiceInvariantUUID:7466e842-71cb-4077-b91c-8f82219b3c42
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:90dcb2e8-5630-47cf-a75f-d05a45ea99f5
ArtifactChecksum:MDFkOGMzNjFjOGFlZGUzNGVhZWY0MjAxYTM5MGNkYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:632d7128-ee81-4b69-bdcb-8d38de74f8ab
ResourceInvariantUUID:8b454a67-29e1-468f-9be8-f891ed29d0b1
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5411a24c-23eb-4db2-a8d2-8f86af383250
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:6db2f4b2-806c-4d87-9238-4f8f517828c9
ArtifactChecksum:N2VmYzFkZjQwODM1ZTRiNmIzYjRkMDg3NzZjZjg3MGE=
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:a754b0a5-6181-4f4c-98f3-d681b1a35bc5
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:0f2bb4ab-4405-4497-8fa6-69e1dca5f038
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:0f2bb4ab-4405-4497-8fa6-69e1dca5f038
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:34:03.530Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b234c80-6e5d-47fd-966b-b0cd1fe42a4f 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-05-08T03:34:03.557Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:34:03.558Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:34:03.558Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:34:03.558Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90dcb2e8-5630-47cf-a75f-d05a45ea99f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-08T03:34:03.558Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:34:03.558Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-08T03:34:03.851Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:34:03.855Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90dcb2e8-5630-47cf-a75f-d05a45ea99f5 78813
2022-05-08T03:34:03.855Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-08T03:34:03.855Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-08T03:34:03.855Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:34:03.855Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:03.857Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:03.857Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980843855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:34:03.957Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:03.958Z||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-05-08T03:34:03.958Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:03.966Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:03.967Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:04.858Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:34:04.859Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:34:04.859Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 90dcb2e8-5630-47cf-a75f-d05a45ea99f5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:04.859Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-08T03:34:04.859Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:04.859Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:04.950Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14151427046067820903/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-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:05.828Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.829Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:34:05.830Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:34:05.831Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc7149ea-5b57-4ae0-ba3b-ae594936bc2a
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:05.832Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2b234c80-6e5d-47fd-966b-b0cd1fe42a4f
Model Version:NULL
Model InvariantUuid:7466e842-71cb-4077-b91c-8f82219b3c42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f85ab08c-2c01-4426-b232-df3249891fbb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b454a67-29e1-468f-9be8-f891ed29d0b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:632d7128-ee81-4b69-bdcb-8d38de74f8ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6604aac5-9c97-4797-b3ed-4427fa3217f3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:973d81a7-0d31-453e-9218-d9e0e9f5bec5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bc7149ea-5b57-4ae0-ba3b-ae594936bc2a
ModelInvariantUuid:01258305-c0e3-46ac-8d79-ab2e8fa9a37d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8663b48e-5211-4817-ad4b-c8ab0db7f26b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b0f234d9-e9a8-47d7-9275-b1d6d383aaf8
ModelInvariantUuid:1f802e3f-4da5-497a-9a5f-7c9fea6433c9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a9c71c83-f09e-427e-af45-6619d9ef8dde
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-05-08T03:34:05.837Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5411a24c-23eb-4db2-a8d2-8f86af383250
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-05-08T03:34:05.839Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-05-08T03:34:05.839Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5411a24c-23eb-4db2-a8d2-8f86af383250
2022-05-08T03:34:05.839Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6db2f4b2-806c-4d87-9238-4f8f517828c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-08T03:34:05.839Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:34:05.839Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:06.048Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:34:06.048Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6db2f4b2-806c-4d87-9238-4f8f517828c9 792
2022-05-08T03:34:06.049Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:06.049Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:06.049Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:34:06.049Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:06.051Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:06.051Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980846049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:34:06.151Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:06.152Z||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-05-08T03:34:06.152Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:06.161Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:06.162Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:07.052Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6604aac5-9c97-4797-b3ed-4427fa3217f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "973d81a7-0d31-453e-9218-d9e0e9f5bec5",
    "vfModuleModelCustomizationUUID": "3f249f2c-3689-4d7d-8660-fe44e1fc0bc4",
    "isBase": true,
    "artifacts": [
      "a754b0a5-6181-4f4c-98f3-d681b1a35bc5",
      "0f2bb4ab-4405-4497-8fa6-69e1dca5f038"
    ],
    "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-05-08T03:34:07.055Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:973d81a7-0d31-453e-9218-d9e0e9f5bec5
VfModuleModelInvariantUUID:6604aac5-9c97-4797-b3ed-4427fa3217f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
a754b0a5-6181-4f4c-98f3-d681b1a35bc5
,
0f2bb4ab-4405-4497-8fa6-69e1dca5f038

}
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-05-08T03:34:07.056Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6604aac5-9c97-4797-b3ed-4427fa3217f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "973d81a7-0d31-453e-9218-d9e0e9f5bec5",
    "vfModuleModelCustomizationUUID": "3f249f2c-3689-4d7d-8660-fe44e1fc0bc4",
    "isBase": true,
    "artifacts": [
      "a754b0a5-6181-4f4c-98f3-d681b1a35bc5",
      "0f2bb4ab-4405-4497-8fa6-69e1dca5f038"
    ],
    "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-05-08T03:34:07.056Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:973d81a7-0d31-453e-9218-d9e0e9f5bec5
VfModuleModelInvariantUUID:6604aac5-9c97-4797-b3ed-4427fa3217f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
a754b0a5-6181-4f4c-98f3-d681b1a35bc5
,
0f2bb4ab-4405-4497-8fa6-69e1dca5f038

}
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-05-08T03:34:07.056Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a754b0a5-6181-4f4c-98f3-d681b1a35bc5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-08T03:34:07.056Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:34:07.056Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:07.185Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:34:07.185Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a754b0a5-6181-4f4c-98f3-d681b1a35bc5 5033
2022-05-08T03:34:07.186Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:07.186Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:07.186Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:34:07.186Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:07.188Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:07.188Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980847186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:34:07.288Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:07.288Z||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-05-08T03:34:07.289Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:07.298Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:07.298Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:08.188Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f2bb4ab-4405-4497-8fa6-69e1dca5f038 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-08T03:34:08.188Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:34:08.189Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:08.658Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:34:08.658Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0f2bb4ab-4405-4497-8fa6-69e1dca5f038 903
2022-05-08T03:34:08.658Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:08.658Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:08.658Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:34:08.658Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:08.660Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:08.660Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980848658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:34:08.760Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:08.761Z||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-05-08T03:34:08.761Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:08.769Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:08.770Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:09.661Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2b234c80-6e5d-47fd-966b-b0cd1fe42a4f
2022-05-08T03:34:09.661Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5411a24c-23eb-4db2-a8d2-8f86af383250 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-05-08T03:34:09.671Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c77ad02, org.onap.sdc.toscaparser.api.parameters.Input@59fc6b, org.onap.sdc.toscaparser.api.parameters.Input@178a03b3, org.onap.sdc.toscaparser.api.parameters.Input@3bc63485, org.onap.sdc.toscaparser.api.parameters.Input@4aa88142]
2022-05-08T03:34:09.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:34:09.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 632d7128-ee81-4b69-bdcb-8d38de74f8ab
2022-05-08T03:34:09.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 632d7128-ee81-4b69-bdcb-8d38de74f8ab matches Tosca VF Customization UUID: 632d7128-ee81-4b69-bdcb-8d38de74f8ab
2022-05-08T03:34:09.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 632d7128-ee81-4b69-bdcb-8d38de74f8ab  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-05-08T03:34:09.674Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.674Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 632d7128-ee81-4b69-bdcb-8d38de74f8ab: {\"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-05-08T03:34:09.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48e5fc93
2022-05-08T03:34:09.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:34:09.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f249f2c-3689-4d7d-8660-fe44e1fc0bc4
2022-05-08T03:34:09.676Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f249f2c-3689-4d7d-8660-fe44e1fc0bc4
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-05-08T03:34:09.677Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.677Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:09.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:34:09.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:09.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:34:09.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.679Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-08T03:34:09.679Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-08T03:34:09.679Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T03:34:09.679Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc7149ea-5b57-4ae0-ba3b-ae594936bc2a
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-05-08T03:34:09.681Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.681Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:09.681Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:34:09.681Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.682Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-08T03:34:09.682Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=632d7128-ee81-4b69-bdcb-8d38de74f8ab
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-05-08T03:34:09.683Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.683Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2b234c80-6e5d-47fd-966b-b0cd1fe42a4f: basic_vm_macro
2022-05-08T03:34:09.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.685Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.685Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.685Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.685Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:34:09.685Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:34:09.685Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:09.751Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5411a24c-23eb-4db2-a8d2-8f86af383250 1 ASDC deployResourceStructure
2022-05-08T03:34:09.752Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:09.752Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:09.752Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:34:09.752Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:09.754Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:09.754Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980849752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:34:09.854Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:09.854Z||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-05-08T03:34:09.854Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:09.862Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:09.862Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:10.754Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:10.755Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:10.755Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:34:10.755Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:10.756Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:10.756Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980850754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:34:10.856Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:10.857Z||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-05-08T03:34:10.857Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:10.866Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:10.866Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:11.757Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:11.757Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||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-05-08T03:34:11.757Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:34:11.758Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:11.759Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:11.759Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980851757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:34:11.859Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:11.860Z||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-05-08T03:34:11.860Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:11.869Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:11.869Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:12.760Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-08T03:34:12.760Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-08T03:34:12.760Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:34:12.760Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:34:12.761Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:34:12.762Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980852759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:34:12.862Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:34:12.862Z||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-05-08T03:34:12.862Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:12.872Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:12.872Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:34:13.762Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:34:13.773Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:34:13.775Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:34:13.775Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:34:13.775Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:34:43.776Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:34:43.786Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:34:43.787Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:34:43.787Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:34:43.787Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:34:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:34:54.888Z||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-05-08T03:34:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:34:54.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:34:54.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:34:54.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:34:54.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:35:13.788Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:35:13.797Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:35:13.798Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:35:13.798Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:35:13.798Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:35:43.798Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:35:43.810Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:35:43.811Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:35:43.811Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:35:43.811Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:35:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:35:54.888Z||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-05-08T03:35:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:35:54.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:35:54.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:35:54.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:35:54.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:13.812Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:36:13.821Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:36:13.823Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:36:13.823Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:36:13.823Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:36:43.823Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:36:43.834Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:36:43.836Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:36:43.836Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:36:43.836Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:36:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:36:54.888Z||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-05-08T03:36:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:36:54.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:36:54.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980829351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980825552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980824759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980830070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980838325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980838328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980838785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980839847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "cds",
  "timestamp": 1651980840312,
  "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-05-08T03:36:54.918Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34393672-59e7-4286-82d8-614c6a1609a5
2022-05-08T03:36:54.918Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:36:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980840978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980842250,
  "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-05-08T03:36:54.931Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34393672-59e7-4286-82d8-614c6a1609a5
2022-05-08T03:36:54.931Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:36:54.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980834886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980843253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980843855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980837633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980845852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980846049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980846466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "aai-ml",
  "timestamp": 1651980846856,
  "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-05-08T03:36:54.947Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34393672-59e7-4286-82d8-614c6a1609a5
2022-05-08T03:36:54.947Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:36:54.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980847186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980847470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "policy-id",
  "timestamp": 1651980848473,
  "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-05-08T03:36:54.959Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34393672-59e7-4286-82d8-614c6a1609a5
2022-05-08T03:36:54.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:36:54.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980848658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980849752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980850754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980851757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651980852759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980845914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980847759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980856717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980858567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980858716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980859719,
  "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-05-08T03:36:54.975Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34393672-59e7-4286-82d8-614c6a1609a5
2022-05-08T03:36:54.975Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:36:54.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980861571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:54.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:54.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "clamp",
  "timestamp": 1651980862576,
  "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-05-08T03:36:54.988Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34393672-59e7-4286-82d8-614c6a1609a5
2022-05-08T03:36:54.988Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:36:54.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:54.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980877633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980875914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980877759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980891271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980891346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:55.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980892274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "policy-id",
  "timestamp": 1651980893276,
  "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-05-08T03:36:55.023Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b3bed3c-67d0-4620-88e9-2af6f137025d
2022-05-08T03:36:55.023Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:36:55.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980893316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651980894319,
  "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-05-08T03:36:55.034Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b3bed3c-67d0-4620-88e9-2af6f137025d
2022-05-08T03:36:55.034Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:36:55.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980884759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:36:55.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:36:55.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-08T03:36:55.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:13.836Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:37:13.850Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:37:13.852Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:37:13.853Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:37:13.861Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:37:43.861Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34393672-59e7-4286-82d8-614c6a1609a5 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-05-08T03:37:43.869Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34393672-59e7-4286-82d8-614c6a1609a5 and serviceModelVersionId: 2b234c80-6e5d-47fd-966b-b0cd1fe42a4f
2022-05-08T03:37:43.869Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7466e842-71cb-4077-b91c-8f82219b3c42
2022-05-08T03:37:43.871Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0
2022-05-08T03:37:43.877Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:37:43.925Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0|INFO|500||Invoke
2022-05-08T03:37:43.925Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34393672-59e7-4286-82d8-614c6a1609a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c66f3232-2a6c-401a-9006-98aae92d8b69], X-ECOMP-RequestID=[34393672-59e7-4286-82d8-614c6a1609a5], X-TransactionId=[], X-ONAP-RequestID=[34393672-59e7-4286-82d8-614c6a1609a5], Content-Type=[application/merge-patch+json]}
2022-05-08T03:37:43.942Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:37:44.443Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?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/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-03:37:43:950-8307], vertex-id=[184400], Content-Length=[0], Date=[Sun, 08 May 2022 03:37:43 GMT], Content-Type=[application/json]}
2022-05-08T03:37:44.443Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:37:44.444Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7466e842-71cb-4077-b91c-8f82219b3c42/model-vers/model-ver/2b234c80-6e5d-47fd-966b-b0cd1fe42a4f?depth=0|INFO|500||InvokeReturn
2022-05-08T03:37:44.444Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:37:44.444Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:37:44.449Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:37:44.450Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34393672-59e7-4286-82d8-614c6a1609a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:37:44.450Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:37:44.450Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:44.452Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:44.453Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981064450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:37:44.553Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:44.554Z||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-05-08T03:37:44.554Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:44.566Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:44.566Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:37:45.466Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:37:45.467Z|34393672-59e7-4286-82d8-614c6a1609a5|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-05-08T03:37:45.467Z|34393672-59e7-4286-82d8-614c6a1609a5|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:50.659Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:50.660Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:37:50.660Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b3bed3c-67d0-4620-88e9-2af6f137025d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"36726d5a-70f9-43e4-ac53-b69b1dbc72ca","serviceDescription":"service","serviceInvariantUUID":"ff2e6577-f47c-4e93-86e7-25b372b6bfb5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44af6505-9588-4270-bea4-3e45a6cf5a8c","resourceInvariantUUID":"21c32562-e122-45ce-9d94-39876b9cbd84","resourceCustomizationUUID":"90521f13-784f-43e5-91e2-d1a8df40b356","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":"MGJkYjFmZGNiMjNlOTliMTE1YTQ4NGEyZjQ1NTdiZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06960a84-ac78-42b8-9ad0-d87fa27c29c0","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":"YjZkZGIxYzVjNjQ3MzZjMDIxNmEwYTEzYjJmOTU5YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db39f26c-f30c-4cdb-bf3b-5b815c8332a4","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":"066ee165-f716-4f12-bff4-79b5f3bc3502","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":"61274416-1fb3-4e82-a39d-1d3108be25c5","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":"66805ff0-19ea-4e02-8889-999117a252ee","artifactVersion":"2","generatedFromUUID":"1fae9be1-1289-4644-93a5-83827c97a503"},{"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":"3e4ae5c8-498b-4e10-b92b-d201f66f60a6","artifactVersion":"2","generatedFromUUID":"066ee165-f716-4f12-bff4-79b5f3bc3502"},{"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":"1fae9be1-1289-4644-93a5-83827c97a503","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":"dc29a95e-f48c-4f5d-b1a0-d3061861414f","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":"NTdiZGJmNGZjYTI4YTIyOWQ1MmY3ZmVhZTZiOGYzYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25f3b83b-2f5e-4d0e-a011-55c5b2ff567b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzEwZTllNzFhNWU3ODExY2EyYzMxNjNiZmY5NDNhODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7996e1cd-1045-4e05-a32e-26fa1fd15edb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:37:50.661Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:50.661Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:50.663Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:50.663Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:50.763Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:50.763Z||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-05-08T03:37:50.763Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:50.772Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:50.773Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:51.663Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:51.664Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:51.665Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:51.665Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:37:51.766Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:37:51.766Z||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-05-08T03:37:51.766Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:51.775Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:51.776Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:52.666Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:52.666Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:52.668Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:52.668Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:37:52.768Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:52.769Z||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-05-08T03:37:52.769Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:52.779Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:52.779Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:53.668Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:53.669Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:53.671Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:53.671Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:53.771Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:53.772Z||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-05-08T03:37:53.773Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:53.783Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:53.783Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:54.672Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:54.673Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:54.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:54.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-08T03:37:54.775Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:54.776Z||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-05-08T03:37:54.776Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:54.785Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:54.785Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:37:54.888Z||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-05-08T03:37:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:54.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:54.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651980885552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980895495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-08T03:37:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "cds",
  "timestamp": 1651980896734,
  "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-05-08T03:37:54.918Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b3bed3c-67d0-4620-88e9-2af6f137025d
2022-05-08T03:37:54.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:37:54.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980898579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980889351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:37:54.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980890070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:37:54.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:37:54.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980900085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980900867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980902065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980902586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980903355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "clamp",
  "timestamp": 1651980903589,
  "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-05-08T03:37:54.939Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b3bed3c-67d0-4620-88e9-2af6f137025d
2022-05-08T03:37:54.939Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:37:54.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980904455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:37:54.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980905562,
  "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-05-08T03:37:54.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b3bed3c-67d0-4620-88e9-2af6f137025d
2022-05-08T03:37:54.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:37:54.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651980906566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:37:54.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980908551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:37:54.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:37:54.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T03:37:54.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "aai-ml",
  "timestamp": 1651980909555,
  "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-05-08T03:37:54.964Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b3bed3c-67d0-4620-88e9-2af6f137025d
2022-05-08T03:37:54.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:37:55.675Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:55.676Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:55.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:55.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-08T03:37:55.778Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:55.779Z||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-05-08T03:37:55.779Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:55.789Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:55.789Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:56.678Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:56.679Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:56.680Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:56.681Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-08T03:37:56.781Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:56.781Z||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-05-08T03:37:56.781Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:56.790Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:56.791Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:57.681Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:57.682Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:57.683Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:57.683Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:57.783Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:57.784Z||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-05-08T03:37:57.784Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:57.794Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:57.795Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:37:58.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:58.684Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:58.686Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:58.686Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:37:58.786Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:58.787Z||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-05-08T03:37:58.787Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:58.795Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:58.795Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:37:59.686Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:37:59.687Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:37:59.689Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:37:59.689Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:37:59.789Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:37:59.790Z||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-05-08T03:37:59.790Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:37:59.799Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:37:59.799Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:00.690Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "36726d5a-70f9-43e4-ac53-b69b1dbc72ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff2e6577-f47c-4e93-86e7-25b372b6bfb5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "90521f13-784f-43e5-91e2-d1a8df40b356",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "44af6505-9588-4270-bea4-3e45a6cf5a8c",
      "resourceInvariantUUID": "21c32562-e122-45ce-9d94-39876b9cbd84",
      "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": "YjZkZGIxYzVjNjQ3MzZjMDIxNmEwYTEzYjJmOTU5YWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db39f26c-f30c-4cdb-bf3b-5b815c8332a4",
          "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": "066ee165-f716-4f12-bff4-79b5f3bc3502",
          "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": "3e4ae5c8-498b-4e10-b92b-d201f66f60a6",
            "generatedFromUUID": "066ee165-f716-4f12-bff4-79b5f3bc3502"
          },
          "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": "66805ff0-19ea-4e02-8889-999117a252ee",
          "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": "3e4ae5c8-498b-4e10-b92b-d201f66f60a6",
          "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": "1fae9be1-1289-4644-93a5-83827c97a503",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NzEwZTllNzFhNWU3ODExY2EyYzMxNjNiZmY5NDNhODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7996e1cd-1045-4e05-a32e-26fa1fd15edb"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:38:00.690Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:38:00.691Z|34393672-59e7-4286-82d8-614c6a1609a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 36726d5a-70f9-43e4-ac53-b69b1dbc72ca ASDC
2022-05-08T03:38:00.691Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1b3bed3c-67d0-4620-88e9-2af6f137025d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:36726d5a-70f9-43e4-ac53-b69b1dbc72ca
ServiceInvariantUUID:ff2e6577-f47c-4e93-86e7-25b372b6bfb5
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:7996e1cd-1045-4e05-a32e-26fa1fd15edb
ArtifactChecksum:NzEwZTllNzFhNWU3ODExY2EyYzMxNjNiZmY5NDNhODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:90521f13-784f-43e5-91e2-d1a8df40b356
ResourceInvariantUUID:21c32562-e122-45ce-9d94-39876b9cbd84
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:44af6505-9588-4270-bea4-3e45a6cf5a8c
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:db39f26c-f30c-4cdb-bf3b-5b815c8332a4
ArtifactChecksum:YjZkZGIxYzVjNjQ3MzZjMDIxNmEwYTEzYjJmOTU5YWM=
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:066ee165-f716-4f12-bff4-79b5f3bc3502
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:3e4ae5c8-498b-4e10-b92b-d201f66f60a6
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:66805ff0-19ea-4e02-8889-999117a252ee
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:3e4ae5c8-498b-4e10-b92b-d201f66f60a6
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:1fae9be1-1289-4644-93a5-83827c97a503
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:38:00.691Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36726d5a-70f9-43e4-ac53-b69b1dbc72ca 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-05-08T03:38:00.725Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:38:00.725Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:38:00.725Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:38:00.725Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7996e1cd-1045-4e05-a32e-26fa1fd15edb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:00.725Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:00.726Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:00.977Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:00.983Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7996e1cd-1045-4e05-a32e-26fa1fd15edb 158211
2022-05-08T03:38:00.983Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-08T03:38:00.983Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:00.983Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:00.983Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:00.985Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:00.985Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981080983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:01.085Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:01.086Z||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-05-08T03:38:01.086Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:01.097Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:01.097Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:01.986Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:38:01.986Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:38:01.987Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7996e1cd-1045-4e05-a32e-26fa1fd15edb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:01.987Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-08T03:38:01.987Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:01.987Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:02.064Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12632056080358209613/Definitions/service-BasicCnfMacro-template.yml
2022-05-08T03:38:02.911Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:02.912Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.913Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.914Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-08T03:38:02.915Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2ab63d3f-0c0b-4914-8aca-f54cbc1aa751
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:02.916Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:36726d5a-70f9-43e4-ac53-b69b1dbc72ca
Model Version:NULL
Model InvariantUuid:ff2e6577-f47c-4e93-86e7-25b372b6bfb5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bb817089-2be9-40d9-a10c-86620eab5fc4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21c32562-e122-45ce-9d94-39876b9cbd84
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:90521f13-784f-43e5-91e2-d1a8df40b356
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:354af5d6-33f4-428f-ae92-943946a43d1f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e241245d-df47-4eff-b13a-38dc13ebd4cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6710139b-b4a4-4c6e-abaa-4eb771547a93
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:902395e9-33bc-49e9-9f7e-ebae4fdc2bfd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2ab63d3f-0c0b-4914-8aca-f54cbc1aa751
ModelInvariantUuid:34ab3681-95e6-48e6-b362-1129d67861df
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:330a192f-b22b-459e-8e3a-2800f95708b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:208f3531-5ea9-4a11-9870-073bc114fddb
ModelInvariantUuid:c0774ca9-47e1-42fa-95df-1938ed3d1726
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7ce8cfe6-43a7-43a1-a610-17d75370434a
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-05-08T03:38:02.924Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 44af6505-9588-4270-bea4-3e45a6cf5a8c
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-05-08T03:38:02.927Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-05-08T03:38:02.927Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44af6505-9588-4270-bea4-3e45a6cf5a8c
2022-05-08T03:38:02.927Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: db39f26c-f30c-4cdb-bf3b-5b815c8332a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-08T03:38:02.927Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:02.927Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:03.157Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:03.157Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json db39f26c-f30c-4cdb-bf3b-5b815c8332a4 1565
2022-05-08T03:38:03.157Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:03.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:03.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:03.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:03.159Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:03.159Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981083157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:03.259Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:03.260Z||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-05-08T03:38:03.260Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:03.267Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:03.267Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:04.160Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6710139b-b4a4-4c6e-abaa-4eb771547a93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "902395e9-33bc-49e9-9f7e-ebae4fdc2bfd",
    "vfModuleModelCustomizationUUID": "cacfd609-fe51-4083-93e1-d6e35067cb97",
    "isBase": true,
    "artifacts": [
      "066ee165-f716-4f12-bff4-79b5f3bc3502",
      "3e4ae5c8-498b-4e10-b92b-d201f66f60a6"
    ],
    "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": "354af5d6-33f4-428f-ae92-943946a43d1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e241245d-df47-4eff-b13a-38dc13ebd4cf",
    "vfModuleModelCustomizationUUID": "d30df7b0-79d6-43a9-9980-4fd2f7b37971",
    "isBase": false,
    "artifacts": [
      "1fae9be1-1289-4644-93a5-83827c97a503"
    ],
    "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-05-08T03:38:04.163Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:902395e9-33bc-49e9-9f7e-ebae4fdc2bfd
VfModuleModelInvariantUUID:6710139b-b4a4-4c6e-abaa-4eb771547a93
VfModuleModelDescription:NULL
Artifacts UUID List:{
066ee165-f716-4f12-bff4-79b5f3bc3502
,
3e4ae5c8-498b-4e10-b92b-d201f66f60a6

}
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:e241245d-df47-4eff-b13a-38dc13ebd4cf
VfModuleModelInvariantUUID:354af5d6-33f4-428f-ae92-943946a43d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fae9be1-1289-4644-93a5-83827c97a503

}
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-05-08T03:38:04.165Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6710139b-b4a4-4c6e-abaa-4eb771547a93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "902395e9-33bc-49e9-9f7e-ebae4fdc2bfd",
    "vfModuleModelCustomizationUUID": "cacfd609-fe51-4083-93e1-d6e35067cb97",
    "isBase": true,
    "artifacts": [
      "066ee165-f716-4f12-bff4-79b5f3bc3502",
      "3e4ae5c8-498b-4e10-b92b-d201f66f60a6"
    ],
    "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": "354af5d6-33f4-428f-ae92-943946a43d1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e241245d-df47-4eff-b13a-38dc13ebd4cf",
    "vfModuleModelCustomizationUUID": "d30df7b0-79d6-43a9-9980-4fd2f7b37971",
    "isBase": false,
    "artifacts": [
      "1fae9be1-1289-4644-93a5-83827c97a503"
    ],
    "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-05-08T03:38:04.165Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:902395e9-33bc-49e9-9f7e-ebae4fdc2bfd
VfModuleModelInvariantUUID:6710139b-b4a4-4c6e-abaa-4eb771547a93
VfModuleModelDescription:NULL
Artifacts UUID List:{
066ee165-f716-4f12-bff4-79b5f3bc3502
,
3e4ae5c8-498b-4e10-b92b-d201f66f60a6

}
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:e241245d-df47-4eff-b13a-38dc13ebd4cf
VfModuleModelInvariantUUID:354af5d6-33f4-428f-ae92-943946a43d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fae9be1-1289-4644-93a5-83827c97a503

}
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-05-08T03:38:04.165Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 066ee165-f716-4f12-bff4-79b5f3bc3502 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-08T03:38:04.165Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:04.166Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:04.451Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:04.451Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 066ee165-f716-4f12-bff4-79b5f3bc3502 914
2022-05-08T03:38:04.451Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:04.451Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:04.451Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:04.451Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:04.453Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:04.453Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981084451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:04.554Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:38:04.554Z||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-05-08T03:38:04.554Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:04.564Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:04.564Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:05.453Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66805ff0-19ea-4e02-8889-999117a252ee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-08T03:38:05.454Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:05.454Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:05.667Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:05.667Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 66805ff0-19ea-4e02-8889-999117a252ee 12
2022-05-08T03:38:05.667Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:05.667Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:05.667Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:05.667Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:05.669Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:05.669Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981085667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:05.769Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:05.770Z||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-05-08T03:38:05.770Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:05.778Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:05.778Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:06.669Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3e4ae5c8-498b-4e10-b92b-d201f66f60a6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-08T03:38:06.670Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:06.670Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:06.858Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:06.858Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3e4ae5c8-498b-4e10-b92b-d201f66f60a6 96
2022-05-08T03:38:06.859Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:06.859Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:06.859Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:06.859Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:06.860Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:06.860Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981086859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:06.960Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:06.961Z||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-05-08T03:38:06.961Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:06.968Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:06.969Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:07.861Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fae9be1-1289-4644-93a5-83827c97a503 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-08T03:38:07.861Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:07.862Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:08.157Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:08.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1fae9be1-1289-4644-93a5-83827c97a503 20206
2022-05-08T03:38:08.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:08.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:08.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:08.158Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:08.160Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:08.160Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981088158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:08.260Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:08.261Z||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-05-08T03:38:08.261Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:08.269Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:08.269Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:09.164Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 36726d5a-70f9-43e4-ac53-b69b1dbc72ca
2022-05-08T03:38:09.164Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 44af6505-9588-4270-bea4-3e45a6cf5a8c 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-05-08T03:38:09.173Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39d95078, org.onap.sdc.toscaparser.api.parameters.Input@1e817c58, org.onap.sdc.toscaparser.api.parameters.Input@76017e68, org.onap.sdc.toscaparser.api.parameters.Input@6d292f99, org.onap.sdc.toscaparser.api.parameters.Input@1e80f8d4]
2022-05-08T03:38:09.175Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.175Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.175Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:38:09.175Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 90521f13-784f-43e5-91e2-d1a8df40b356
2022-05-08T03:38:09.175Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90521f13-784f-43e5-91e2-d1a8df40b356 matches Tosca VF Customization UUID: 90521f13-784f-43e5-91e2-d1a8df40b356
2022-05-08T03:38:09.175Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 90521f13-784f-43e5-91e2-d1a8df40b356  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-05-08T03:38:09.177Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.177Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.178Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 90521f13-784f-43e5-91e2-d1a8df40b356: {\"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-05-08T03:38:09.178Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52885579
2022-05-08T03:38:09.178Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.178Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:38:09.178Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d30df7b0-79d6-43a9-9980-4fd2f7b37971
2022-05-08T03:38:09.178Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d30df7b0-79d6-43a9-9980-4fd2f7b37971
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-05-08T03:38:09.180Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.180Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:09.181Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:38:09.181Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.181Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:09.181Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:38:09.181Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.181Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-08T03:38:09.182Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=90521f13-784f-43e5-91e2-d1a8df40b356
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-05-08T03:38:09.183Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.183Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.183Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 36726d5a-70f9-43e4-ac53-b69b1dbc72ca: basic_cnf_macro
2022-05-08T03:38:09.183Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.184Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.185Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:09.185Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:09.185Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:09.227Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 44af6505-9588-4270-bea4-3e45a6cf5a8c 2 ASDC deployResourceStructure
2022-05-08T03:38:09.227Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:09.227Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:09.227Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:38:09.227Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:09.229Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:09.229Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981089227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:09.329Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:09.330Z||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-05-08T03:38:09.330Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:09.339Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:09.339Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:10.230Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:10.230Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:10.230Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:38:10.230Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:10.232Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:10.232Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981090230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:10.332Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:10.333Z||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-05-08T03:38:10.333Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:10.341Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:10.341Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:11.233Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:11.233Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:11.233Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-08T03:38:11.234Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:11.235Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:11.235Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981091233,
  "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-05-08T03:38:11.335Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:11.336Z||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-05-08T03:38:11.336Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:11.346Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:11.346Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:12.236Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:12.236Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:12.236Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:38:12.236Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:12.238Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:12.238Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981092236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:12.338Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:12.338Z||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-05-08T03:38:12.338Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:12.348Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:12.348Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:13.238Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:13.239Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||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-05-08T03:38:13.239Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-08T03:38:13.239Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:13.240Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:13.240Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981093238,
  "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-05-08T03:38:13.341Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T03:38:13.342Z||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-05-08T03:38:13.342Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:13.350Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:13.350Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:14.241Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-08T03:38:14.241Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-08T03:38:14.241Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:38:14.241Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:14.243Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:14.243Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981094241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:14.343Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:14.343Z||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-05-08T03:38:14.343Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:14.355Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:14.355Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:15.244Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b3bed3c-67d0-4620-88e9-2af6f137025d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:38:15.253Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b3bed3c-67d0-4620-88e9-2af6f137025d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:38:15.254Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:38:15.254Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:15.255Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:38:15.259Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:38:45.259Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b3bed3c-67d0-4620-88e9-2af6f137025d 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-05-08T03:38:45.265Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b3bed3c-67d0-4620-88e9-2af6f137025d and serviceModelVersionId: 36726d5a-70f9-43e4-ac53-b69b1dbc72ca
2022-05-08T03:38:45.265Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff2e6577-f47c-4e93-86e7-25b372b6bfb5
2022-05-08T03:38:45.266Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0
2022-05-08T03:38:45.269Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:38:45.295Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0|INFO|500||Invoke
2022-05-08T03:38:45.295Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b3bed3c-67d0-4620-88e9-2af6f137025d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f113e44-e4f8-4d25-807e-c2b6fad8e806], X-ECOMP-RequestID=[1b3bed3c-67d0-4620-88e9-2af6f137025d], X-TransactionId=[], X-ONAP-RequestID=[1b3bed3c-67d0-4620-88e9-2af6f137025d], Content-Type=[application/merge-patch+json]}
2022-05-08T03:38:45.308Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:38:45.845Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?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/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-03:38:45:317-78761], vertex-id=[282624], Content-Length=[0], Date=[Sun, 08 May 2022 03:38:45 GMT], Content-Type=[application/json]}
2022-05-08T03:38:45.846Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:38:45.846Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff2e6577-f47c-4e93-86e7-25b372b6bfb5/model-vers/model-ver/36726d5a-70f9-43e4-ac53-b69b1dbc72ca?depth=0|INFO|500||InvokeReturn
2022-05-08T03:38:45.846Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:38:45.846Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:38:45.850Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:38:45.850Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b3bed3c-67d0-4620-88e9-2af6f137025d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:38:45.850Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:38:45.851Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:45.852Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:45.852Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981125850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:38:45.952Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:45.953Z||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-05-08T03:38:45.953Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:45.965Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:45.965Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:38:46.862Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:38:46.862Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"44fa130b-e9a3-4a30-be6a-743fc26afdae","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"22166cc0-4ca8-4fd8-b7d7-290448db5306","serviceDescription":"service","serviceInvariantUUID":"ed997fd9-659b-4f4e-be4d-57f47eaa88f8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8bb269c5-fa23-49fe-9f70-04a27a5ccb93","resourceInvariantUUID":"31363057-6c68-4378-8ed0-b4298ef1aa07","resourceCustomizationUUID":"8ad4e0db-3cdf-4826-8d4e-fab7fdad663e","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":"NTU5YzM3NDg5YWQ3YTk2MTY2MGI4MTFlY2VjMjM0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aec4c269-f8ee-43ad-b7e2-5a4448330967","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":"6a46e55a-c17b-4ab6-93c4-ca5d8eaa404b","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":"1f47d570-bc5b-4cba-9722-3fff607113cf","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":"Mjk3Y2FlZmQwY2Q3NTNkMzAxNjVhN2YxMzNhMzg5OWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1d7d9485-cf66-4610-85c4-a62067bef2e9","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":"0c142009-42b6-4979-b85f-cb16268ba49b","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":"19cadcb9-c6b1-4e57-b7f7-cdc7128a9801","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":"b96171f3-a5a6-441a-a050-c6b3d21d734b","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":"ODY4Mzc5YmNjM2I2YjkzMDQwYTllNGUyMzJiZGYzZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18d5f36e-8c06-4fdd-9acd-e1032ec92c5c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2QxNmQ3NmIyZWUxYmIwMjJhMWUyZWE5ZmFlYTZiNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d4a1e9d-54dc-464d-b5f2-073d952356e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:38:46.862Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:46.863Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:46.864Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:46.864Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:46.964Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:46.964Z||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-05-08T03:38:46.965Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:46.974Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:46.975Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:47.864Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:47.865Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:47.867Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:47.867Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:47.967Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:38:47.967Z||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-05-08T03:38:47.967Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:47.976Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:47.976Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:48.867Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:48.868Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:48.870Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:48.870Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:48.969Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:38:48.970Z||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-05-08T03:38:48.970Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:48.981Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:48.981Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:49.870Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:49.871Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:49.872Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:49.872Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:49.972Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:38:49.973Z||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-05-08T03:38:49.973Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:49.982Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:49.982Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:50.873Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:50.874Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:50.876Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:50.876Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:50.976Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:38:50.976Z||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-05-08T03:38:50.976Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:50.984Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:50.985Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:51.876Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:51.877Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:51.879Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:51.879Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:51.978Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:38:51.979Z||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-05-08T03:38:51.979Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:51.991Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:51.991Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:52.879Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:52.880Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:52.881Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:52.881Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:52.981Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:52.981Z||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-05-08T03:38:52.981Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:52.989Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:52.990Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:53.882Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:53.882Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:53.884Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:53.885Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:53.984Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:38:53.985Z||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-05-08T03:38:53.985Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:53.995Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:53.995Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:54.885Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:38:54.886Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:54.887Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:54.887Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:38:54.888Z||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-05-08T03:38:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:54.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981019759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981017633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981025553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981025914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981034946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981035020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981035516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981035950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "cds",
  "timestamp": 1651981036229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:38:54.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44fa130b-e9a3-4a30-be6a-743fc26afdae
2022-05-08T03:38:54.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44fa130b-e9a3-4a30-be6a-743fc26afdae 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-05-08T03:38:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981027759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981036552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "policy-id",
  "timestamp": 1651981036953,
  "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-05-08T03:38:54.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44fa130b-e9a3-4a30-be6a-743fc26afdae
2022-05-08T03:38:54.950Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44fa130b-e9a3-4a30-be6a-743fc26afdae 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-05-08T03:38:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981037554,
  "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-05-08T03:38:54.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 44fa130b-e9a3-4a30-be6a-743fc26afdae
2022-05-08T03:38:54.961Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44fa130b-e9a3-4a30-be6a-743fc26afdae 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-05-08T03:38:54.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981037724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981038602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:54.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981030070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:54.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981040354,
  "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-05-08T03:38:54.974Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44fa130b-e9a3-4a30-be6a-743fc26afdae
2022-05-08T03:38:54.975Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44fa130b-e9a3-4a30-be6a-743fc26afdae 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-05-08T03:38:54.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981040611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "clamp",
  "timestamp": 1651981041615,
  "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-05-08T03:38:54.986Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44fa130b-e9a3-4a30-be6a-743fc26afdae
2022-05-08T03:38:54.986Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44fa130b-e9a3-4a30-be6a-743fc26afdae and ComponentName clamp
2022-05-08T03:38:54.987Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-05-08T03:38:54.987Z||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-05-08T03:38:54.988Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981039351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981049071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981053549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:54.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:54.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "aai-ml",
  "timestamp": 1651981054552,
  "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-05-08T03:38:54.996Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:54.997Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:54.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44fa130b-e9a3-4a30-be6a-743fc26afdae
2022-05-08T03:38:54.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44fa130b-e9a3-4a30-be6a-743fc26afdae 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-05-08T03:38:55.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:55.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34393672-59e7-4286-82d8-614c6a1609a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981064450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:38:55.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:38:55.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:55.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-08T03:38:55.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:38:55.888Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "22166cc0-4ca8-4fd8-b7d7-290448db5306",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed997fd9-659b-4f4e-be4d-57f47eaa88f8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8ad4e0db-3cdf-4826-8d4e-fab7fdad663e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8bb269c5-fa23-49fe-9f70-04a27a5ccb93",
      "resourceInvariantUUID": "31363057-6c68-4378-8ed0-b4298ef1aa07",
      "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": "M2QxNmQ3NmIyZWUxYmIwMjJhMWUyZWE5ZmFlYTZiNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2d4a1e9d-54dc-464d-b5f2-073d952356e4"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:38:55.888Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:38:55.888Z|1b3bed3c-67d0-4620-88e9-2af6f137025d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 22166cc0-4ca8-4fd8-b7d7-290448db5306 ASDC
2022-05-08T03:38:55.889Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:44fa130b-e9a3-4a30-be6a-743fc26afdae
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:22166cc0-4ca8-4fd8-b7d7-290448db5306
ServiceInvariantUUID:ed997fd9-659b-4f4e-be4d-57f47eaa88f8
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:2d4a1e9d-54dc-464d-b5f2-073d952356e4
ArtifactChecksum:M2QxNmQ3NmIyZWUxYmIwMjJhMWUyZWE5ZmFlYTZiNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8ad4e0db-3cdf-4826-8d4e-fab7fdad663e
ResourceInvariantUUID:31363057-6c68-4378-8ed0-b4298ef1aa07
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8bb269c5-fa23-49fe-9f70-04a27a5ccb93
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-08T03:38:55.889Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22166cc0-4ca8-4fd8-b7d7-290448db5306 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-05-08T03:38:55.910Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:38:55.911Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:38:55.911Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:38:55.911Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2d4a1e9d-54dc-464d-b5f2-073d952356e4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-08T03:38:55.911Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:38:55.911Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-08T03:38:55.969Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:38:55.972Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2d4a1e9d-54dc-464d-b5f2-073d952356e4 105668
2022-05-08T03:38:55.973Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-08T03:38:55.973Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-08T03:38:55.973Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:38:55.973Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:55.974Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:55.974Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981135973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:38:56.074Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:56.075Z||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-05-08T03:38:56.075Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:56.083Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:56.083Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:38:56.975Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:38:56.976Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:38:56.976Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2d4a1e9d-54dc-464d-b5f2-073d952356e4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:56.976Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-08T03:38:56.976Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:56.976Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:57.054Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8766215720068559412/Definitions/service-TestPnfMacro-template.yml
2022-05-08T03:38:57.584Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:38:57.584Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:38:57.584Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||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-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||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-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||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-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||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-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:38:57.585Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.586Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.587Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.587Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:22166cc0-4ca8-4fd8-b7d7-290448db5306
Model Version:NULL
Model InvariantUuid:ed997fd9-659b-4f4e-be4d-57f47eaa88f8
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-05-08T03:38:57.597Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8bb269c5-fa23-49fe-9f70-04a27a5ccb93
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-05-08T03:38:57.599Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-05-08T03:38:57.600Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8bb269c5-fa23-49fe-9f70-04a27a5ccb93
2022-05-08T03:38:57.600Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 22166cc0-4ca8-4fd8-b7d7-290448db5306
2022-05-08T03:38:57.600Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 22166cc0-4ca8-4fd8-b7d7-290448db5306
2022-05-08T03:38:57.600Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8bb269c5-fa23-49fe-9f70-04a27a5ccb93 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-05-08T03:38:57.603Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1269d3ad, org.onap.sdc.toscaparser.api.parameters.Input@5fcfd3f2, org.onap.sdc.toscaparser.api.parameters.Input@2d87b37b, org.onap.sdc.toscaparser.api.parameters.Input@47c4da98, org.onap.sdc.toscaparser.api.parameters.Input@1b6c9d76]
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 22166cc0-4ca8-4fd8-b7d7-290448db5306: test-pnf
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8bb269c5-fa23-49fe-9f70-04a27a5ccb93
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:38:57.604Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||Resource customization UUID: 8ad4e0db-3cdf-4826-8d4e-fab7fdad663e is the same as notified resource customizationUUID: 8ad4e0db-3cdf-4826-8d4e-fab7fdad663e
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-05-08T03:38:57.638Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8bb269c5-fa23-49fe-9f70-04a27a5ccb93 0 ASDC deployResourceStructure
2022-05-08T03:38:57.639Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-08T03:38:57.639Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-08T03:38:57.639Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:38:57.639Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:38:57.640Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:38:57.640Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981137639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:38:57.740Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:38:57.741Z||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-05-08T03:38:57.741Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:38:57.749Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:38:57.749Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:38:58.641Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44fa130b-e9a3-4a30-be6a-743fc26afdae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:38:58.654Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44fa130b-e9a3-4a30-be6a-743fc26afdae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.656Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.657Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.657Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.657Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.657Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:38:58.657Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:38:58.661Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:39:28.662Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44fa130b-e9a3-4a30-be6a-743fc26afdae 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-05-08T03:39:28.668Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44fa130b-e9a3-4a30-be6a-743fc26afdae and serviceModelVersionId: 22166cc0-4ca8-4fd8-b7d7-290448db5306
2022-05-08T03:39:28.668Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed997fd9-659b-4f4e-be4d-57f47eaa88f8
2022-05-08T03:39:28.668Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed997fd9-659b-4f4e-be4d-57f47eaa88f8/model-vers/model-ver/22166cc0-4ca8-4fd8-b7d7-290448db5306?depth=0
2022-05-08T03:39:28.673Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:39:28.696Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed997fd9-659b-4f4e-be4d-57f47eaa88f8/model-vers/model-ver/22166cc0-4ca8-4fd8-b7d7-290448db5306?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-05-08T03:39:28.697Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed997fd9-659b-4f4e-be4d-57f47eaa88f8/model-vers/model-ver/22166cc0-4ca8-4fd8-b7d7-290448db5306?depth=0|INFO|500||Invoke
2022-05-08T03:39:28.712Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed997fd9-659b-4f4e-be4d-57f47eaa88f8/model-vers/model-ver/22166cc0-4ca8-4fd8-b7d7-290448db5306?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-08T03:39:28.795Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed997fd9-659b-4f4e-be4d-57f47eaa88f8/model-vers/model-ver/22166cc0-4ca8-4fd8-b7d7-290448db5306?depth=0|INFO|500||InvokeReturn
2022-05-08T03:39:28.795Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed997fd9-659b-4f4e-be4d-57f47eaa88f8/model-vers/model-ver/22166cc0-4ca8-4fd8-b7d7-290448db5306?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-03:39:28:721-95492], vertex-id=[233528], Content-Length=[0], Date=[Sun, 08 May 2022 03:39:28 GMT], Content-Type=[application/json]}
2022-05-08T03:39:28.795Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:39:28.796Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:39:28.796Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:39:28.800Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:39:28.800Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44fa130b-e9a3-4a30-be6a-743fc26afdae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T03:39:28.800Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:39:28.800Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:28.802Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:28.802Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981168800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:39:28.901Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:39:28.902Z||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-05-08T03:39:28.902Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:28.912Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:28.912Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 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-05-08T03:39:29.814Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:39:29.814Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|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-05-08T03:39:29.814Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:30.431Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:30.431Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-08T03:39:30.432Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"010e3f01-3ce3-4075-9d36-a3447765a79e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e2def96f-e87f-4f05-b361-baa7632e40c0","serviceDescription":"service","serviceInvariantUUID":"9b77831a-7e23-49c3-b784-dd20504d7518","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0539992-136d-4542-9de1-e6f353261136","resourceInvariantUUID":"58ba327a-a668-4e87-a1f5-e8fa9be281e1","resourceCustomizationUUID":"985e6d79-4110-4b51-889b-7a925a87b018","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d02cb3c1-2262-4521-93f6-8d0a276c494a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MmY0OGVkNWJmNGQ0NzFhYzliMmY4MjBlYzVmYjBlOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbc51e47-5780-410c-a207-6e321feb7dd6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NzAyOWFmZWY4MGI5MzAzNTBjMTI3ODRkNWUwYzQ0NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d42985bf-03ef-4ac5-8239-f24cacfb03ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6dc3ea56-9e8e-4a02-940f-72dfa888c120","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59b82eb-3cf5-424c-80ff-3dfb21ce52dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b23fa9ee-9ac4-4bd6-a765-21ba9da6281a","artifactVersion":"2","generatedFromUUID":"6dc3ea56-9e8e-4a02-940f-72dfa888c120"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjFhNjY2ZmE4OTVjZDk4YWRhYWJiYmJjY2Q0YjY2Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a01e0ae9-3d3e-4d80-80f2-09c5e21003ab","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTZlYThkMDQ0NGQ2ZTQ1YmU0OWU5MjM5YzA5MTFjMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"905b6f75-f9e8-480d-98ab-fa7ac958b618","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T03:39:30.432Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:30.433Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:30.434Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:30.434Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:30.534Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:30.534Z||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-05-08T03:39:30.534Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:30.544Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:30.544Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:31.434Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:31.435Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:31.436Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:31.436Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:31.536Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:31.537Z||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-05-08T03:39:31.537Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:31.546Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:31.546Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:32.436Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:32.437Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:32.438Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:32.438Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:39:32.538Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:32.539Z||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-05-08T03:39:32.539Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:32.548Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:32.548Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:33.439Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:33.439Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:33.441Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:33.441Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:39:33.541Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:39:33.541Z||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-05-08T03:39:33.541Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:33.551Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:33.552Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:34.441Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:34.442Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:34.443Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:34.443Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:34.543Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:34.543Z||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-05-08T03:39:34.544Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:34.552Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:34.552Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:35.443Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:35.444Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:35.445Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:35.445Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-08T03:39:35.545Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:35.546Z||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-05-08T03:39:35.546Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:35.553Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:35.553Z||pool-146-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:36.446Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:36.446Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:36.448Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:36.448Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:36.548Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:36.548Z||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-05-08T03:39:36.548Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:36.556Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:36.556Z||pool-147-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:37.448Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T03:39:37.449Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:37.450Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:37.451Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:37.550Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:39:37.551Z||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-05-08T03:39:37.551Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:37.558Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:37.559Z||pool-148-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:38.452Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "e2def96f-e87f-4f05-b361-baa7632e40c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b77831a-7e23-49c3-b784-dd20504d7518",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "985e6d79-4110-4b51-889b-7a925a87b018",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0539992-136d-4542-9de1-e6f353261136",
      "resourceInvariantUUID": "58ba327a-a668-4e87-a1f5-e8fa9be281e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NzAyOWFmZWY4MGI5MzAzNTBjMTI3ODRkNWUwYzQ0NWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d42985bf-03ef-4ac5-8239-f24cacfb03ed",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6dc3ea56-9e8e-4a02-940f-72dfa888c120",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b23fa9ee-9ac4-4bd6-a765-21ba9da6281a",
            "generatedFromUUID": "6dc3ea56-9e8e-4a02-940f-72dfa888c120"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b23fa9ee-9ac4-4bd6-a765-21ba9da6281a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTZlYThkMDQ0NGQ2ZTQ1YmU0OWU5MjM5YzA5MTFjMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "905b6f75-f9e8-480d-98ab-fa7ac958b618"
    }
  ],
  "workloadContext": "Production"
}
2022-05-08T03:39:38.452Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T03:39:38.452Z|44fa130b-e9a3-4a30-be6a-743fc26afdae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2def96f-e87f-4f05-b361-baa7632e40c0 ASDC
2022-05-08T03:39:38.452Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:010e3f01-3ce3-4075-9d36-a3447765a79e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:e2def96f-e87f-4f05-b361-baa7632e40c0
ServiceInvariantUUID:9b77831a-7e23-49c3-b784-dd20504d7518
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:905b6f75-f9e8-480d-98ab-fa7ac958b618
ArtifactChecksum:OTZlYThkMDQ0NGQ2ZTQ1YmU0OWU5MjM5YzA5MTFjMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:985e6d79-4110-4b51-889b-7a925a87b018
ResourceInvariantUUID:58ba327a-a668-4e87-a1f5-e8fa9be281e1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e0539992-136d-4542-9de1-e6f353261136
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:d42985bf-03ef-4ac5-8239-f24cacfb03ed
ArtifactChecksum:NzAyOWFmZWY4MGI5MzAzNTBjMTI3ODRkNWUwYzQ0NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6dc3ea56-9e8e-4a02-940f-72dfa888c120
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:b23fa9ee-9ac4-4bd6-a765-21ba9da6281a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:b23fa9ee-9ac4-4bd6-a765-21ba9da6281a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-08T03:39:38.452Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2def96f-e87f-4f05-b361-baa7632e40c0 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-05-08T03:39:38.481Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:39:38.481Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:39:38.481Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:39:38.482Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 905b6f75-f9e8-480d-98ab-fa7ac958b618 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-08T03:39:38.482Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:39:38.482Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-08T03:39:38.648Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:39:38.651Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 905b6f75-f9e8-480d-98ab-fa7ac958b618 73672
2022-05-08T03:39:38.651Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-08T03:39:38.651Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-08T03:39:38.651Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:39:38.651Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:38.653Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:38.653Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981178651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:38.753Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:38.753Z||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-05-08T03:39:38.753Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:38.760Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:38.760Z||pool-149-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:39.653Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T03:39:39.654Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-08T03:39:39.654Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 905b6f75-f9e8-480d-98ab-fa7ac958b618, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:39.654Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-08T03:39:39.654Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:39.655Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:39.731Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9024845200031962362/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-08T03:39:40.529Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-08T03:39:40.530Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.531Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.532Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.533Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fef59059-9ea6-4b34-af70-bb0d0a9570f3
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:40.534Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:40.535Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:e2def96f-e87f-4f05-b361-baa7632e40c0
Model Version:NULL
Model InvariantUuid:9b77831a-7e23-49c3-b784-dd20504d7518
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:159ed450-ec3b-40d6-9983-67476b2855bf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58ba327a-a668-4e87-a1f5-e8fa9be281e1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:985e6d79-4110-4b51-889b-7a925a87b018
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b863bee0-e8c7-4b0e-9302-bdc6885d1412
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:744cdd77-36b5-4b76-86a3-afc0066c6a40
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fef59059-9ea6-4b34-af70-bb0d0a9570f3
ModelInvariantUuid:e43811df-10fc-42fc-9033-fec9596c496f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:268d994e-8c3e-44a9-bbec-bb752135ba62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d85d9bf1-0d57-4725-9b04-bed2be525ffb
ModelInvariantUuid:27050257-b43b-4202-81af-9ef8d37e41c1
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:8f359cb0-5f9e-400f-a498-a3e13bdd55ac
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-05-08T03:39:40.541Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e0539992-136d-4542-9de1-e6f353261136
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-05-08T03:39:40.543Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||basicclamp 0
2022-05-08T03:39:40.543Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0539992-136d-4542-9de1-e6f353261136
2022-05-08T03:39:40.543Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d42985bf-03ef-4ac5-8239-f24cacfb03ed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-08T03:39:40.543Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:39:40.543Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-08T03:39:40.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:39:40.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d42985bf-03ef-4ac5-8239-f24cacfb03ed 790
2022-05-08T03:39:40.712Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-08T03:39:40.712Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-08T03:39:40.712Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:39:40.712Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:40.713Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:40.713Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981180712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:40.813Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:40.814Z||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-05-08T03:39:40.814Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:40.822Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:40.823Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:41.714Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b863bee0-e8c7-4b0e-9302-bdc6885d1412",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "744cdd77-36b5-4b76-86a3-afc0066c6a40",
    "vfModuleModelCustomizationUUID": "f9794002-2d3f-465d-a1ed-9cf9e72e6369",
    "isBase": true,
    "artifacts": [
      "6dc3ea56-9e8e-4a02-940f-72dfa888c120",
      "b23fa9ee-9ac4-4bd6-a765-21ba9da6281a"
    ],
    "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-05-08T03:39:41.717Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:744cdd77-36b5-4b76-86a3-afc0066c6a40
VfModuleModelInvariantUUID:b863bee0-e8c7-4b0e-9302-bdc6885d1412
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dc3ea56-9e8e-4a02-940f-72dfa888c120
,
b23fa9ee-9ac4-4bd6-a765-21ba9da6281a

}
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-05-08T03:39:41.718Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b863bee0-e8c7-4b0e-9302-bdc6885d1412",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "744cdd77-36b5-4b76-86a3-afc0066c6a40",
    "vfModuleModelCustomizationUUID": "f9794002-2d3f-465d-a1ed-9cf9e72e6369",
    "isBase": true,
    "artifacts": [
      "6dc3ea56-9e8e-4a02-940f-72dfa888c120",
      "b23fa9ee-9ac4-4bd6-a765-21ba9da6281a"
    ],
    "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-05-08T03:39:41.719Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:744cdd77-36b5-4b76-86a3-afc0066c6a40
VfModuleModelInvariantUUID:b863bee0-e8c7-4b0e-9302-bdc6885d1412
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dc3ea56-9e8e-4a02-940f-72dfa888c120
,
b23fa9ee-9ac4-4bd6-a765-21ba9da6281a

}
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-05-08T03:39:41.719Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6dc3ea56-9e8e-4a02-940f-72dfa888c120 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-08T03:39:41.719Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:39:41.719Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-08T03:39:42.337Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:39:42.338Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6dc3ea56-9e8e-4a02-940f-72dfa888c120 5033
2022-05-08T03:39:42.338Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T03:39:42.338Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-08T03:39:42.338Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:39:42.338Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:42.339Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:42.339Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981182338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:42.439Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:42.440Z||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-05-08T03:39:42.440Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:42.447Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:42.448Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:43.340Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b23fa9ee-9ac4-4bd6-a765-21ba9da6281a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-08T03:39:43.340Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-08T03:39:43.340Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-08T03:39:43.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-08T03:39:43.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b23fa9ee-9ac4-4bd6-a765-21ba9da6281a 909
2022-05-08T03:39:43.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T03:39:43.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-08T03:39:43.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T03:39:43.711Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:43.713Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:43.713Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981183711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:43.812Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:39:43.813Z||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-05-08T03:39:43.813Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:43.827Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:43.827Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:44.713Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e2def96f-e87f-4f05-b361-baa7632e40c0
2022-05-08T03:39:44.714Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e0539992-136d-4542-9de1-e6f353261136 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-05-08T03:39:44.725Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f7d4c8c, org.onap.sdc.toscaparser.api.parameters.Input@740b5025, org.onap.sdc.toscaparser.api.parameters.Input@529863e9, org.onap.sdc.toscaparser.api.parameters.Input@8b2ab6e, org.onap.sdc.toscaparser.api.parameters.Input@d2e8fd8]
2022-05-08T03:39:44.726Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.726Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.727Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-08T03:39:44.727Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 985e6d79-4110-4b51-889b-7a925a87b018
2022-05-08T03:39:44.727Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 985e6d79-4110-4b51-889b-7a925a87b018 matches Tosca VF Customization UUID: 985e6d79-4110-4b51-889b-7a925a87b018
2022-05-08T03:39:44.727Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 985e6d79-4110-4b51-889b-7a925a87b018  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-05-08T03:39:44.729Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.729Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.729Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 985e6d79-4110-4b51-889b-7a925a87b018: {\"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-05-08T03:39:44.730Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fe8e065
2022-05-08T03:39:44.730Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.730Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T03:39:44.730Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9794002-2d3f-465d-a1ed-9cf9e72e6369
2022-05-08T03:39:44.730Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9794002-2d3f-465d-a1ed-9cf9e72e6369
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-05-08T03:39:44.732Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.732Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:44.733Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:39:44.733Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.733Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:44.733Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:39:44.734Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.734Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-08T03:39:44.734Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T03:39:44.734Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T03:39:44.734Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fef59059-9ea6-4b34-af70-bb0d0a9570f3
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-05-08T03:39:44.736Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.737Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:44.737Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T03:39:44.737Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.737Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-08T03:39:44.737Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=985e6d79-4110-4b51-889b-7a925a87b018
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-05-08T03:39:44.739Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.739Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.739Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e2def96f-e87f-4f05-b361-baa7632e40c0: basicclamp
2022-05-08T03:39:44.740Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.740Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.740Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.740Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.741Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.741Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.741Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.741Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.741Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-08T03:39:44.742Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T03:39:44.742Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T03:39:44.816Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e0539992-136d-4542-9de1-e6f353261136 1 ASDC deployResourceStructure
2022-05-08T03:39:44.816Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-08T03:39:44.816Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-08T03:39:44.816Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:39:44.817Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:44.818Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:44.818Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981184816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:44.918Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:44.919Z||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-05-08T03:39:44.919Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:44.926Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:44.927Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:45.819Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T03:39:45.819Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-08T03:39:45.819Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:39:45.819Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:45.822Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:45.822Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981185819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:45.921Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-08T03:39:45.921Z||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-05-08T03:39:45.921Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:45.930Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:45.930Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-08T03:39:46.822Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T03:39:46.823Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-08T03:39:46.823Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:39:46.823Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:46.824Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:46.824Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981186822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:46.924Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:39:46.924Z||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-05-08T03:39:46.925Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:46.933Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:46.934Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:47.825Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-08T03:39:47.825Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-08T03:39:47.826Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T03:39:47.826Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:39:47.827Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:39:47.828Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981187825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:47.927Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T03:39:47.928Z||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-05-08T03:39:47.928Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:47.938Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:47.938Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T03:39:48.828Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 010e3f01-3ce3-4075-9d36-a3447765a79e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:39:48.839Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 010e3f01-3ce3-4075-9d36-a3447765a79e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:39:48.841Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:39:48.841Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T03:39:48.841Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T03:39:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:39:54.888Z||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-05-08T03:39:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:39:54.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981080983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981083157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981084451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981085667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981086859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981088158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981089227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981090230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981091233,
  "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-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981092236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981093238,
  "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-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981094241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981094759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981099351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981097633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981108695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981108697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981108742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "cds",
  "timestamp": 1651981109701,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T03:39:54.915Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 010e3f01-3ce3-4075-9d36-a3447765a79e
2022-05-08T03:39:54.915Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981109745,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "policy-id",
  "timestamp": 1651981110748,
  "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-05-08T03:39:54.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 010e3f01-3ce3-4075-9d36-a3447765a79e
2022-05-08T03:39:54.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:39:54.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651981105553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981115753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "aai-ml",
  "timestamp": 1651981116757,
  "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-05-08T03:39:54.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 010e3f01-3ce3-4075-9d36-a3447765a79e
2022-05-08T03:39:54.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:39:54.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981110070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981118947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981120173,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981121313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981122457,
  "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-05-08T03:39:54.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 010e3f01-3ce3-4075-9d36-a3447765a79e
2022-05-08T03:39:54.950Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651981123460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981115915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981117759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b3bed3c-67d0-4620-88e9-2af6f137025d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981125850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981126622,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981127617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981128621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981128665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651981129668,
  "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-05-08T03:39:54.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 010e3f01-3ce3-4075-9d36-a3447765a79e
2022-05-08T03:39:54.962Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981131737,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981132740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-08T03:39:54.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:39:54.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:39:54.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "clamp",
  "timestamp": 1651981133744,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-05-08T03:39:54.973Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 010e3f01-3ce3-4075-9d36-a3447765a79e
2022-05-08T03:39:54.973Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:39:54.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:39:54.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:39:54.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:40:18.841Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 010e3f01-3ce3-4075-9d36-a3447765a79e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-08T03:40:18.851Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 010e3f01-3ce3-4075-9d36-a3447765a79e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-08T03:40:18.853Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-08T03:40:18.857Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T03:40:48.857Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 010e3f01-3ce3-4075-9d36-a3447765a79e 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-05-08T03:40:48.862Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 010e3f01-3ce3-4075-9d36-a3447765a79e and serviceModelVersionId: e2def96f-e87f-4f05-b361-baa7632e40c0
2022-05-08T03:40:48.863Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b77831a-7e23-49c3-b784-dd20504d7518
2022-05-08T03:40:48.863Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0
2022-05-08T03:40:48.867Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T03:40:48.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0|INFO|500||Invoke
2022-05-08T03:40:48.888Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[010e3f01-3ce3-4075-9d36-a3447765a79e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[556745b4-9da1-43c4-a0a0-4d2bdd039713], X-ECOMP-RequestID=[010e3f01-3ce3-4075-9d36-a3447765a79e], X-TransactionId=[], X-ONAP-RequestID=[010e3f01-3ce3-4075-9d36-a3447765a79e], Content-Type=[application/merge-patch+json]}
2022-05-08T03:40:48.901Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-08T03:40:49.156Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?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/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220508-03:40:48:909-17096], vertex-id=[250104], Content-Length=[0], Date=[Sun, 08 May 2022 03:40:48 GMT], Content-Type=[application/json]}
2022-05-08T03:40:49.156Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T03:40:49.156Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b77831a-7e23-49c3-b784-dd20504d7518/model-vers/model-ver/e2def96f-e87f-4f05-b361-baa7632e40c0?depth=0|INFO|500||InvokeReturn
2022-05-08T03:40:49.156Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T03:40:49.156Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T03:40:49.160Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T03:40:49.160Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 010e3f01-3ce3-4075-9d36-a3447765a79e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-08T03:40:49.160Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T03:40:49.160Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-08T03:40:49.161Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T03:40:49.161Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981249160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-08T03:40:49.261Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T03:40:49.262Z||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-05-08T03:40:49.262Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nHZfJ9VtARFYpJQR) ...
2022-05-08T03:40:49.273Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:40:49.273Z||pool-157-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T03:40:50.173Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:40:50.173Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:40:50.173Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:40:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:40:54.888Z||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-05-08T03:40:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:40:54.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:40:54.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T03:40:54.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981065466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:40:54.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:40:59.702Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:40:59.702Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:40:59.703Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:40:59.703Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:41:09.234Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:41:09.234Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:41:09.235Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:41:09.235Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:41:18.768Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:41:18.768Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:41:18.769Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:41:18.769Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:41:28.297Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:41:28.297Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:41:28.298Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:41:28.298Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:41:37.829Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:41:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:41:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:41:54.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:41:54.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:41:54.888Z||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-05-08T03:41:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:41:54.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:41:54.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981135973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981137639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44fa130b-e9a3-4a30-be6a-743fc26afdae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981168800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981169814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981178651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981180712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981182338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981183711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981184816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981185819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981186822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981187825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-08T03:41:54.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:42:04.415Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:42:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:42:54.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:42:54.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:42:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:42:54.888Z||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-05-08T03:42:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:42:55.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:42:55.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-08T03:42:55.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "010e3f01-3ce3-4075-9d36-a3447765a79e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651981249160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-08T03:42:55.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T03:43:04.432Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:43:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:43:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:43:54.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:43:54.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:43:54.888Z||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-05-08T03:43:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:44:04.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:44:04.420Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:44:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:44:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:44:54.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:44:54.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:44:54.888Z||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-05-08T03:44:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:45:04.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:45:04.423Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:45:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:45:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:45:54.887Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:45:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:45:54.888Z||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-05-08T03:45:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:46:04.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:46:04.420Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:46:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:46:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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-05-08T03:46:54.886Z|010e3f01-3ce3-4075-9d36-a3447765a79e|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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:46:54.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:46:54.888Z||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-05-08T03:46:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:47:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:47:04.418Z|010e3f01-3ce3-4075-9d36-a3447765a79e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:47:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:47:54.886Z||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-05-08T03:47:54.886Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:47:54.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:47:54.888Z||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-05-08T03:47:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:48:04.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:48:04.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:48:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:48:54.887Z||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-05-08T03:48:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:48:54.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:48:54.888Z||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-05-08T03:48:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:49:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:49:04.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:49:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:49:54.886Z||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-05-08T03:49:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:49:54.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:49:54.888Z||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-05-08T03:49:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:50:04.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:50:04.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:50:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:50:54.886Z||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-05-08T03:50:54.886Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:50:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:50:54.888Z||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-05-08T03:50:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:51:04.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:51:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:51:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:51:54.887Z||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-05-08T03:51:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:51:54.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:51:54.888Z||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-05-08T03:51:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:52:04.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:52:04.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:52:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:52:54.887Z||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-05-08T03:52:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:52:54.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:52:54.888Z||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-05-08T03:52:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:53:04.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:53:04.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:53:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:53:54.886Z||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-05-08T03:53:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:53:54.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:53:54.888Z||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-05-08T03:53:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:54:04.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:54:04.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:54:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:54:54.886Z||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-05-08T03:54:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:54:54.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:54:54.888Z||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-05-08T03:54:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:55:04.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:55:04.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:55:54.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:55:54.887Z||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-05-08T03:55:54.887Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:55:54.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T03:55:54.888Z||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-05-08T03:55:54.888Z||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 nHZfJ9VtARFYpJQR) ...
2022-05-08T03:56:04.417Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-08T03:56:04.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK