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-10-30T03:21:36.051Z||main|||||INFO|500||The following profiles are active: basic
2022-10-30T03:21:47.891Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-30T03:21:47.892Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-30T03:21:48.007Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-30T03:21:52.255Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-30T03:21:52.707Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-30T03:21:53.325Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-30T03:21:53.335Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-30T03:21:53.455Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-30T03:21:53.713Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-30T03:21:54.609Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-30T03:21:57.194Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T03:21:59.961Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T03:22:00.031Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-30T03:22:00.819Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T03:22:01.102Z||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-10-30T03:22:02.479Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T03:22:03.607Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-30T03:22:03.628Z||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$$7b5c92.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-10-30T03:22:03.630Z||main|||||WARN|500||The sdc end point is not alive
2022-10-30T03:22:06.845Z||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-10-30T03:22:09.894Z||main|||||WARN|500||---
2022-10-30T03:22:09.895Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-30T03:22:09.896Z||main|||||WARN|500||---
2022-10-30T03:22:10.342Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-30T03:22:15.091Z||main|||||INFO|500||Started Application in 42.766 seconds (JVM running for 45.985)
2022-10-30T03:22:15.105Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-30T03:22:15.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-30T03:22:15.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-30T03:22:15.147Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-30T03:22:15.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d117f621-74f6-453d-aae3-d3cd8444637f url= /sdc/v1/artifactTypes
2022-10-30T03:22:15.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-30T03:22:15.453Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-30T03:22:15.478Z||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-10-30T03:22:15.502Z||scheduling-1|||||DEBUG|500||create keys
2022-10-30T03:22:15.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-30T03:22:15.557Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:22:15.606Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1bf0a64e-3b5c-4812-a458-3ad6b07164e6 url= /sdc/v1/registerForDistribution
2022-10-30T03:22:15.737Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1bf0a64e-3b5c-4812-a458-3ad6b07164e6 url= /sdc/v1/registerForDistribution
2022-10-30T03:22:15.738Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-30T03:22:15.756Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:22:15.759Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:22:15.760Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-30T03:22:15.772Z||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-10-30T03:22:15.772Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:22:15.777Z||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-10-30T03:22:15.778Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:22:26.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:22:26.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:23:15.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:23:15.746Z||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-10-30T03:23:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:23:15.750Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:23:15.751Z||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-10-30T03:23:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:23:25.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:23:25.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:24:15.746Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:24:15.748Z||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-10-30T03:24:15.748Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:24:15.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:24:15.752Z||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-10-30T03:24:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:24:25.305Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:24:25.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:25:15.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:25:15.746Z||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-10-30T03:25:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:25:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:25:15.750Z||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-10-30T03:25:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:25:25.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:25:25.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:26:15.744Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:26:15.746Z||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-10-30T03:26:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:26:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:26:15.750Z||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-10-30T03:26:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:26:25.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:26:25.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:27:15.744Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:27:15.746Z||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-10-30T03:27:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:27:15.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:27:15.750Z||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-10-30T03:27:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:27:25.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:27:25.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:28:15.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:28:15.748Z||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-10-30T03:28:15.748Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:28:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:28:15.751Z||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-10-30T03:28:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:28:25.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:28:25.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:29:15.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:29:15.746Z||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-10-30T03:29:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:29:15.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:29:15.751Z||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-10-30T03:29:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:29:25.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:29:25.296Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:30:15.746Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:30:15.749Z||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-10-30T03:30:15.749Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:30:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:30:15.750Z||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-10-30T03:30:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:30:25.309Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:30:25.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:31:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:31:15.746Z||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-10-30T03:31:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:31:15.750Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:31:15.750Z||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-10-30T03:31:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:31:25.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:31:25.312Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:31:52.910Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-30T03:32:15.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:32:15.746Z||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-10-30T03:32:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:32:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:32:15.750Z||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-10-30T03:32:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:32:25.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:32:25.308Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:33:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:33:15.746Z||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-10-30T03:33:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:33:15.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:33:15.750Z||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-10-30T03:33:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:33:25.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:33:25.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:34:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:34:15.746Z||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-10-30T03:34:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:34:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:34:15.750Z||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-10-30T03:34:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:34:25.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:34:25.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:35:15.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:35:15.746Z||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-10-30T03:35:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:35:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:35:15.750Z||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-10-30T03:35:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:35:25.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:35:25.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:36:15.748Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:36:15.749Z||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-10-30T03:36:15.749Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:36:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:36:15.750Z||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-10-30T03:36:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:36:25.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:36:25.303Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:37:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:37:15.746Z||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-10-30T03:37:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:37:15.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:37:15.750Z||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-10-30T03:37:15.750Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:37:25.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:37:25.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:38:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:38:15.746Z||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-10-30T03:38:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:38:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:38:15.750Z||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-10-30T03:38:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:38:25.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:38:25.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:39:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:39:15.746Z||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-10-30T03:39:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:39:15.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:39:15.750Z||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-10-30T03:39:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:39:25.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:39:25.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:40:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:40:15.746Z||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-10-30T03:40:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:40:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:40:15.751Z||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-10-30T03:40:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:40:25.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:40:25.303Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:41:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:41:15.746Z||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-10-30T03:41:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:41:15.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:41:15.750Z||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-10-30T03:41:15.750Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:41:25.328Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:41:25.329Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:42:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:42:15.747Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:42:15.747Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:42:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:42:15.751Z||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-10-30T03:42:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:42:25.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:42:25.312Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:43:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:43:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:43:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:43:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:43:15.750Z||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-10-30T03:43:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:43:25.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:43:25.312Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:44:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:44:15.751Z||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-10-30T03:44:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:44:15.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:44:15.753Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:44:15.753Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:44:25.346Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:44:25.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:45:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:45:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:45:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:45:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:45:15.750Z||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-10-30T03:45:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:45:25.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:45:25.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:46:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:46:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:46:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:46:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:46:15.750Z||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-10-30T03:46:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:46:25.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:46:25.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:47:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:47:15.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:47:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:47:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:47:15.750Z||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-10-30T03:47:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:47:25.295Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:47:25.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:48:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:48:15.747Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:48:15.747Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:48:15.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:48:15.752Z||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-10-30T03:48:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:48:25.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:48:25.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:49:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:49:15.747Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:49:15.747Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:49:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:49:15.750Z||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-10-30T03:49:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:49:25.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:49:25.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:50:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:50:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:50:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:50:15.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:50:15.752Z||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-10-30T03:50:15.753Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:50:25.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:50:25.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:51:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:51:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:51:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:51:15.750Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:51:15.750Z||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-10-30T03:51:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:51:25.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:51:25.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:52:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:52:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:52:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:52:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:52:15.750Z||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-10-30T03:52:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:52:25.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:52:25.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:53:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:53:15.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:53:15.745Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:53:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:53:15.750Z||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-10-30T03:53:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:53:25.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:53:25.292Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:54:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:54:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:54:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:54:15.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:54:15.750Z||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-10-30T03:54:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:54:25.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:54:25.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:55:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:55:15.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:55:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:55:15.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:55:15.750Z||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-10-30T03:55:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:55:25.322Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:55:25.322Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:56:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:56:15.745Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:56:15.745Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:56:15.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:56:15.750Z||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-10-30T03:56:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:56:25.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:56:25.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:57:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:57:15.746Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:57:15.746Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:57:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:57:15.750Z||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-10-30T03:57:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:57:25.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:57:25.294Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:58:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:58:15.747Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:58:15.747Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:58:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:58:15.750Z||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-10-30T03:58:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:58:25.296Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:58:25.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:15.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:59:15.746Z||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-10-30T03:59:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:59:15.750Z||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-10-30T03:59:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:15.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:15.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:15.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102303804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102299407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102300159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102309079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102316468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102316490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102316609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102316921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "cds",
  "timestamp": 1667102317660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-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-10-30T03:59:16.231Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.251Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T03:59:16.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102317593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102311297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102318666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102319777,
  "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-10-30T03:59:16.292Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102320794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102315039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102321618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102316179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102322892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102322624,
  "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-10-30T03:59:16.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T03:59:16.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102323906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:16.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "policy-id",
  "timestamp": 1667102324911,
  "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-10-30T03:59:16.328Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.329Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T03:59:16.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102331586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102332666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102332676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "clamp",
  "timestamp": 1667102333671,
  "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-10-30T03:59:16.344Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.344Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T03:59:16.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "aai-ml",
  "timestamp": 1667102333682,
  "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-10-30T03:59:16.359Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T03:59:16.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T03:59:16.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:16.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"82765ca7-5bf4-4f9b-a14a-904c54f43b49","serviceName":"vFW 2022-10-30 03-57-36","serviceVersion":"1.0","serviceUUID":"02eeb7ad-9e3a-40bc-87d9-c1b734adddfb","serviceDescription":"catalog service description","serviceInvariantUUID":"4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f","resources":[{"resourceInstanceName":"vFW 8b90777c-b0dc 0","resourceName":"vFW 8b90777c-b0dc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d3f7ec5-5fa9-4428-b3cb-1f378c169c08","resourceInvariantUUID":"4e77ef4c-29fe-4a7f-b8d7-e86a6afad475","resourceCustomizationUUID":"05c65e80-d002-4de7-af08-e506815146cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2ODkwOTg1MzQ3NzYwY2JhMmQ5NGM0Mjk4Nzg1ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7eec1d74-2b6f-41e8-b5e1-2099c92c0b9c","artifactVersion":"1"},{"artifactName":"vfw8b90777cb0dc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json","artifactChecksum":"OWNkY2FkMWQ4ZTE2N2ExZjBiYmQzYWIzZDI1ODhlZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bc0778c-57ef-41a3-a219-424166c38b0a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c2133d6-1f5a-4816-88df-0e06b1c7e6cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml","artifactChecksum":"NTBiZGQ0ZTQ1MDE1NGI2M2I0YTJmNjNlNzM1N2IzMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71872b82-b6fa-40e4-8b1c-69487a9178c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7799ca6c-a574-4293-9b09-dea4028fbdb6","artifactVersion":"2","generatedFromUUID":"1c2133d6-1f5a-4816-88df-0e06b1c7e6cf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221030035736-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml","artifactChecksum":"YTU2Nzk5MTFmNzMwOTQ2MzdiYjk1NmQ0ODlhNjRhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12e87d5d-e40e-4da1-ae4e-fb063c461c85","artifactVersion":"1"},{"artifactName":"service-Vfw20221030035736-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar","artifactChecksum":"ZDBhZmI1YjY2NWQwNjBmZGNjZGFkZWM1YzM3ZWExODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed034568-1cd2-4aa7-8068-7ca39e538483","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T03:59:16.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T03:59:16.392Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:16.398Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:16.409Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:16.409Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.509Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-30T03:59:16.513Z||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-10-30T03:59:16.513Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:16.535Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:16.536Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:17.417Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:17.417Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:17.421Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:17.421Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T03:59:17.522Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T03:59:17.523Z||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-10-30T03:59:17.523Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:17.539Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:17.539Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:18.422Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:18.422Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:18.425Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:18.425Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T03:59:18.525Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:18.526Z||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-10-30T03:59:18.526Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:18.541Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:18.542Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T03:59:19.425Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:19.426Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:19.428Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:19.428Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:19.529Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:19.530Z||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-10-30T03:59:19.530Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:19.545Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:19.546Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:20.429Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:20.431Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:20.435Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:20.435Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-30T03:59:20.542Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-30T03:59:20.544Z||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-10-30T03:59:20.544Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:20.562Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:20.563Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:21.436Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:21.437Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:21.439Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:21.439Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T03:59:21.539Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:21.540Z||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-10-30T03:59:21.541Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:21.555Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:21.556Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:22.439Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:22.440Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:22.443Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:22.443Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T03:59:22.543Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:22.546Z||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-10-30T03:59:22.547Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:22.566Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:22.566Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-30T03:59:23.445Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "serviceName": "vFW 2022-10-30 03-57-36",
  "serviceVersion": "1.0",
  "serviceUUID": "02eeb7ad-9e3a-40bc-87d9-c1b734adddfb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f",
  "resources": [
    {
      "resourceInstanceName": "vFW 8b90777c-b0dc 0",
      "resourceCustomizationUUID": "05c65e80-d002-4de7-af08-e506815146cf",
      "resourceName": "vFW 8b90777c-b0dc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8d3f7ec5-5fa9-4428-b3cb-1f378c169c08",
      "resourceInvariantUUID": "4e77ef4c-29fe-4a7f-b8d7-e86a6afad475",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8b90777cb0dc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
          "artifactChecksum": "OWNkY2FkMWQ4ZTE2N2ExZjBiYmQzYWIzZDI1ODhlZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1bc0778c-57ef-41a3-a219-424166c38b0a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1c2133d6-1f5a-4816-88df-0e06b1c7e6cf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7799ca6c-a574-4293-9b09-dea4028fbdb6",
            "generatedFromUUID": "1c2133d6-1f5a-4816-88df-0e06b1c7e6cf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7799ca6c-a574-4293-9b09-dea4028fbdb6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221030035736-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
      "artifactChecksum": "ZDBhZmI1YjY2NWQwNjBmZGNjZGFkZWM1YzM3ZWExODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed034568-1cd2-4aa7-8068-7ca39e538483"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T03:59:23.448Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T03:59:23.448Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb ASDC
2022-10-30T03:59:23.576Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:82765ca7-5bf4-4f9b-a14a-904c54f43b49
ServiceName:vFW 2022-10-30 03-57-36
ServiceVersion:1.0
ServiceUUID:02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
ServiceInvariantUUID:4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221030035736-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
ArtifactUUID:ed034568-1cd2-4aa7-8068-7ca39e538483
ArtifactChecksum:ZDBhZmI1YjY2NWQwNjBmZGNjZGFkZWM1YzM3ZWExODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8b90777c-b0dc 0
ResourceCustomizationUUID:05c65e80-d002-4de7-af08-e506815146cf
ResourceInvariantUUID:4e77ef4c-29fe-4a7f-b8d7-e86a6afad475
ResourceName:vFW 8b90777c-b0dc
ResourceType:VF
ResourceUUID:8d3f7ec5-5fa9-4428-b3cb-1f378c169c08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8b90777cb0dc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
ArtifactUUID:1bc0778c-57ef-41a3-a219-424166c38b0a
ArtifactChecksum:OWNkY2FkMWQ4ZTE2N2ExZjBiYmQzYWIzZDI1ODhlZjA=
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/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
ArtifactUUID:1c2133d6-1f5a-4816-88df-0e06b1c7e6cf
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/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
ArtifactUUID:7799ca6c-a574-4293-9b09-dea4028fbdb6
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/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
ArtifactUUID:7799ca6c-a574-4293-9b09-dea4028fbdb6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T03:59:23.576Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb 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-10-30T03:59:23.632Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T03:59:23.634Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T03:59:23.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T03:59:23.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed034568-1cd2-4aa7-8068-7ca39e538483 from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:23.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:23.638Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:23.761Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:23.781Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar ed034568-1cd2-4aa7-8068-7ca39e538483 99029
2022-10-30T03:59:23.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar ASDC sendASDCNotification
2022-10-30T03:59:23.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:23.784Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:23.786Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:23.788Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:23.788Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102363781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:23.888Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:23.889Z||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-10-30T03:59:23.889Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:23.904Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:23.904Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:24.789Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T03:59:24.790Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T03:59:24.791Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ed034568-1cd2-4aa7-8068-7ca39e538483, URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar to file: /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:24.791Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221030035736-csar.csar
2022-10-30T03:59:24.885Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:24.885Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:25.711Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6515628680749822207/Definitions/service-Vfw20221030035736-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-10-30T03:59:28.474Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T03:59:28.480Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T03:59:28.480Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.480Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b90777c-b0dc 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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T03:59:28.490Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.492Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.496Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.497Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T03:59:28.498Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T03:59:28.500Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.501Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.501Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.501Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T03:59:28.502Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T03:59:28.502Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.502Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.505Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.506Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.506Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.506Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.507Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:28.507Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.507Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.511Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T03:59:28.512Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.512Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.512Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:28.513Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.513Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.513Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.515Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.515Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.515Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8495cbeb-a433-4301-876f-6cfe49d5b336
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31b09bcb-0022-4e08-8282-dceded10b902
2022-10-30T03:59:28.522Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.522Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.522Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3f3b96f-b3b8-4fe0-b7e8-276323b6cf19
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.528Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-30 03-57-36
Description:catalog service description
Model UUID:02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
Model Version:NULL
Model InvariantUuid:4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8b90777c-b0dc
Model UUID:ba82dda1-4a51-4699-804f-31688f6f934d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e77ef4c-29fe-4a7f-b8d7-e86a6afad475
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05c65e80-d002-4de7-af08-e506815146cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bd38523a-7f3e-4060-870d-eb7573290ba3
ModelName:Vfw8b90777cB0dc..base_vfw..module-0
ModelUuid:bd299bd3-f65a-4d07-bfc5-3b07ea9575ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8495cbeb-a433-4301-876f-6cfe49d5b336
ModelInvariantUuid:20ebc433-0b05-4ddf-9ff5-631d2ef57b6d
ModelName:vFW 8b90777c-b0dc-nodes.vfwCvfc
ModelUuid:04ac9c85-3453-4dbd-b95f-3e4d51d19297
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f58133c1-6490-416f-83c0-d27c21a821db
ModelInvariantUuid:c652893f-cf6a-4ff5-beba-085e0d6356e8
ModelName:Vfw8b90777cB0dc.compute.nodes.heat.vfw
ModelUuid:005ba847-d00d-4044-aed4-d0000b0ed091
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:31b09bcb-0022-4e08-8282-dceded10b902
ModelInvariantUuid:2c4f2701-3395-4896-a027-a72c1c8802e9
ModelName:vFW 8b90777c-b0dc-nodes.vsnCvfc
ModelUuid:5290971f-71ed-4a45-9791-e97b3aaf69a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1a7a9750-f4a4-47f1-982d-8df3e33a4a61
ModelInvariantUuid:feaadd94-beca-43d1-81a0-d55bba915efb
ModelName:Vfw8b90777cB0dc.compute.nodes.heat.vsn
ModelUuid:53f02635-e2b0-4ff0-90cc-544241c0b4d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d3f3b96f-b3b8-4fe0-b7e8-276323b6cf19
ModelInvariantUuid:329eef18-d18c-4a6a-9297-5aba6c3af65a
ModelName:vFW 8b90777c-b0dc-nodes.vpgCvfc
ModelUuid:7b891f80-b278-410c-9dbe-f5c0e84b037e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71285625-5172-46a6-b613-90b945e51864
ModelInvariantUuid:6e968a90-36dd-4a26-a664-7c59a11d5349
ModelName:Vfw8b90777cB0dc.compute.nodes.heat.vpg
ModelUuid:aacb0631-0153-4b17-99a5-61798acc1386
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-10-30T03:59:28.541Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08
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-10-30T03:59:28.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||vFW 8b90777c-b0dc 0
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bc0778c-57ef-41a3-a219-424166c38b0a from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:28.698Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json 1bc0778c-57ef-41a3-a219-424166c38b0a 785
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json ASDC sendASDCNotification
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:28.700Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:28.702Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:28.702Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102368699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:28.802Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:28.804Z||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-10-30T03:59:28.804Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:28.821Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:28.821Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:29.704Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b90777cB0dc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bd38523a-7f3e-4060-870d-eb7573290ba3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd299bd3-f65a-4d07-bfc5-3b07ea9575ba",
    "vfModuleModelCustomizationUUID": "0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e",
    "isBase": true,
    "artifacts": [
      "1c2133d6-1f5a-4816-88df-0e06b1c7e6cf",
      "7799ca6c-a574-4293-9b09-dea4028fbdb6"
    ],
    "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-10-30T03:59:29.720Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b90777cB0dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd299bd3-f65a-4d07-bfc5-3b07ea9575ba
VfModuleModelInvariantUUID:bd38523a-7f3e-4060-870d-eb7573290ba3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c2133d6-1f5a-4816-88df-0e06b1c7e6cf
,
7799ca6c-a574-4293-9b09-dea4028fbdb6

}
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-10-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b90777cB0dc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bd38523a-7f3e-4060-870d-eb7573290ba3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd299bd3-f65a-4d07-bfc5-3b07ea9575ba",
    "vfModuleModelCustomizationUUID": "0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e",
    "isBase": true,
    "artifacts": [
      "1c2133d6-1f5a-4816-88df-0e06b1c7e6cf",
      "7799ca6c-a574-4293-9b09-dea4028fbdb6"
    ],
    "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-10-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b90777cB0dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd299bd3-f65a-4d07-bfc5-3b07ea9575ba
VfModuleModelInvariantUUID:bd38523a-7f3e-4060-870d-eb7573290ba3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c2133d6-1f5a-4816-88df-0e06b1c7e6cf
,
7799ca6c-a574-4293-9b09-dea4028fbdb6

}
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-10-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1c2133d6-1f5a-4816-88df-0e06b1c7e6cf from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:29.724Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:29.781Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:29.782Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml 1c2133d6-1f5a-4816-88df-0e06b1c7e6cf 20368
2022-10-30T03:59:29.782Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T03:59:29.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:29.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:29.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:29.785Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:29.785Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102369782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:29.885Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:29.886Z||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-10-30T03:59:29.886Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:29.900Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:29.900Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:30.786Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7799ca6c-a574-4293-9b09-dea4028fbdb6 from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:30.787Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:30.787Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:30.834Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:30.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env 7799ca6c-a574-4293-9b09-dea4028fbdb6 2098
2022-10-30T03:59:30.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T03:59:30.836Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:30.836Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:30.836Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:30.839Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:30.839Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102370835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T03:59:30.939Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:30.940Z||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-10-30T03:59:30.940Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:30.955Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:30.956Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:31.840Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
2022-10-30T03:59:31.841Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b90777c-b0dc 0 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08 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-10-30T03:59:31.878Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6718c17f, org.onap.sdc.toscaparser.api.parameters.Input@476d9adc, org.onap.sdc.toscaparser.api.parameters.Input@5fe41420, org.onap.sdc.toscaparser.api.parameters.Input@691d3b0c, org.onap.sdc.toscaparser.api.parameters.Input@48af0c69]
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 05c65e80-d002-4de7-af08-e506815146cf
2022-10-30T03:59:31.883Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05c65e80-d002-4de7-af08-e506815146cf matches Tosca VF Customization UUID: 05c65e80-d002-4de7-af08-e506815146cf
2022-10-30T03:59:31.883Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 05c65e80-d002-4de7-af08-e506815146cf  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-10-30T03:59:31.889Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.889Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.890Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 05c65e80-d002-4de7-af08-e506815146cf: {\"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-10-30T03:59:31.890Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28352582
2022-10-30T03:59:31.890Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.891Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T03:59:31.891Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e
2022-10-30T03:59:31.892Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e
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-10-30T03:59:31.897Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.898Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.898Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.898Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.902Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8495cbeb-a433-4301-876f-6cfe49d5b336
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-10-30T03:59:31.910Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31b09bcb-0022-4e08-8282-dceded10b902
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-10-30T03:59:31.915Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.915Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.916Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3f3b96f-b3b8-4fe0-b7e8-276323b6cf19
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-10-30T03:59:31.922Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.922Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.922Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.923Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.923Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.923Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=05c65e80-d002-4de7-af08-e506815146cf
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-10-30T03:59:31.925Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.925Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb: vFW 8b90777c-b0dc
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.928Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-30 03-57-36 
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-10-30T03:59:32.199Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b90777c-b0dc 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08 1 ASDC deployResourceStructure
2022-10-30T03:59:32.219Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json ASDC sendASDCNotification
2022-10-30T03:59:32.220Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:32.220Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:32.220Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:32.222Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:32.222Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102372219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:32.322Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T03:59:32.323Z||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-10-30T03:59:32.323Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:32.344Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:32.345Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:33.224Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T03:59:33.224Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:33.225Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:33.225Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:33.227Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:33.227Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102373224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:33.327Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:33.328Z||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-10-30T03:59:33.329Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:33.345Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:33.346Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:34.228Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T03:59:34.229Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:34.229Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:34.230Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:34.232Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:34.233Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102374228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:34.332Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T03:59:34.333Z||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-10-30T03:59:34.333Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:34.349Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:34.349Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:35.234Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar ASDC sendASDCNotification
2022-10-30T03:59:35.235Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:35.235Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:35.235Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:35.238Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:35.238Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102375234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T03:59:35.338Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:35.339Z||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-10-30T03:59:35.339Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:35.355Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T03:59:35.356Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:36.239Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T03:59:36.262Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T03:59:36.266Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T03:59:36.266Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T03:59:36.275Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:00:06.276Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-10-30T04:00:06.293Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49 and serviceModelVersionId: 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
2022-10-30T04:00:06.293Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f
2022-10-30T04:00:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:00:15.751Z||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-10-30T04:00:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:15.781Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:15.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:00:15.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:00:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:00:22.855Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0
2022-10-30T04:00:22.965Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:00:23.490Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|INFO|500||Invoke
2022-10-30T04:00:23.498Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82765ca7-5bf4-4f9b-a14a-904c54f43b49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcadda29-29df-42f2-ba5b-bfe0121f146d], X-ECOMP-RequestID=[82765ca7-5bf4-4f9b-a14a-904c54f43b49], X-TransactionId=[], X-ONAP-RequestID=[82765ca7-5bf4-4f9b-a14a-904c54f43b49], Content-Type=[application/merge-patch+json]}
2022-10-30T04:00:23.613Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:00:23.800Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?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/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:00:23:250-19828], vertex-id=[151784], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:00:23 GMT], Content-Type=[application/json]}
2022-10-30T04:00:23.802Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:00:23.803Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|INFO|500||InvokeReturn
2022-10-30T04:00:23.806Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:00:23.806Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T04:00:23.813Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T04:00:23.813Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82765ca7-5bf4-4f9b-a14a-904c54f43b49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:00:23.815Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:00:23.815Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:23.817Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:23.817Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102423814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:00:23.917Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:23.919Z||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-10-30T04:00:23.919Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:23.933Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:23.934Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:00:24.831Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:00:24.831Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d2e69a3-07b5-410b-aca1-62ee25dfaaab","serviceName":"basic_onboard_DiqzIY","serviceVersion":"1.0","serviceUUID":"45c346f7-4371-4766-97cb-8aed7bc5fe40","serviceDescription":"service","serviceInvariantUUID":"207107b0-b03d-4e67-97ea-b62825e2805b","resources":[{"resourceInstanceName":"basic_onboard_DiqzIY 0","resourceName":"basic_onboard_DiqzIY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8ae33a4-d5d0-4df4-8b3e-650e0697596a","resourceInvariantUUID":"2bcaf0f4-52a5-4978-84f7-34574ac5d630","resourceCustomizationUUID":"a4e4eca7-d243-4727-a73c-48220250df5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml","artifactChecksum":"MjRlNGVmZTE4ZTFjMzI5M2FkZjYyZjEzNjM0ZTg2ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0646742d-5c55-4341-b960-79d41ec84197","artifactVersion":"1"},{"artifactName":"basic_onboard_diqziy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json","artifactChecksum":"MGJiNDRjODY3ZTIyMzBjMDk1N2I2M2QzZmUxOWIyMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"878539db-8c72-498a-a09b-8590ef4ccacf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb370de8-ed09-4f32-a72b-41b862b50d81","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b7ba33c-1775-4ed9-91d9-e50db04e8f40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"858d082f-bf59-4864-970d-c78ebe46371c","artifactVersion":"2","generatedFromUUID":"cb370de8-ed09-4f32-a72b-41b862b50d81"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDiqziy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml","artifactChecksum":"ODk3NGY3Njc2ZjM3NGJlNmEwNzI2YTgwMWY0NDE0NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62a3f067-fb77-466a-b9ae-b5b480f28785","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDiqziy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar","artifactChecksum":"N2M3OGUyMTZjZmU4YjA4NTA1NTJmY2JlZmExYTlkMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73c8583f-cbb4-476d-bf8e-825e46d85860","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:00:24.832Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:24.832Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:24.834Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:24.834Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:00:24.934Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:24.935Z||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-10-30T04:00:24.935Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:24.950Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:24.950Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:25.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:25.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:25.837Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:25.837Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:00:25.937Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:25.938Z||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-10-30T04:00:25.938Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:25.953Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:25.954Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:26.838Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:26.839Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:26.841Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:26.841Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:00:26.941Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:26.944Z||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-10-30T04:00:26.944Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:26.961Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:26.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:27.842Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:27.843Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:27.845Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:27.845Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:00:27.945Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:27.946Z||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-10-30T04:00:27.946Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:27.961Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:27.962Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:28.846Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:28.847Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:28.849Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:28.849Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-30T04:00:28.949Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:28.950Z||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-10-30T04:00:28.950Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:28.965Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:28.965Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:29.849Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:29.850Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:29.853Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:29.853Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:00:29.952Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:29.954Z||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-10-30T04:00:29.954Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:29.967Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:29.967Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:30.853Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:30.854Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:30.856Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:30.857Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:00:30.957Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:30.958Z||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-10-30T04:00:30.958Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:30.972Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:30.973Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:31.859Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "serviceName": "basic_onboard_DiqzIY",
  "serviceVersion": "1.0",
  "serviceUUID": "45c346f7-4371-4766-97cb-8aed7bc5fe40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "207107b0-b03d-4e67-97ea-b62825e2805b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DiqzIY 0",
      "resourceCustomizationUUID": "a4e4eca7-d243-4727-a73c-48220250df5c",
      "resourceName": "basic_onboard_DiqzIY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8ae33a4-d5d0-4df4-8b3e-650e0697596a",
      "resourceInvariantUUID": "2bcaf0f4-52a5-4978-84f7-34574ac5d630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_diqziy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
          "artifactChecksum": "MGJiNDRjODY3ZTIyMzBjMDk1N2I2M2QzZmUxOWIyMjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "878539db-8c72-498a-a09b-8590ef4ccacf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cb370de8-ed09-4f32-a72b-41b862b50d81",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "858d082f-bf59-4864-970d-c78ebe46371c",
            "generatedFromUUID": "cb370de8-ed09-4f32-a72b-41b862b50d81"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "858d082f-bf59-4864-970d-c78ebe46371c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDiqziy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
      "artifactChecksum": "N2M3OGUyMTZjZmU4YjA4NTA1NTJmY2JlZmExYTlkMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73c8583f-cbb4-476d-bf8e-825e46d85860"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:00:31.859Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:00:31.860Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 45c346f7-4371-4766-97cb-8aed7bc5fe40 ASDC
2022-10-30T04:00:31.860Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5d2e69a3-07b5-410b-aca1-62ee25dfaaab
ServiceName:basic_onboard_DiqzIY
ServiceVersion:1.0
ServiceUUID:45c346f7-4371-4766-97cb-8aed7bc5fe40
ServiceInvariantUUID:207107b0-b03d-4e67-97ea-b62825e2805b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDiqziy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
ArtifactUUID:73c8583f-cbb4-476d-bf8e-825e46d85860
ArtifactChecksum:N2M3OGUyMTZjZmU4YjA4NTA1NTJmY2JlZmExYTlkMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DiqzIY 0
ResourceCustomizationUUID:a4e4eca7-d243-4727-a73c-48220250df5c
ResourceInvariantUUID:2bcaf0f4-52a5-4978-84f7-34574ac5d630
ResourceName:basic_onboard_DiqzIY
ResourceType:VF
ResourceUUID:f8ae33a4-d5d0-4df4-8b3e-650e0697596a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_diqziy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
ArtifactUUID:878539db-8c72-498a-a09b-8590ef4ccacf
ArtifactChecksum:MGJiNDRjODY3ZTIyMzBjMDk1N2I2M2QzZmUxOWIyMjQ=
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/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cb370de8-ed09-4f32-a72b-41b862b50d81
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/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
ArtifactUUID:858d082f-bf59-4864-970d-c78ebe46371c
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/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
ArtifactUUID:858d082f-bf59-4864-970d-c78ebe46371c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T04:00:31.861Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45c346f7-4371-4766-97cb-8aed7bc5fe40 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-10-30T04:00:31.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:00:31.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73c8583f-cbb4-476d-bf8e-825e46d85860 from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:31.986Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:31.989Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar 73c8583f-cbb4-476d-bf8e-825e46d85860 71573
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar ASDC sendASDCNotification
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:31.992Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:31.992Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102431990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:00:32.092Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:32.093Z||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-10-30T04:00:32.093Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:32.108Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:32.109Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:32.993Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:00:32.994Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T04:00:32.994Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 73c8583f-cbb4-476d-bf8e-825e46d85860, URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar to file: /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:32.995Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:32.995Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:32.995Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:33.129Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16494337830815978861/Definitions/service-BasicOnboardDiqziy-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-10-30T04:00:34.248Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DiqzIY 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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is not matching search criteria
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:00:34.256Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.256Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.256Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is not matching search criteria
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eac5f901-a08c-4e7e-9ef0-e5d773ef4407
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.261Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DiqzIY
Description:service
Model UUID:45c346f7-4371-4766-97cb-8aed7bc5fe40
Model Version:NULL
Model InvariantUuid:207107b0-b03d-4e67-97ea-b62825e2805b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DiqzIY
Model UUID:36981a58-671b-4b8b-86d8-172e0932b4bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bcaf0f4-52a5-4978-84f7-34574ac5d630
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4e4eca7-d243-4727-a73c-48220250df5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92c79203-8d5b-450e-a4a4-47cd509472c7
ModelName:BasicOnboardDiqziy..base_ubuntu18..module-0
ModelUuid:83b9aca4-0533-4693-9574-8f5ffc56e3a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eac5f901-a08c-4e7e-9ef0-e5d773ef4407
ModelInvariantUuid:cb7cb799-440d-4c21-869a-d2c7ad0b9d61
ModelName:basic_onboard_DiqzIY-nodes.ubuntu18Cvfc
ModelUuid:1057b074-4860-4d84-9dbc-1754c4337da6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:dc474ae3-246c-44be-82c8-e6e477088860
ModelInvariantUuid:576d01ab-f738-422e-bae2-40d32523a87d
ModelName:BasicOnboardDiqziy.compute.nodes.heat.ubuntu18
ModelUuid:2249da2f-9572-44f7-a6da-7eb6fa135d3c
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-10-30T04:00:34.269Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f8ae33a4-d5d0-4df4-8b3e-650e0697596a
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-10-30T04:00:34.272Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||basic_onboard_DiqzIY 0
2022-10-30T04:00:34.272Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8ae33a4-d5d0-4df4-8b3e-650e0697596a
2022-10-30T04:00:34.273Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 878539db-8c72-498a-a09b-8590ef4ccacf from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:34.273Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:34.273Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:34.324Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:34.324Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json 878539db-8c72-498a-a09b-8590ef4ccacf 798
2022-10-30T04:00:34.324Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json ASDC sendASDCNotification
2022-10-30T04:00:34.325Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:34.325Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:34.325Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:34.327Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:34.327Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102434324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:00:34.427Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:34.429Z||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-10-30T04:00:34.429Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:34.443Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:34.444Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:35.328Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDiqziy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "92c79203-8d5b-450e-a4a4-47cd509472c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83b9aca4-0533-4693-9574-8f5ffc56e3a5",
    "vfModuleModelCustomizationUUID": "c6baf9e7-1dbf-4770-8ea4-991bf5356831",
    "isBase": true,
    "artifacts": [
      "cb370de8-ed09-4f32-a72b-41b862b50d81",
      "858d082f-bf59-4864-970d-c78ebe46371c"
    ],
    "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-10-30T04:00:35.332Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDiqziy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83b9aca4-0533-4693-9574-8f5ffc56e3a5
VfModuleModelInvariantUUID:92c79203-8d5b-450e-a4a4-47cd509472c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb370de8-ed09-4f32-a72b-41b862b50d81
,
858d082f-bf59-4864-970d-c78ebe46371c

}
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-10-30T04:00:35.334Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDiqziy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "92c79203-8d5b-450e-a4a4-47cd509472c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83b9aca4-0533-4693-9574-8f5ffc56e3a5",
    "vfModuleModelCustomizationUUID": "c6baf9e7-1dbf-4770-8ea4-991bf5356831",
    "isBase": true,
    "artifacts": [
      "cb370de8-ed09-4f32-a72b-41b862b50d81",
      "858d082f-bf59-4864-970d-c78ebe46371c"
    ],
    "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-10-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDiqziy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83b9aca4-0533-4693-9574-8f5ffc56e3a5
VfModuleModelInvariantUUID:92c79203-8d5b-450e-a4a4-47cd509472c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb370de8-ed09-4f32-a72b-41b862b50d81
,
858d082f-bf59-4864-970d-c78ebe46371c

}
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-10-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb370de8-ed09-4f32-a72b-41b862b50d81 from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:35.444Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml cb370de8-ed09-4f32-a72b-41b862b50d81 5033
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:35.446Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:35.448Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:35.448Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102435445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:00:35.548Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:35.549Z||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-10-30T04:00:35.549Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:35.564Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:35.564Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:36.449Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 858d082f-bf59-4864-970d-c78ebe46371c from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:36.449Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:36.450Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:36.494Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env 858d082f-bf59-4864-970d-c78ebe46371c 909
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:36.496Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:36.498Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:36.498Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102436495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:00:36.598Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:36.599Z||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-10-30T04:00:36.599Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:36.613Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:36.614Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:37.499Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 45c346f7-4371-4766-97cb-8aed7bc5fe40
2022-10-30T04:00:37.499Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DiqzIY 0 f8ae33a4-d5d0-4df4-8b3e-650e0697596a 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-10-30T04:00:37.515Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3433a7e4, org.onap.sdc.toscaparser.api.parameters.Input@53d57543, org.onap.sdc.toscaparser.api.parameters.Input@3f263fb8, org.onap.sdc.toscaparser.api.parameters.Input@2da5a898, org.onap.sdc.toscaparser.api.parameters.Input@480264f]
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a4e4eca7-d243-4727-a73c-48220250df5c
2022-10-30T04:00:37.518Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4e4eca7-d243-4727-a73c-48220250df5c matches Tosca VF Customization UUID: a4e4eca7-d243-4727-a73c-48220250df5c
2022-10-30T04:00:37.518Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a4e4eca7-d243-4727-a73c-48220250df5c  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-10-30T04:00:37.520Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.520Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.521Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a4e4eca7-d243-4727-a73c-48220250df5c: {\"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-10-30T04:00:37.521Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7233888c
2022-10-30T04:00:37.521Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.522Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:00:37.522Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6baf9e7-1dbf-4770-8ea4-991bf5356831
2022-10-30T04:00:37.522Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6baf9e7-1dbf-4770-8ea4-991bf5356831
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-10-30T04:00:37.524Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.524Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.524Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is not matching search criteria
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eac5f901-a08c-4e7e-9ef0-e5d773ef4407
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-10-30T04:00:37.528Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.530Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=a4e4eca7-d243-4727-a73c-48220250df5c
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-10-30T04:00:37.531Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 45c346f7-4371-4766-97cb-8aed7bc5fe40: basic_onboard_DiqzIY
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_DiqzIY 
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-10-30T04:00:37.637Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DiqzIY f8ae33a4-d5d0-4df4-8b3e-650e0697596a 1 ASDC deployResourceStructure
2022-10-30T04:00:37.638Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json ASDC sendASDCNotification
2022-10-30T04:00:37.638Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:37.638Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:37.639Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:37.641Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:37.641Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102437638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:00:37.743Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-30T04:00:37.744Z||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-10-30T04:00:37.744Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:37.759Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:37.759Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:38.656Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:38.656Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102438652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:00:38.755Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:38.757Z||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-10-30T04:00:38.757Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:38.774Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:38.774Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:39.656Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T04:00:39.657Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:39.657Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:39.657Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:39.659Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:39.660Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102439656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:00:39.761Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T04:00:39.762Z||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-10-30T04:00:39.763Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:39.779Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:39.780Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:40.660Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar ASDC sendASDCNotification
2022-10-30T04:00:40.661Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:40.661Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:40.662Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:40.664Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:40.664Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102440660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:00:40.764Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:40.765Z||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-10-30T04:00:40.765Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:40.782Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:00:40.783Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:41.665Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:00:41.677Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:00:41.679Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:00:41.679Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:00:41.680Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:01:11.680Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:01:11.691Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:01:11.693Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:01:11.694Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:01:11.694Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:01:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:01:15.750Z||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-10-30T04:01:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:01:15.782Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:01:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:01:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:01:15.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:01:41.694Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:01:41.705Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:01:41.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:01:41.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:01:41.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:02:11.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:02:11.720Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:02:11.722Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:02:11.722Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:02:11.723Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:02:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:02:15.751Z||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-10-30T04:02:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:02:15.788Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:02:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102346179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102348804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102357173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667102351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "cds",
  "timestamp": 1667102358180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-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-10-30T04:02:15.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:02:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102355039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102362795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102363781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102363800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "policy-id",
  "timestamp": 1667102364803,
  "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-10-30T04:02:15.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102365056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102366588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102359407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "clamp",
  "timestamp": 1667102367591,
  "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-10-30T04:02:15.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:02:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102360159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102367158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102368699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102367931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102368230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102369782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102369296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102370835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102370324,
  "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-10-30T04:02:15.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.883Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:02:15.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102370351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667102371329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667102371360,
  "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-10-30T04:02:15.898Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.898Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:02:15.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102372219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102373224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102374228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102375234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102369079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102376819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102383451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "aai-ml",
  "timestamp": 1667102384456,
  "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-10-30T04:02:15.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.917Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:02:41.723Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:02:41.736Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:02:41.742Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:02:41.742Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:02:41.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T04:02:41.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:03:11.751Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-10-30T04:03:11.756Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab and serviceModelVersionId: 45c346f7-4371-4766-97cb-8aed7bc5fe40
2022-10-30T04:03:11.756Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 207107b0-b03d-4e67-97ea-b62825e2805b
2022-10-30T04:03:11.757Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0
2022-10-30T04:03:11.761Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:03:11.809Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?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-10-30T04:03:11.810Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0|INFO|500||Invoke
2022-10-30T04:03:11.840Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:03:11.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0|INFO|500||InvokeReturn
2022-10-30T04:03:11.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:03:11:476-1691], vertex-id=[229512], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:03:11 GMT], Content-Type=[application/json]}
2022-10-30T04:03:11.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:03:11.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:03:11.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T04:03:11.964Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T04:03:11.964Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d2e69a3-07b5-410b-aca1-62ee25dfaaab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:03:11.965Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:03:11.965Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:03:11.967Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:03:11.967Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102591965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:03:12.067Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:03:12.068Z||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-10-30T04:03:12.068Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:12.087Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:03:12.087Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-10-30T04:03:12.979Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:12.980Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:03:12.980Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:15.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:15.750Z||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-10-30T04:03:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:15.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:03:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102423814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:03:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102355744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102431990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102434324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102435445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102436495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102437638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102438652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102439656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102440660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:23.290Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:03:23.291Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:23.292Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:03:23.292Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:32.837Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:03:32.838Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:32.839Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:03:32.839Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:42.389Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:03:42.389Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:42.390Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:03:42.390Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:51.949Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:04:15.748Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:04:15.748Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:04:15.749Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:04:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:04:15.750Z||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-10-30T04:04:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:04:16.284Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:04:16.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T04:04:16.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667102591965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:04:16.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:04:25.301Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:05:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:05:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:05:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:05:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:05:15.750Z||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-10-30T04:05:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:05:25.293Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:05:25.293Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:06:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:06:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:06:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:06:15.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:06:15.750Z||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-10-30T04:06:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:06:25.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:06:25.296Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:07:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:07:15.747Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:07:15.747Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:07:15.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:07:15.750Z||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-10-30T04:07:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:07:25.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:07:25.296Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:08:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:08:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:08:15.747Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:08:15.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:08:15.750Z||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-10-30T04:08:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:08:25.301Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:08:25.305Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:09:15.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:09:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:09:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:09:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:09:15.750Z||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-10-30T04:09:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:09:25.301Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:09:25.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:10:15.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:10:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:10:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:10:15.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:10:15.750Z||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-10-30T04:10:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:10:25.298Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:10:25.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:11:15.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:11:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:11:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:11:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:11:15.750Z||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-10-30T04:11:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:11:25.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:11:25.292Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:12:15.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:12:15.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:12:15.746Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:12:15.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:12:15.752Z||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-10-30T04:12:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:12:25.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:12:25.298Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:15.747Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:13:15.748Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:13:15.748Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:13:15.750Z||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-10-30T04:13:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:16.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:16.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:16.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0b57e48-0f5f-4cb8-8b19-b88ea717fee3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3f424e3f-6481-4dfc-b19a-70ffbd523f2d","serviceDescription":"service","serviceInvariantUUID":"c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"929fb2df-a200-423b-9437-26c5a480d9bd","resourceInvariantUUID":"b88ecc78-2f3d-48f1-bd99-cd6f86564e87","resourceCustomizationUUID":"98c5159e-8b60-438b-98db-94467312844d","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":"NDU0MDUyZGJkMzc0N2JmZGExNGI4ZjM2ZDdiNzZmYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39bd0c2c-53ad-4902-ad00-8e6a9f77753c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjJiMmI3OGJjZDdjNGQ5OTdkZTIxNWQ1YmFlZjdjZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aec7cf48-1cd6-4112-bf4f-f208e305e5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:13:16.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "aai-ml",
  "timestamp": 1667103179080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "cds",
  "timestamp": 1667103173804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103179407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "policy-id",
  "timestamp": 1667103175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103179407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "aai-ml",
  "timestamp": 1667103179080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "cds",
  "timestamp": 1667103173804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:13:16.389Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.390Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "policy-id",
  "timestamp": 1667103175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "aai-ml",
  "timestamp": 1667103183411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "cds",
  "timestamp": 1667103183432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "policy-id",
  "timestamp": 1667103184140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "cds",
  "timestamp": 1667103184438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-10-30T04:13:16.395Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:16.395Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103195746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T04:13:16.425Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:13:16.425Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-10-30T04:13:16.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "policy-id",
  "timestamp": 1667103185146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:13:16.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "policy-id",
  "timestamp": 1667103186150,
  "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-10-30T04:13:16.441Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:13:16.441Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-10-30T04:13:16.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "clamp",
  "timestamp": 1667103186179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "clamp",
  "timestamp": 1667103186179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "aai-ml",
  "timestamp": 1667103187440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "aai-ml",
  "timestamp": 1667103188445,
  "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-10-30T04:13:16.458Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:13:16.458Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-10-30T04:13:16.495Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:13:16.496Z||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-10-30T04:13:16.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:16.512Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:16.512Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:17.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:13:17.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:17.398Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:17.398Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103195746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:13:17.498Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:13:17.499Z||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-10-30T04:13:17.500Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:17.518Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:17.518Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:18.399Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3f424e3f-6481-4dfc-b19a-70ffbd523f2d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "98c5159e-8b60-438b-98db-94467312844d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "929fb2df-a200-423b-9437-26c5a480d9bd",
      "resourceInvariantUUID": "b88ecc78-2f3d-48f1-bd99-cd6f86564e87",
      "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": "YjJiMmI3OGJjZDdjNGQ5OTdkZTIxNWQ1YmFlZjdjZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aec7cf48-1cd6-4112-bf4f-f208e305e5a2"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:13:18.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:13:18.400Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f424e3f-6481-4dfc-b19a-70ffbd523f2d ASDC
2022-10-30T04:13:18.401Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3f424e3f-6481-4dfc-b19a-70ffbd523f2d
ServiceInvariantUUID:c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6
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:aec7cf48-1cd6-4112-bf4f-f208e305e5a2
ArtifactChecksum:YjJiMmI3OGJjZDdjNGQ5OTdkZTIxNWQ1YmFlZjdjZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:98c5159e-8b60-438b-98db-94467312844d
ResourceInvariantUUID:b88ecc78-2f3d-48f1-bd99-cd6f86564e87
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:929fb2df-a200-423b-9437-26c5a480d9bd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-30T04:13:18.401Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f424e3f-6481-4dfc-b19a-70ffbd523f2d 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-10-30T04:13:18.430Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aec7cf48-1cd6-4112-bf4f-f208e305e5a2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:13:18.433Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T04:13:18.534Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:13:18.537Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aec7cf48-1cd6-4112-bf4f-f208e305e5a2 52512
2022-10-30T04:13:18.537Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T04:13:18.538Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T04:13:18.538Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:13:18.538Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:18.540Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:18.540Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103198537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:13:18.643Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T04:13:18.645Z||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-10-30T04:13:18.645Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:18.668Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:18.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:19.541Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:13:19.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:13:19.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aec7cf48-1cd6-4112-bf4f-f208e305e5a2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:19.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-30T04:13:19.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:19.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:19.708Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9398892888210833860/Definitions/service-BasicNetwork-template.yml
2022-10-30T04:13:20.319Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:13:20.320Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:13:20.320Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:20.320Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3f424e3f-6481-4dfc-b19a-70ffbd523f2d
Model Version:NULL
Model InvariantUuid:c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b88ecc78-2f3d-48f1-bd99-cd6f86564e87
Model UUID:5a8264cf-0b63-4a2d-8e47-60e829291908
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:98c5159e-8b60-438b-98db-94467312844d
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-10-30T04:13:20.332Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 929fb2df-a200-423b-9437-26c5a480d9bd
2022-10-30T04:13:20.332Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||No resources found for Service: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
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-10-30T04:13:20.339Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||
2022-10-30T04:13:20.339Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.347Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@184a9aa2, org.onap.sdc.toscaparser.api.parameters.Input@7b879460, org.onap.sdc.toscaparser.api.parameters.Input@515a48bc, org.onap.sdc.toscaparser.api.parameters.Input@2a0c8bf9, org.onap.sdc.toscaparser.api.parameters.Input@665f9b90]
2022-10-30T04:13:20.349Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.349Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.349Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3f424e3f-6481-4dfc-b19a-70ffbd523f2d: Generic NeutronNet
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.351Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.351Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.396Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.396Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.396Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:13:20.459Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:20.460Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:20.461Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103200458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:13:20.561Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:13:20.562Z||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-10-30T04:13:20.562Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:20.580Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:13:20.580Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:21.461Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:13:21.473Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:13:51.477Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:13:51.488Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:14:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:14:15.751Z||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-10-30T04:14:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:14:15.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:14:15.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:14:15.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103195746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:14:15.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:14:21.492Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:14:21.503Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:14:51.507Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:14:51.517Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:15:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:15:15.751Z||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-10-30T04:15:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:15.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:15:15.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103195746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103198537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "clamp",
  "timestamp": 1667103198635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103200458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103200159,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "clamp",
  "timestamp": 1667103201636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103200159,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "clamp",
  "timestamp": 1667103202640,
  "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-10-30T04:15:15.799Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:15:15.799Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103202913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103204558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103205562,
  "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-10-30T04:15:15.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:15:15.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-10-30T04:15:15.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103230159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103239407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103233805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103235039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103239080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103231297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103248316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103248443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103249080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103248499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103248610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103250087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "cds",
  "timestamp": 1667103249512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-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-10-30T04:15:15.849Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103249846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103250142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "policy-id",
  "timestamp": 1667103251090,
  "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-10-30T04:15:15.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.862Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:15:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103250859,
  "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-10-30T04:15:15.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103251146,
  "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-10-30T04:15:15.887Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.887Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103253144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103246179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "aai-ml",
  "timestamp": 1667103254148,
  "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-10-30T04:15:15.904Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.904Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:15:15.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:15:21.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:15:21.536Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:15:21.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:15:21.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:15:21.547Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:15:51.547Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-10-30T04:15:51.557Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 and serviceModelVersionId: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
2022-10-30T04:15:51.557Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6
2022-10-30T04:15:51.559Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0
2022-10-30T04:15:51.564Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:15:51.629Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|INFO|500||Invoke
2022-10-30T04:15:51.630Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0b57e48-0f5f-4cb8-8b19-b88ea717fee3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35ba289f-3f3d-4dd7-8d79-02e5397bf9c9], X-ECOMP-RequestID=[f0b57e48-0f5f-4cb8-8b19-b88ea717fee3], X-TransactionId=[], X-ONAP-RequestID=[f0b57e48-0f5f-4cb8-8b19-b88ea717fee3], Content-Type=[application/merge-patch+json]}
2022-10-30T04:15:51.653Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:15:51.754Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?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/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-04:15:51:304-6284], vertex-id=[237704], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:15:51 GMT], Content-Type=[application/json]}
2022-10-30T04:15:51.754Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:15:51.755Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|INFO|500||InvokeReturn
2022-10-30T04:15:51.755Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:15:51.756Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:15:51.761Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-10-30T04:15:51.761Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:15:51.762Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:15:51.762Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:51.764Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:51.764Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103351762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:15:51.864Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:51.865Z||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-10-30T04:15:51.865Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:51.884Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:15:51.885Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:15:52.776Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:15:52.777Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:15:52.777Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:57.221Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:15:57.223Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:15:57.224Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c402ae0d-2291-4259-96e7-e58c46ac35d4","serviceName":"Demo_pNF_r5ZKD0wVztDq81WMnIZF","serviceVersion":"1.0","serviceUUID":"50f5b625-876c-42e8-8acc-c96ba41456d6","serviceDescription":"catalog service description","serviceInvariantUUID":"473b6339-558f-42ef-83df-6668a1fd6e43","resources":[{"resourceInstanceName":"pNF 6683e570-dc92 0","resourceName":"pNF 6683e570-dc92","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1a40b0cb-0d76-4c1c-9395-9d4c8d45f471","resourceInvariantUUID":"bbbd4eec-2dd0-4e97-9c7e-b467b0fee814","resourceCustomizationUUID":"f1d15764-3ac1-4077-ae26-b9a82dd8e16f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml","artifactChecksum":"NGFhYTQzMDc2YmIwZWE5MmM4ZmI0OTU3ZjExY2EzODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73d47c63-4f9e-47a4-9b05-c8dc2595af93","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar","artifactChecksum":"ZTcwZTU3MDRhYjg2YzI1NWE3MDg3ZDczNTQ3MjRhNjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11bca7d2-56bd-4340-bf86-fa79a5350d6e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2481460-ecc1-4ed7-97f2-aa76fe6100d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml","artifactChecksum":"MmRiYjQ0ZDMyZDI4OTM1YTI0MWIwNDg0YjRkYTIyNmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75e6902b-2c4f-4212-a1cd-940f46f748e2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58411ab9-592a-46ed-817d-6d3cacb169f3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2bd8077-75fe-484f-b497-eadaf3cdbfb3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml","artifactChecksum":"NjIxMWVkZjQ5YjZmN2MwMzIzYWI1NTQzOWM3NTZjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ccee2d2-05eb-42c6-a4ba-ffa78eb270c0","artifactVersion":"1"},{"artifactName":"service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar","artifactChecksum":"Mjg5Njg2YzFhZDI0MmNiZmIyZjNhM2VkMGRlN2VkNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7af91e63-c125-48bc-8ba2-f16838f85726","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:15:57.226Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:15:57.226Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:57.228Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:57.228Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:57.329Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:57.330Z||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-10-30T04:15:57.330Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:57.345Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:15:57.345Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:15:58.229Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:15:58.229Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:58.231Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:58.232Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:58.332Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:58.333Z||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-10-30T04:15:58.333Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:58.351Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:15:58.351Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:15:59.232Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:15:59.233Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:59.236Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:59.236Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:15:59.336Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:59.336Z||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-10-30T04:15:59.336Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:59.350Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:15:59.350Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:00.236Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:00.237Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:00.239Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:00.239Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:00.339Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:00.340Z||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-10-30T04:16:00.340Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:00.353Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:00.354Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:01.239Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:01.240Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:01.242Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:01.242Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:01.342Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:01.343Z||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-10-30T04:16:01.343Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:01.358Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:01.359Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:02.242Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:02.243Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:02.245Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:02.245Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:02.349Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T04:16:02.350Z||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-10-30T04:16:02.350Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:02.365Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:02.366Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:03.246Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:03.247Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:03.249Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:03.249Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:03.349Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:03.349Z||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-10-30T04:16:03.349Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:03.374Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:03.374Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:04.249Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:04.250Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:04.252Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:04.252Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:16:04.352Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:04.353Z||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-10-30T04:16:04.353Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:04.368Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:04.369Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:05.254Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "serviceName": "Demo_pNF_r5ZKD0wVztDq81WMnIZF",
  "serviceVersion": "1.0",
  "serviceUUID": "50f5b625-876c-42e8-8acc-c96ba41456d6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "473b6339-558f-42ef-83df-6668a1fd6e43",
  "resources": [
    {
      "resourceInstanceName": "pNF 6683e570-dc92 0",
      "resourceCustomizationUUID": "f1d15764-3ac1-4077-ae26-b9a82dd8e16f",
      "resourceName": "pNF 6683e570-dc92",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1a40b0cb-0d76-4c1c-9395-9d4c8d45f471",
      "resourceInvariantUUID": "bbbd4eec-2dd0-4e97-9c7e-b467b0fee814",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
      "artifactChecksum": "Mjg5Njg2YzFhZDI0MmNiZmIyZjNhM2VkMGRlN2VkNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7af91e63-c125-48bc-8ba2-f16838f85726"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:16:05.255Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:16:05.255Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50f5b625-876c-42e8-8acc-c96ba41456d6 ASDC
2022-10-30T04:16:05.256Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c402ae0d-2291-4259-96e7-e58c46ac35d4
ServiceName:Demo_pNF_r5ZKD0wVztDq81WMnIZF
ServiceVersion:1.0
ServiceUUID:50f5b625-876c-42e8-8acc-c96ba41456d6
ServiceInvariantUUID:473b6339-558f-42ef-83df-6668a1fd6e43
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
ArtifactUUID:7af91e63-c125-48bc-8ba2-f16838f85726
ArtifactChecksum:Mjg5Njg2YzFhZDI0MmNiZmIyZjNhM2VkMGRlN2VkNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6683e570-dc92 0
ResourceCustomizationUUID:f1d15764-3ac1-4077-ae26-b9a82dd8e16f
ResourceInvariantUUID:bbbd4eec-2dd0-4e97-9c7e-b467b0fee814
ResourceName:pNF 6683e570-dc92
ResourceType:PNF
ResourceUUID:1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-30T04:16:05.256Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50f5b625-876c-42e8-8acc-c96ba41456d6 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-10-30T04:16:05.287Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:16:05.288Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7af91e63-c125-48bc-8ba2-f16838f85726 from URL: /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:05.357Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:05.360Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar 7af91e63-c125-48bc-8ba2-f16838f85726 82659
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar ASDC sendASDCNotification
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:05.364Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:05.364Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103365361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:05.464Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:05.465Z||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-10-30T04:16:05.465Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:05.485Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:05.485Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:06.365Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:16:06.366Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:06.366Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7af91e63-c125-48bc-8ba2-f16838f85726, URL: /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar to file: /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.367Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.367Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.367Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.472Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9162335549889104820/Definitions/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml
2022-10-30T04:16:07.232Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:16:07.233Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:16:07.233Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.233Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6683e570-dc92 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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Node template pNF 6683e570-dc92 0 is matching search criteria
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6683e570-dc92 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Node template pNF 6683e570-dc92 0 is matching search criteria
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6683e570-dc92 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r5ZKD0wVztDq81WMnIZF
Description:catalog service description
Model UUID:50f5b625-876c-42e8-8acc-c96ba41456d6
Model Version:NULL
Model InvariantUuid:473b6339-558f-42ef-83df-6668a1fd6e43
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-10-30T04:16:07.246Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
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-10-30T04:16:07.249Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||pNF 6683e570-dc92 0
2022-10-30T04:16:07.249Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
2022-10-30T04:16:07.249Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 50f5b625-876c-42e8-8acc-c96ba41456d6
2022-10-30T04:16:07.250Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 50f5b625-876c-42e8-8acc-c96ba41456d6
2022-10-30T04:16:07.250Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6683e570-dc92 0 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471 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-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d9f62b4, org.onap.sdc.toscaparser.api.parameters.Input@7c607c9a, org.onap.sdc.toscaparser.api.parameters.Input@32355a1e, org.onap.sdc.toscaparser.api.parameters.Input@5987e0f4, org.onap.sdc.toscaparser.api.parameters.Input@2ffbb3b2]
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 50f5b625-876c-42e8-8acc-c96ba41456d6: pNF 6683e570-dc92
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Processing PNF resource: 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
2022-10-30T04:16:07.255Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:07.255Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.255Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Resource customization UUID: f1d15764-3ac1-4077-ae26-b9a82dd8e16f is the same as notified resource customizationUUID: f1d15764-3ac1-4077-ae26-b9a82dd8e16f
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-10-30T04:16:07.301Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6683e570-dc92 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471 0 ASDC deployResourceStructure
2022-10-30T04:16:07.301Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar ASDC sendASDCNotification
2022-10-30T04:16:07.302Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.302Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:16:07.302Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:07.304Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:07.304Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103367301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:16:07.404Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:07.405Z||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-10-30T04:16:07.406Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:07.420Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:07.420Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:08.306Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c402ae0d-2291-4259-96e7-e58c46ac35d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:16:08.318Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c402ae0d-2291-4259-96e7-e58c46ac35d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:16:08.321Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:16:08.322Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:16:08.322Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:16:08.322Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:16:08.322Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:16:08.322Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:16:08.323Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:16:08.323Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:16:08.323Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:16:08.323Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:16:08.324Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-10-30T04:16:08.328Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:16:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:16:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:16:15.751Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:15.783Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:15.784Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:16:15.784Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:15.785Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:16:38.329Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:16:38.338Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c402ae0d-2291-4259-96e7-e58c46ac35d4 and serviceModelVersionId: 50f5b625-876c-42e8-8acc-c96ba41456d6
2022-10-30T04:16:38.339Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 473b6339-558f-42ef-83df-6668a1fd6e43
2022-10-30T04:16:38.340Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0
2022-10-30T04:16:38.347Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:16:38.397Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0|INFO|500||Invoke
2022-10-30T04:16:38.398Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c402ae0d-2291-4259-96e7-e58c46ac35d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31ca971a-693e-40b1-b5a3-cb90a83fa804], X-ECOMP-RequestID=[c402ae0d-2291-4259-96e7-e58c46ac35d4], X-TransactionId=[], X-ONAP-RequestID=[c402ae0d-2291-4259-96e7-e58c46ac35d4], Content-Type=[application/merge-patch+json]}
2022-10-30T04:16:38.449Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:16:38.582Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?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/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-04:16:38:103-25155], vertex-id=[258184], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:16:38 GMT], Content-Type=[application/json]}
2022-10-30T04:16:38.582Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:16:38.583Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/473b6339-558f-42ef-83df-6668a1fd6e43/model-vers/model-ver/50f5b625-876c-42e8-8acc-c96ba41456d6?depth=0|INFO|500||InvokeReturn
2022-10-30T04:16:38.583Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:16:38.584Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-10-30T04:16:38.590Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-10-30T04:16:38.591Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c402ae0d-2291-4259-96e7-e58c46ac35d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:16:38.591Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:16:38.591Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:38.593Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:38.593Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103398591,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:16:38.693Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:16:38.695Z||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-10-30T04:16:38.695Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:38.712Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:38.713Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 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-10-30T04:16:39.607Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:16:39.607Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"32f28c55-fe9f-45b7-bb80-7c665b8c0752","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc","serviceDescription":"service","serviceInvariantUUID":"4e2733da-96c2-44b8-b41e-164ac0d26fd8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf964b3c-3e3f-4387-8f91-4e5a68242716","resourceInvariantUUID":"23a8216c-ebf6-4861-a41c-563056fa11fa","resourceCustomizationUUID":"39acb1f4-0d3b-4536-bc99-36a6baafe31a","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":"NWIxMjczYmQyZjU5ZDY2NDNlY2M2YWE1YmUwOTczZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b7ef97e-acd7-49e9-a778-c2afd218f560","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":"25cd48d8-7f79-4da2-b6f8-2d3074d9ad41","artifactVersion":"2","generatedFromUUID":"1dc0aa87-10aa-456f-80d4-11815c547e94"},{"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":"1dc0aa87-10aa-456f-80d4-11815c547e94","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":"ODNmOTExZGIwNmQxNDc0YTA1ZmQ3NmIzNDYxN2IwM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"369d8502-d0e8-474c-a4d1-6d38af3a17f6","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":"204d8aa9-1c29-4307-b2a3-0b5ab19fb40b","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":"0d92229b-9882-4062-904f-37e3b45b3d73","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":"3e0dabac-6e87-41dd-84e1-3a1f07f6342f","artifactVersion":"2","generatedFromUUID":"204d8aa9-1c29-4307-b2a3-0b5ab19fb40b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWFkNGFlOGVlODU1ZDViMmU4ZDlmNzhjYjgzNTJkNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb02396e-8517-478d-84e3-c76ac9d09ef9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTRjZWMzMDViMzJhZjMyOGY5MTQ2ZDZlMmUwYWU0YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa634a2b-37e1-4daa-b28b-a7b599cffb29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:16:39.608Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:39.608Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:39.610Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:39.610Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:39.710Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:39.711Z||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-10-30T04:16:39.711Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:39.725Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:39.725Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:40.610Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:40.611Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:40.613Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:40.613Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-30T04:16:40.713Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:40.714Z||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-10-30T04:16:40.714Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:40.748Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:40.749Z||pool-52-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:41.614Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:41.614Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:41.616Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:41.617Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-30T04:16:41.717Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:41.718Z||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-10-30T04:16:41.718Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:41.744Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:41.745Z||pool-53-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:42.618Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:42.619Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:42.621Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:42.621Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:16:42.721Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:42.721Z||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-10-30T04:16:42.722Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:42.736Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:42.736Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:43.622Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:43.622Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:43.624Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:43.624Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:16:43.725Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:16:43.725Z||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-10-30T04:16:43.726Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:43.741Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:43.741Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:44.625Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:44.626Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:44.629Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:44.629Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:44.729Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:44.730Z||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-10-30T04:16:44.730Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:44.744Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:44.744Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:45.629Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:45.630Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:45.632Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:45.632Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-30T04:16:45.733Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T04:16:45.734Z||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-10-30T04:16:45.734Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:45.748Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:45.748Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:46.635Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:46.636Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:46.638Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:46.638Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:16:46.739Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:46.740Z||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-10-30T04:16:46.740Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:46.766Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:46.766Z||pool-58-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:47.639Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:47.641Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:47.643Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:47.643Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:16:47.743Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:16:47.744Z||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-10-30T04:16:47.744Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:47.758Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:47.759Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:48.646Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e2733da-96c2-44b8-b41e-164ac0d26fd8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "39acb1f4-0d3b-4536-bc99-36a6baafe31a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cf964b3c-3e3f-4387-8f91-4e5a68242716",
      "resourceInvariantUUID": "23a8216c-ebf6-4861-a41c-563056fa11fa",
      "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": "25cd48d8-7f79-4da2-b6f8-2d3074d9ad41",
          "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": "1dc0aa87-10aa-456f-80d4-11815c547e94",
          "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": "ODNmOTExZGIwNmQxNDc0YTA1ZmQ3NmIzNDYxN2IwM2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "369d8502-d0e8-474c-a4d1-6d38af3a17f6",
          "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": "204d8aa9-1c29-4307-b2a3-0b5ab19fb40b",
          "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": "3e0dabac-6e87-41dd-84e1-3a1f07f6342f",
            "generatedFromUUID": "204d8aa9-1c29-4307-b2a3-0b5ab19fb40b"
          },
          "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": "3e0dabac-6e87-41dd-84e1-3a1f07f6342f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTRjZWMzMDViMzJhZjMyOGY5MTQ2ZDZlMmUwYWU0YTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa634a2b-37e1-4daa-b28b-a7b599cffb29"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:16:48.648Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:16:48.648Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc ASDC
2022-10-30T04:16:48.654Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:32f28c55-fe9f-45b7-bb80-7c665b8c0752
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc
ServiceInvariantUUID:4e2733da-96c2-44b8-b41e-164ac0d26fd8
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:fa634a2b-37e1-4daa-b28b-a7b599cffb29
ArtifactChecksum:NTRjZWMzMDViMzJhZjMyOGY5MTQ2ZDZlMmUwYWU0YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:39acb1f4-0d3b-4536-bc99-36a6baafe31a
ResourceInvariantUUID:23a8216c-ebf6-4861-a41c-563056fa11fa
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:cf964b3c-3e3f-4387-8f91-4e5a68242716
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:25cd48d8-7f79-4da2-b6f8-2d3074d9ad41
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:1dc0aa87-10aa-456f-80d4-11815c547e94
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:369d8502-d0e8-474c-a4d1-6d38af3a17f6
ArtifactChecksum:ODNmOTExZGIwNmQxNDc0YTA1ZmQ3NmIzNDYxN2IwM2I=
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:204d8aa9-1c29-4307-b2a3-0b5ab19fb40b
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:3e0dabac-6e87-41dd-84e1-3a1f07f6342f
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:3e0dabac-6e87-41dd-84e1-3a1f07f6342f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T04:16:48.655Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc 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-10-30T04:16:48.689Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:16:48.690Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:48.690Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:48.690Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fa634a2b-37e1-4daa-b28b-a7b599cffb29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T04:16:48.690Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:48.691Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T04:16:48.781Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:48.787Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar fa634a2b-37e1-4daa-b28b-a7b599cffb29 68961
2022-10-30T04:16:48.787Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-30T04:16:48.787Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T04:16:48.788Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:48.788Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:48.791Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:48.791Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103408787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:48.892Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T04:16:48.894Z||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-10-30T04:16:48.894Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:48.908Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:48.908Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:49.792Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:16:49.793Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:49.794Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fa634a2b-37e1-4daa-b28b-a7b599cffb29, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T04:16:49.795Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-30T04:16:49.795Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T04:16:49.795Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T04:16:50.030Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18190988793001284165/Definitions/service-BasicCnf-template.yml
2022-10-30T04:16:51.200Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:16:51.201Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:16:51.201Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T04:16:51.201Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-30T04:16:51.201Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.201Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.201Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.202Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.202Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:16:51.202Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.202Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.202Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:51.202Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:16:51.203Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:16:51.203Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.203Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.203Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:51.203Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:16:51.203Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:16:51.204Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.204Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.204Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.204Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-30T04:16:51.204Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-30T04:16:51.204Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-30T04:16:51.205Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T04:16:51.205Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.205Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:16:51.205Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.205Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:51.205Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:16:51.206Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.207Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-30T04:16:51.207Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-30T04:16:51.207Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb594c14-c6b3-41a9-96b8-516fd01b71be
2022-10-30T04:16:51.207Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.207Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.208Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.208Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.208Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.208Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.209Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:51.209Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:51.209Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc
Model Version:NULL
Model InvariantUuid:4e2733da-96c2-44b8-b41e-164ac0d26fd8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8a1c9034-7251-46f1-be9c-3d3b26fe0534
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23a8216c-ebf6-4861-a41c-563056fa11fa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:39acb1f4-0d3b-4536-bc99-36a6baafe31a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8aa5b57b-a535-4459-892d-36a10a26fb27
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:43a0ed72-c396-4bdd-8ba6-901d422bc810
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb594c14-c6b3-41a9-96b8-516fd01b71be
ModelInvariantUuid:618a2426-5a05-4bb0-9080-b2d4f752781d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7d36cc3d-c93d-45ab-a5b4-3971d1cb5dfc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ae1ffecf-6162-4f0c-9648-7386211603b1
ModelInvariantUuid:e542e3f1-a1e9-44ff-8266-9f64c67aa916
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9519ef9a-160c-4ff0-8df6-2997b113ec85
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-10-30T04:16:51.217Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: cf964b3c-3e3f-4387-8f91-4e5a68242716
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-10-30T04:16:51.222Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-10-30T04:16:51.222Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf964b3c-3e3f-4387-8f91-4e5a68242716
2022-10-30T04:16:51.222Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25cd48d8-7f79-4da2-b6f8-2d3074d9ad41 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-30T04:16:51.222Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:51.222Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.295Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:51.296Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 25cd48d8-7f79-4da2-b6f8-2d3074d9ad41 12
2022-10-30T04:16:51.296Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.296Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:51.296Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:51.297Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:51.299Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:51.299Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103411296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:51.399Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:51.400Z||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-10-30T04:16:51.400Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:51.414Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:51.414Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:52.300Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1dc0aa87-10aa-456f-80d4-11815c547e94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-30T04:16:52.301Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:52.301Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:52.375Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:52.375Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1dc0aa87-10aa-456f-80d4-11815c547e94 2688
2022-10-30T04:16:52.376Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:52.376Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:52.376Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:52.376Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:52.378Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:52.378Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103412376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:52.479Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:52.480Z||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-10-30T04:16:52.480Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:52.494Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:52.494Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:53.380Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 369d8502-d0e8-474c-a4d1-6d38af3a17f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-30T04:16:53.380Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:53.381Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:53.426Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:53.426Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 369d8502-d0e8-474c-a4d1-6d38af3a17f6 828
2022-10-30T04:16:53.427Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:53.427Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:53.427Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:53.427Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:53.429Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:53.429Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103413426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:53.529Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:16:53.530Z||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-10-30T04:16:53.530Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:53.546Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:53.546Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:54.430Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8aa5b57b-a535-4459-892d-36a10a26fb27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43a0ed72-c396-4bdd-8ba6-901d422bc810",
    "vfModuleModelCustomizationUUID": "e62e7682-038c-477f-a1d0-20d16af5e9dd",
    "isBase": true,
    "artifacts": [
      "1dc0aa87-10aa-456f-80d4-11815c547e94",
      "204d8aa9-1c29-4307-b2a3-0b5ab19fb40b",
      "3e0dabac-6e87-41dd-84e1-3a1f07f6342f"
    ],
    "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-10-30T04:16:54.435Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43a0ed72-c396-4bdd-8ba6-901d422bc810
VfModuleModelInvariantUUID:8aa5b57b-a535-4459-892d-36a10a26fb27
VfModuleModelDescription:NULL
Artifacts UUID List:{
1dc0aa87-10aa-456f-80d4-11815c547e94
,
204d8aa9-1c29-4307-b2a3-0b5ab19fb40b
,
3e0dabac-6e87-41dd-84e1-3a1f07f6342f

}
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-10-30T04:16:54.437Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8aa5b57b-a535-4459-892d-36a10a26fb27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43a0ed72-c396-4bdd-8ba6-901d422bc810",
    "vfModuleModelCustomizationUUID": "e62e7682-038c-477f-a1d0-20d16af5e9dd",
    "isBase": true,
    "artifacts": [
      "1dc0aa87-10aa-456f-80d4-11815c547e94",
      "204d8aa9-1c29-4307-b2a3-0b5ab19fb40b",
      "3e0dabac-6e87-41dd-84e1-3a1f07f6342f"
    ],
    "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-10-30T04:16:54.437Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43a0ed72-c396-4bdd-8ba6-901d422bc810
VfModuleModelInvariantUUID:8aa5b57b-a535-4459-892d-36a10a26fb27
VfModuleModelDescription:NULL
Artifacts UUID List:{
1dc0aa87-10aa-456f-80d4-11815c547e94
,
204d8aa9-1c29-4307-b2a3-0b5ab19fb40b
,
3e0dabac-6e87-41dd-84e1-3a1f07f6342f

}
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-10-30T04:16:54.437Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 204d8aa9-1c29-4307-b2a3-0b5ab19fb40b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-30T04:16:54.438Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:54.438Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:54.494Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:54.495Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 204d8aa9-1c29-4307-b2a3-0b5ab19fb40b 1164
2022-10-30T04:16:54.496Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:54.496Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:54.496Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:54.496Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:54.498Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:54.498Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103414495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:54.598Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:16:54.599Z||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-10-30T04:16:54.600Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:54.614Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:54.615Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:55.499Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e0dabac-6e87-41dd-84e1-3a1f07f6342f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-30T04:16:55.500Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:55.500Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:55.548Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:55.548Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3e0dabac-6e87-41dd-84e1-3a1f07f6342f 200
2022-10-30T04:16:55.549Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:55.549Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:55.549Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:55.550Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:55.552Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:55.552Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103415549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:16:55.652Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:16:55.653Z||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-10-30T04:16:55.653Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:55.680Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:55.680Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:56.553Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc
2022-10-30T04:16:56.554Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cf964b3c-3e3f-4387-8f91-4e5a68242716 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=?
2022-10-30T04:16:56.567Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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 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-10-30T04:16:56.574Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d41efcf, org.onap.sdc.toscaparser.api.parameters.Input@7d652df3, org.onap.sdc.toscaparser.api.parameters.Input@44d23e4e, org.onap.sdc.toscaparser.api.parameters.Input@1b2169b6, org.onap.sdc.toscaparser.api.parameters.Input@79fcd28a]
2022-10-30T04:16:56.576Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.576Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.576Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-30T04:16:56.576Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 39acb1f4-0d3b-4536-bc99-36a6baafe31a
2022-10-30T04:16:56.576Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39acb1f4-0d3b-4536-bc99-36a6baafe31a matches Tosca VF Customization UUID: 39acb1f4-0d3b-4536-bc99-36a6baafe31a
2022-10-30T04:16:56.577Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 39acb1f4-0d3b-4536-bc99-36a6baafe31a  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-10-30T04:16:56.579Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.580Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.580Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 39acb1f4-0d3b-4536-bc99-36a6baafe31a: {\"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-10-30T04:16:56.580Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@682bb332
2022-10-30T04:16:56.581Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.581Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:16:56.581Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e62e7682-038c-477f-a1d0-20d16af5e9dd
2022-10-30T04:16:56.581Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e62e7682-038c-477f-a1d0-20d16af5e9dd
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-10-30T04:16:56.584Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.584Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:56.584Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:16:56.584Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.585Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:56.585Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:16:56.585Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.585Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-30T04:16:56.586Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-30T04:16:56.586Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb594c14-c6b3-41a9-96b8-516fd01b71be
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-10-30T04:16:56.588Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.589Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:56.589Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:16:56.589Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.589Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-30T04:16:56.589Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=39acb1f4-0d3b-4536-bc99-36a6baafe31a
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-10-30T04:16:56.591Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.591Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.592Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc: basic_cnf
2022-10-30T04:16:56.592Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.592Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.592Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.593Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.593Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.593Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.593Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.593Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.594Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:16:56.594Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:56.594Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:56.655Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cf964b3c-3e3f-4387-8f91-4e5a68242716 1 ASDC deployResourceStructure
2022-10-30T04:16:56.656Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:56.656Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:56.656Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T04:16:56.657Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:56.659Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:56.659Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103416656,
  "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-10-30T04:16:56.759Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:56.760Z||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-10-30T04:16:56.760Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:56.807Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:56.808Z||pool-66-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:57.660Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:57.660Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:57.660Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T04:16:57.661Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:57.663Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:57.663Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103417660,
  "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-10-30T04:16:57.763Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:57.764Z||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-10-30T04:16:57.764Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:57.783Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:57.784Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:58.664Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:58.664Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:58.664Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:16:58.664Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:58.666Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:58.666Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103418664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:16:58.768Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-30T04:16:58.769Z||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-10-30T04:16:58.769Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:58.786Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:58.786Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:59.668Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:59.668Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:16:59.668Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:16:59.669Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:59.671Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:59.671Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103419668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:16:59.771Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:59.772Z||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-10-30T04:16:59.772Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:59.791Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:16:59.791Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:17:00.672Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:17:00.672Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:17:00.672Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:17:00.672Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:17:00.677Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:17:00.677Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103420672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:00.780Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T04:17:00.781Z||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-10-30T04:17:00.781Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:17:00.808Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:17:00.809Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:17:01.680Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-30T04:17:01.680Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T04:17:01.681Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:17:01.681Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:17:01.683Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:17:01.683Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103421678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:01.783Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:17:01.784Z||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-10-30T04:17:01.784Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:17:01.799Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:17:01.799Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:17:02.684Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32f28c55-fe9f-45b7-bb80-7c665b8c0752
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:17:02.695Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32f28c55-fe9f-45b7-bb80-7c665b8c0752
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:17:02.697Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:17:02.697Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:17:02.697Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:17:15.751Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:17:15.752Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:17:15.753Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:17:15.776Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:17:15.790Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.790Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.791Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.791Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.791Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.791Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.791Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.791Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103257638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103260646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103260305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.796Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.797Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.797Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "clamp",
  "timestamp": 1667103261649,
  "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-10-30T04:17:15.803Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:17:15.803Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-10-30T04:17:15.812Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.812Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.812Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.812Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.812Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.813Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.813Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.813Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "cds",
  "timestamp": 1667103261313,
  "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-10-30T04:17:15.817Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32f28c55-fe9f-45b7-bb80-7c665b8c0752
2022-10-30T04:17:15.818Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:17:15.828Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.828Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.829Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.829Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.829Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.829Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.829Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.851Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.852Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.853Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103264780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.854Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103265787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.855Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.856Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "policy-id",
  "timestamp": 1667103266790,
  "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-10-30T04:17:15.872Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32f28c55-fe9f-45b7-bb80-7c665b8c0752
2022-10-30T04:17:15.873Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:17:15.879Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667103251866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103250528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103269195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103269434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103269899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103270250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "cds",
  "timestamp": 1667103270440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T04:17:15.903Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5961e9bf-0c77-4d53-940c-3e496428c434
2022-10-30T04:17:15.903Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:17:15.910Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.910Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.911Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.911Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.911Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.911Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.911Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.911Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103271301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.912Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103272197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103272355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103255044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103273202,
  "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-10-30T04:17:15.919Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32f28c55-fe9f-45b7-bb80-7c665b8c0752
2022-10-30T04:17:15.919Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:17:15.925Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.926Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103273407,
  "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-10-30T04:17:15.929Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32f28c55-fe9f-45b7-bb80-7c665b8c0752
2022-10-30T04:17:15.930Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103274901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.935Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103274411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.936Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103275905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.937Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.938Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.938Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.938Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.938Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.938Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.938Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "policy-id",
  "timestamp": 1667103276908,
  "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-10-30T04:17:15.942Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5961e9bf-0c77-4d53-940c-3e496428c434
2022-10-30T04:17:15.943Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:17:15.950Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.950Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.950Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.950Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.950Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.950Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.951Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.951Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.951Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.951Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.951Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.951Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.952Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.952Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.952Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.952Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.952Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.953Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.954Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.955Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103278843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.955Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.955Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.955Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.955Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.956Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.956Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.956Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.956Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.956Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.956Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103260159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103281297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103259407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.959Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.959Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.959Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103282514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.959Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.959Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.959Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103283536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103283576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.960Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.961Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.961Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667103284540,
  "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-10-30T04:17:15.966Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5961e9bf-0c77-4d53-940c-3e496428c434
2022-10-30T04:17:15.966Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:17:15.973Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.973Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103284669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.974Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.974Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.974Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103285216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.974Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.974Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.974Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103285690,
  "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-10-30T04:17:15.979Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5961e9bf-0c77-4d53-940c-3e496428c434
2022-10-30T04:17:15.979Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:17:15.984Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.985Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "aai-ml",
  "timestamp": 1667103286221,
  "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-10-30T04:17:15.989Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32f28c55-fe9f-45b7-bb80-7c665b8c0752
2022-10-30T04:17:15.989Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:17:15.996Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.996Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667103286697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.997Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:15.998Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103269079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103294306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103297639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:15.999Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103300640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103300926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.000Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "clamp",
  "timestamp": 1667103301644,
  "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-10-30T04:17:16.005Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32f28c55-fe9f-45b7-bb80-7c665b8c0752
2022-10-30T04:17:16.005Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:17:16.013Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.013Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "aai-ml",
  "timestamp": 1667103301931,
  "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-10-30T04:17:16.017Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5961e9bf-0c77-4d53-940c-3e496428c434
2022-10-30T04:17:16.017Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:17:16.024Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:16.025Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.026Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103276179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103314640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:17:16.027Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:17:32.697Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32f28c55-fe9f-45b7-bb80-7c665b8c0752
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:17:32.709Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32f28c55-fe9f-45b7-bb80-7c665b8c0752
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:17:32.712Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:17:32.713Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:17:32.717Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:18:02.717Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32f28c55-fe9f-45b7-bb80-7c665b8c0752 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-10-30T04:18:02.725Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32f28c55-fe9f-45b7-bb80-7c665b8c0752 and serviceModelVersionId: 92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc
2022-10-30T04:18:02.726Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e2733da-96c2-44b8-b41e-164ac0d26fd8
2022-10-30T04:18:02.727Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e2733da-96c2-44b8-b41e-164ac0d26fd8/model-vers/model-ver/92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc?depth=0
2022-10-30T04:18:02.732Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:18:02.783Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e2733da-96c2-44b8-b41e-164ac0d26fd8/model-vers/model-ver/92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc?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-10-30T04:18:02.784Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e2733da-96c2-44b8-b41e-164ac0d26fd8/model-vers/model-ver/92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc?depth=0|INFO|500||Invoke
2022-10-30T04:18:02.804Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e2733da-96c2-44b8-b41e-164ac0d26fd8/model-vers/model-ver/92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:18:02.913Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e2733da-96c2-44b8-b41e-164ac0d26fd8/model-vers/model-ver/92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc?depth=0|INFO|500||InvokeReturn
2022-10-30T04:18:02.915Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e2733da-96c2-44b8-b41e-164ac0d26fd8/model-vers/model-ver/92c5a6fb-f2b5-4d93-a0cb-a0050d4c67bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221030-04:18:02:458-85887], vertex-id=[172264], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:18:02 GMT], Content-Type=[application/json]}
2022-10-30T04:18:02.915Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:18:02.915Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:18:02.915Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:18:02.920Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||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-10-30T04:18:02.920Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32f28c55-fe9f-45b7-bb80-7c665b8c0752 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:18:02.920Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:18:02.920Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:02.923Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:02.923Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103482920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:18:03.023Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:03.024Z||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-10-30T04:18:03.024Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:03.047Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:03.048Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 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-10-30T04:18:03.936Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:18:03.937Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5961e9bf-0c77-4d53-940c-3e496428c434","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"12351511-c0d4-40b6-a61d-493953e52443","serviceDescription":"service","serviceInvariantUUID":"2f0cb7d0-b3f7-485e-ab0d-a6838191219c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10","resourceInvariantUUID":"c5f78408-a8b0-41c6-8297-bc7d06d062bf","resourceCustomizationUUID":"4544be52-51e0-401a-a6a0-5c41d8a69b5b","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":"NGQ4Y2I0NzRlNWZkZTlmYTg0MGM4ODYyOTU5NjBkOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0ecf710-1c07-4826-a452-25c5e3110048","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":"ZTQ3MGM0MTQxYjI0MTY4MDUxMjQ1MmRjYTQwOTBmMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c72a3d37-01d0-455d-96f8-6de30840c48e","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":"30d8f48f-7a46-43ad-a35d-977cab408d4a","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":"9271f1be-631e-4e63-9599-9a10e73e2395","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":"fb4feef5-bc33-4a2d-9495-56e9687cd192","artifactVersion":"2","generatedFromUUID":"30d8f48f-7a46-43ad-a35d-977cab408d4a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzdiNGM0YmYyOTY4YmZlYzM4MjExZDgwMmRmYjI0MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a80d302-5c8a-4264-8bdd-f447cd90df91","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDljZTUyZmZjM2ZhOTVlYjcxYTA3OTczMTgwMGQxOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d1ceb57-e785-44e1-806e-a89604b854c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:18:03.937Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:03.937Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:03.939Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:03.940Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:04.040Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:18:04.041Z||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-10-30T04:18:04.041Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:04.057Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:04.057Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:04.940Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:04.941Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:04.943Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:04.943Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:18:05.043Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:05.044Z||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-10-30T04:18:05.044Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:05.060Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:05.061Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:05.943Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:05.944Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:05.946Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:05.946Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:18:06.046Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:06.047Z||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-10-30T04:18:06.047Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:06.062Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:06.063Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:06.947Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:06.947Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:06.951Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:06.951Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:07.051Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:07.052Z||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-10-30T04:18:07.052Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:07.069Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:07.070Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:07.952Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:07.953Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:07.955Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:07.955Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T04:18:08.055Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:08.056Z||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-10-30T04:18:08.056Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:08.071Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:08.071Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:08.956Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:08.956Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:08.958Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:08.958Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:09.064Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-10-30T04:18:09.065Z||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-10-30T04:18:09.065Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:09.083Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:09.084Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:09.960Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:18:09.962Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:09.965Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:09.965Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:18:10.064Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:18:10.065Z||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-10-30T04:18:10.065Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:10.080Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:10.080Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:10.966Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "12351511-c0d4-40b6-a61d-493953e52443",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2f0cb7d0-b3f7-485e-ab0d-a6838191219c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4544be52-51e0-401a-a6a0-5c41d8a69b5b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10",
      "resourceInvariantUUID": "c5f78408-a8b0-41c6-8297-bc7d06d062bf",
      "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": "ZTQ3MGM0MTQxYjI0MTY4MDUxMjQ1MmRjYTQwOTBmMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c72a3d37-01d0-455d-96f8-6de30840c48e",
          "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": "30d8f48f-7a46-43ad-a35d-977cab408d4a",
          "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": "fb4feef5-bc33-4a2d-9495-56e9687cd192",
            "generatedFromUUID": "30d8f48f-7a46-43ad-a35d-977cab408d4a"
          },
          "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": "fb4feef5-bc33-4a2d-9495-56e9687cd192",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDljZTUyZmZjM2ZhOTVlYjcxYTA3OTczMTgwMGQxOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d1ceb57-e785-44e1-806e-a89604b854c7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:18:10.966Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:18:10.966Z|32f28c55-fe9f-45b7-bb80-7c665b8c0752|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12351511-c0d4-40b6-a61d-493953e52443 ASDC
2022-10-30T04:18:10.966Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5961e9bf-0c77-4d53-940c-3e496428c434
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:12351511-c0d4-40b6-a61d-493953e52443
ServiceInvariantUUID:2f0cb7d0-b3f7-485e-ab0d-a6838191219c
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:7d1ceb57-e785-44e1-806e-a89604b854c7
ArtifactChecksum:ZDljZTUyZmZjM2ZhOTVlYjcxYTA3OTczMTgwMGQxOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4544be52-51e0-401a-a6a0-5c41d8a69b5b
ResourceInvariantUUID:c5f78408-a8b0-41c6-8297-bc7d06d062bf
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10
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:c72a3d37-01d0-455d-96f8-6de30840c48e
ArtifactChecksum:ZTQ3MGM0MTQxYjI0MTY4MDUxMjQ1MmRjYTQwOTBmMWU=
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:30d8f48f-7a46-43ad-a35d-977cab408d4a
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:fb4feef5-bc33-4a2d-9495-56e9687cd192
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:fb4feef5-bc33-4a2d-9495-56e9687cd192
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T04:18:10.966Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12351511-c0d4-40b6-a61d-493953e52443 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-10-30T04:18:10.995Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:18:10.995Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:18:10.995Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:18:10.996Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7d1ceb57-e785-44e1-806e-a89604b854c7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T04:18:10.996Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:18:10.996Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T04:18:11.121Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:18:11.125Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7d1ceb57-e785-44e1-806e-a89604b854c7 71071
2022-10-30T04:18:11.125Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-30T04:18:11.125Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T04:18:11.125Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:18:11.125Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:11.127Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:11.127Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103491125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:18:11.228Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:18:11.228Z||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-10-30T04:18:11.229Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:11.244Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:11.244Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:12.128Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:18:12.128Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:18:12.129Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7d1ceb57-e785-44e1-806e-a89604b854c7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T04:18:12.129Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-30T04:18:12.129Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T04:18:12.129Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T04:18:12.300Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3390983281124904576/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-10-30T04:18:13.482Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:18:13.483Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:18:13.484Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-30T04:18:13.484Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-30T04:18:13.484Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.484Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.484Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.485Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.486Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:13.486Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:18:13.486Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:18:13.486Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.486Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.487Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:13.487Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:18:13.487Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:18:13.487Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.487Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.487Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.488Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-30T04:18:13.488Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-30T04:18:13.488Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-30T04:18:13.488Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-30T04:18:13.488Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T04:18:13.489Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T04:18:13.489Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.489Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:18:13.489Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.489Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:13.489Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:18:13.490Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.490Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:13.490Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:18:13.490Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.490Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:13.490Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=188fba87-7ca1-4ced-a5a9-51904d35e646
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.491Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:13.492Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:12351511-c0d4-40b6-a61d-493953e52443
Model Version:NULL
Model InvariantUuid:2f0cb7d0-b3f7-485e-ab0d-a6838191219c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c869770e-cffe-41b6-9988-5b2ce7bb8d94
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5f78408-a8b0-41c6-8297-bc7d06d062bf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4544be52-51e0-401a-a6a0-5c41d8a69b5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:973f49ee-3f2f-41da-a1d4-b7e931dd4dfd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9c6f601e-6596-4452-a092-f1212302beff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:188fba87-7ca1-4ced-a5a9-51904d35e646
ModelInvariantUuid:68325cf3-ac58-4484-bcbe-41c4ab9fd81d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:41add6af-fdcb-40b8-a6fe-a6a5db9ef105
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:897bee9b-2b35-476c-8071-722f6b948322
ModelInvariantUuid:371ec6bf-1025-4a79-9395-c580f8bd29d8
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6c52f6ff-f2e5-4204-9291-ed8a24661baf
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-10-30T04:18:13.498Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10
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-10-30T04:18:13.502Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-10-30T04:18:13.502Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10
2022-10-30T04:18:13.502Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c72a3d37-01d0-455d-96f8-6de30840c48e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-30T04:18:13.502Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:18:13.502Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.554Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:18:13.554Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c72a3d37-01d0-455d-96f8-6de30840c48e 787
2022-10-30T04:18:13.555Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.555Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:13.555Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:18:13.555Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:13.557Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:13.558Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103493555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:18:13.657Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:18:13.660Z||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-10-30T04:18:13.660Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:13.678Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:13.679Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:14.558Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "973f49ee-3f2f-41da-a1d4-b7e931dd4dfd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c6f601e-6596-4452-a092-f1212302beff",
    "vfModuleModelCustomizationUUID": "3e14f133-662a-47b2-bccb-9750d3af6f5d",
    "isBase": true,
    "artifacts": [
      "30d8f48f-7a46-43ad-a35d-977cab408d4a",
      "fb4feef5-bc33-4a2d-9495-56e9687cd192"
    ],
    "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-10-30T04:18:14.561Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c6f601e-6596-4452-a092-f1212302beff
VfModuleModelInvariantUUID:973f49ee-3f2f-41da-a1d4-b7e931dd4dfd
VfModuleModelDescription:NULL
Artifacts UUID List:{
30d8f48f-7a46-43ad-a35d-977cab408d4a
,
fb4feef5-bc33-4a2d-9495-56e9687cd192

}
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-10-30T04:18:14.563Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "973f49ee-3f2f-41da-a1d4-b7e931dd4dfd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c6f601e-6596-4452-a092-f1212302beff",
    "vfModuleModelCustomizationUUID": "3e14f133-662a-47b2-bccb-9750d3af6f5d",
    "isBase": true,
    "artifacts": [
      "30d8f48f-7a46-43ad-a35d-977cab408d4a",
      "fb4feef5-bc33-4a2d-9495-56e9687cd192"
    ],
    "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-10-30T04:18:14.563Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c6f601e-6596-4452-a092-f1212302beff
VfModuleModelInvariantUUID:973f49ee-3f2f-41da-a1d4-b7e931dd4dfd
VfModuleModelDescription:NULL
Artifacts UUID List:{
30d8f48f-7a46-43ad-a35d-977cab408d4a
,
fb4feef5-bc33-4a2d-9495-56e9687cd192

}
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-10-30T04:18:14.564Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30d8f48f-7a46-43ad-a35d-977cab408d4a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-30T04:18:14.564Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:18:14.565Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:14.613Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:18:14.613Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 30d8f48f-7a46-43ad-a35d-977cab408d4a 5033
2022-10-30T04:18:14.614Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:14.614Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:14.614Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:18:14.615Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:14.616Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:14.616Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103494614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:18:14.716Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:14.717Z||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-10-30T04:18:14.717Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:14.731Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:14.732Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:15.617Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fb4feef5-bc33-4a2d-9495-56e9687cd192 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-30T04:18:15.617Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:18:15.617Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:15.671Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:18:15.671Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fb4feef5-bc33-4a2d-9495-56e9687cd192 903
2022-10-30T04:18:15.671Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:15.671Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:15.672Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:18:15.672Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:15.675Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:15.676Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103495671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:18:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:18:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:18:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:15.774Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T04:18:15.774Z||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-10-30T04:18:15.774Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:15.778Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:15.778Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.778Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103316648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:18:15.779Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:18:15.779Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.779Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "clamp",
  "timestamp": 1667103317651,
  "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-10-30T04:18:15.785Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5961e9bf-0c77-4d53-940c-3e496428c434
2022-10-30T04:18:15.785Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:18:15.788Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:15.789Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.792Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103351762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.793Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.794Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103365361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103367301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:18:15.795Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:18:16.676Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 12351511-c0d4-40b6-a61d-493953e52443
2022-10-30T04:18:16.677Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10 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-10-30T04:18:16.689Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42fddb7d, org.onap.sdc.toscaparser.api.parameters.Input@16a7bf38, org.onap.sdc.toscaparser.api.parameters.Input@5cce0aef, org.onap.sdc.toscaparser.api.parameters.Input@5cd4cbc9, org.onap.sdc.toscaparser.api.parameters.Input@705ec51d]
2022-10-30T04:18:16.690Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.690Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.690Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-30T04:18:16.690Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4544be52-51e0-401a-a6a0-5c41d8a69b5b
2022-10-30T04:18:16.691Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4544be52-51e0-401a-a6a0-5c41d8a69b5b matches Tosca VF Customization UUID: 4544be52-51e0-401a-a6a0-5c41d8a69b5b
2022-10-30T04:18:16.691Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4544be52-51e0-401a-a6a0-5c41d8a69b5b  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-10-30T04:18:16.695Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.695Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.699Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4544be52-51e0-401a-a6a0-5c41d8a69b5b: {\"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-10-30T04:18:16.699Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dee0d10
2022-10-30T04:18:16.699Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.699Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:18:16.700Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e14f133-662a-47b2-bccb-9750d3af6f5d
2022-10-30T04:18:16.700Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e14f133-662a-47b2-bccb-9750d3af6f5d
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-10-30T04:18:16.702Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.702Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:16.702Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:18:16.703Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.703Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:16.703Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:18:16.704Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.704Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-30T04:18:16.704Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T04:18:16.704Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T04:18:16.705Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=188fba87-7ca1-4ced-a5a9-51904d35e646
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-10-30T04:18:16.706Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.707Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:16.707Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:18:16.707Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.708Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-30T04:18:16.708Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4544be52-51e0-401a-a6a0-5c41d8a69b5b
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-10-30T04:18:16.710Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.710Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.711Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 12351511-c0d4-40b6-a61d-493953e52443: basic_vm
2022-10-30T04:18:16.711Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.712Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.713Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:18:16.714Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:18:16.714Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:16.809Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm aed6d5dc-cbf9-426f-9e1c-9aedb9ca6f10 1 ASDC deployResourceStructure
2022-10-30T04:18:16.809Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:16.809Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:16.809Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:18:16.810Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:16.812Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:16.812Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103496809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:18:16.912Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:16.912Z||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-10-30T04:18:16.913Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:16.929Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:16.929Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:18:17.812Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:17.813Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:17.813Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:18:17.813Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:17.815Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:17.815Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103497812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:18:17.915Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:17.916Z||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-10-30T04:18:17.916Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:17.932Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:17.932Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:18.816Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:18.817Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:18.817Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:18:18.817Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:18.819Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:18.819Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103498816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:18:18.922Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T04:18:18.922Z||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-10-30T04:18:18.923Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:18.937Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:18.937Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:19.819Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-30T04:18:19.820Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-30T04:18:19.820Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:18:19.820Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:19.821Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:19.822Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103499819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:18:19.922Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:18:19.923Z||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-10-30T04:18:19.923Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:19.940Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:19.940Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:18:20.822Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5961e9bf-0c77-4d53-940c-3e496428c434
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:18:20.833Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5961e9bf-0c77-4d53-940c-3e496428c434
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:18:20.835Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:18:20.836Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:18:20.836Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:18:20.836Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:18:20.836Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:18:20.836Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:18:20.836Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:18:20.837Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:18:20.837Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:18:20.837Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:18:20.837Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:20.842Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:18:50.842Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5961e9bf-0c77-4d53-940c-3e496428c434 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-10-30T04:18:50.849Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5961e9bf-0c77-4d53-940c-3e496428c434 and serviceModelVersionId: 12351511-c0d4-40b6-a61d-493953e52443
2022-10-30T04:18:50.849Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f0cb7d0-b3f7-485e-ab0d-a6838191219c
2022-10-30T04:18:50.850Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0
2022-10-30T04:18:50.854Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:18:50.894Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0|INFO|500||Invoke
2022-10-30T04:18:50.895Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5961e9bf-0c77-4d53-940c-3e496428c434], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1eb29481-318f-4333-a5f7-472d9b452a91], X-ECOMP-RequestID=[5961e9bf-0c77-4d53-940c-3e496428c434], X-TransactionId=[], X-ONAP-RequestID=[5961e9bf-0c77-4d53-940c-3e496428c434], Content-Type=[application/merge-patch+json]}
2022-10-30T04:18:50.914Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:18:51.003Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?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/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:18:50:567-65041], vertex-id=[192672], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:18:50 GMT], Content-Type=[application/json]}
2022-10-30T04:18:51.003Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:18:51.004Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0cb7d0-b3f7-485e-ab0d-a6838191219c/model-vers/model-ver/12351511-c0d4-40b6-a61d-493953e52443?depth=0|INFO|500||InvokeReturn
2022-10-30T04:18:51.004Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:18:51.004Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:51.010Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||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-10-30T04:18:51.010Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5961e9bf-0c77-4d53-940c-3e496428c434 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:18:51.011Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:18:51.011Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:18:51.013Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:18:51.013Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103531010,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:18:51.113Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:18:51.115Z||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-10-30T04:18:51.116Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:18:51.140Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:18:51.140Z||pool-88-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:18:52.026Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:18:52.028Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:18:52.028Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:19:02.319Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:19:02.320Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:19:02.321Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:19:02.321Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:19:11.885Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:19:11.886Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:19:11.887Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:19:11.887Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:19:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:19:15.750Z||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-10-30T04:19:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:19:15.775Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:19:15.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103398591,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-30T04:19:15.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:19:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103408787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103411296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103412376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103413426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103414495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103415549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103416656,
  "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-10-30T04:19:15.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103417660,
  "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-10-30T04:19:15.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103418664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103419668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103420672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:19:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103421678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:19:15.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:19:21.436Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:19:21.437Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:19:21.437Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:19:21.437Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:19:30.980Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:19:30.981Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:19:30.981Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:19:30.981Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:19:40.528Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:20:15.748Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:20:15.749Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:20:15.749Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:20:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:20:15.750Z||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-10-30T04:20:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:20:15.779Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:20:15.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103482920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103352776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103491125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103493555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:20:15.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:20:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:20:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103494614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:20:15.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:20:25.304Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:21:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:21:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:21:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:21:15.750Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:21:15.750Z||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-10-30T04:21:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:21:16.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:21:16.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T04:21:16.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103495671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103496809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103497812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T04:21:16.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103498816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103499819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5961e9bf-0c77-4d53-940c-3e496428c434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667103531010,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:21:16.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:21:25.296Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:22:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:22:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:22:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:22:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:22:15.750Z||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-10-30T04:22:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:22:25.295Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:22:25.296Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:23:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:23:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:23:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:23:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:23:15.750Z||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-10-30T04:23:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:23:25.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:23:25.298Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:24:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:24:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:24:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:24:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:24:15.750Z||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-10-30T04:24:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:24:25.295Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:24:25.298Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:25:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:25:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:25:15.747Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:25:15.749Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:25:15.750Z||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-10-30T04:25:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:25:25.296Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:25:25.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:26:15.745Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:26:15.746Z||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-10-30T04:26:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:26:15.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:26:15.750Z||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-10-30T04:26:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:26:25.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:26:25.304Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:27:15.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:27:15.745Z||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-10-30T04:27:15.745Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:27:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:27:15.750Z||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-10-30T04:27:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:27:25.293Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:27:25.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:28:15.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:28:15.745Z||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-10-30T04:28:15.745Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:28:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:28:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:28:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:28:25.299Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:28:25.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:15.744Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:29:15.745Z||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-10-30T04:29:15.745Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:29:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:29:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:15.880Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.881Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.882Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.883Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.884Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.885Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:15.886Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:29:16.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:16.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-30T04:29:16.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4217887-e5e7-48ef-8c77-002977aff2f1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ed51ee60-4c1e-41e8-9f95-c4118b240a90","serviceDescription":"service","serviceInvariantUUID":"3cecd3dd-4202-43e6-8c35-6f1b329a7124","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"545dad39-9ffa-45c4-b467-00071bc8bba7","resourceInvariantUUID":"3711fed0-3091-474c-b33f-ba0e6e3cfc1b","resourceCustomizationUUID":"b5661e00-acd7-4a6c-a626-72ae3da047b3","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":"YjlkOGE2ZTlmNzI3ZDA1NzMwZjE4YmVjMTEwZjUyZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"399f943d-15c9-48a7-a110-44f4289384c8","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":"MTY0NGFlYzQ3N2MzYWFiZTcyZDI3MDIwMjcxM2E0YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c398e0dc-a01c-4154-a9a3-8c382ff64893","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":"a8ce19ab-977d-4082-842b-0c38b485e1a1","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":"ee51e59a-e80c-47e6-b297-db2f6534458a","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":"0d1c2126-2033-4c72-a628-23dc1a6f8a2b","artifactVersion":"2","generatedFromUUID":"ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143"},{"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":"7da8a480-56f4-4103-b419-9b3b7aace946","artifactVersion":"2","generatedFromUUID":"a8ce19ab-977d-4082-842b-0c38b485e1a1"},{"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":"ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143","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":"2cd5ea21-80b1-4eae-aa7d-6421cd3dfa35","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":"YjIzYzZhNjgyOTlmZDQ1ZGUwMmE5Nzc3YjM4MzVjMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"148ebf5d-71f4-458b-9206-6a85781db042","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzdmYTE5M2M2ZjIyM2UzODBkY2FlMWVkNzFhMzc4Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b4c4f49-eb2f-44c5-9713-3405ebe54578","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:29:16.391Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:16.391Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:16.395Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:16.396Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:16.495Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:29:16.496Z||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-10-30T04:29:16.497Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:16.513Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:16.513Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:29:17.396Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:17.397Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:17.398Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:17.399Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:29:17.499Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:17.501Z||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-10-30T04:29:17.501Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:17.517Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:17.518Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:29:18.399Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:18.400Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:18.402Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:18.402Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:29:18.503Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T04:29:18.504Z||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-10-30T04:29:18.504Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:18.519Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:18.519Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:19.403Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:19.403Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:19.405Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:19.405Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:19.506Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:19.506Z||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-10-30T04:29:19.506Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:19.521Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:19.521Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:20.406Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:20.406Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:20.408Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:20.408Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-30T04:29:20.508Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:29:20.510Z||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-10-30T04:29:20.511Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:20.527Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:20.527Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:21.409Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:21.409Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:21.411Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:21.411Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-30T04:29:21.512Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:29:21.513Z||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-10-30T04:29:21.513Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:21.536Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:21.537Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:22.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:22.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:22.414Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:22.415Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-30T04:29:22.514Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:29:22.515Z||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-10-30T04:29:22.516Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:22.531Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:22.532Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:23.415Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:23.415Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:23.417Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:23.417Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:23.517Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:23.518Z||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-10-30T04:29:23.518Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:23.533Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:23.533Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:29:24.418Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:24.419Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:24.421Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:24.421Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:29:24.521Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:24.521Z||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-10-30T04:29:24.521Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:24.537Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:24.537Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:25.421Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:29:25.422Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:25.424Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:25.424Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:29:25.524Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:25.525Z||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-10-30T04:29:25.526Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:25.542Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:25.543Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:26.425Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ed51ee60-4c1e-41e8-9f95-c4118b240a90",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3cecd3dd-4202-43e6-8c35-6f1b329a7124",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b5661e00-acd7-4a6c-a626-72ae3da047b3",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "545dad39-9ffa-45c4-b467-00071bc8bba7",
      "resourceInvariantUUID": "3711fed0-3091-474c-b33f-ba0e6e3cfc1b",
      "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": "MTY0NGFlYzQ3N2MzYWFiZTcyZDI3MDIwMjcxM2E0YjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c398e0dc-a01c-4154-a9a3-8c382ff64893",
          "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": "a8ce19ab-977d-4082-842b-0c38b485e1a1",
          "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": "7da8a480-56f4-4103-b419-9b3b7aace946",
            "generatedFromUUID": "a8ce19ab-977d-4082-842b-0c38b485e1a1"
          },
          "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": "0d1c2126-2033-4c72-a628-23dc1a6f8a2b",
          "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": "7da8a480-56f4-4103-b419-9b3b7aace946",
          "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": "ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzdmYTE5M2M2ZjIyM2UzODBkY2FlMWVkNzFhMzc4Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b4c4f49-eb2f-44c5-9713-3405ebe54578"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:29:26.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:29:26.426Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ed51ee60-4c1e-41e8-9f95-c4118b240a90 ASDC
2022-10-30T04:29:26.427Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f4217887-e5e7-48ef-8c77-002977aff2f1
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ed51ee60-4c1e-41e8-9f95-c4118b240a90
ServiceInvariantUUID:3cecd3dd-4202-43e6-8c35-6f1b329a7124
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:4b4c4f49-eb2f-44c5-9713-3405ebe54578
ArtifactChecksum:MzdmYTE5M2M2ZjIyM2UzODBkY2FlMWVkNzFhMzc4Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b5661e00-acd7-4a6c-a626-72ae3da047b3
ResourceInvariantUUID:3711fed0-3091-474c-b33f-ba0e6e3cfc1b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:545dad39-9ffa-45c4-b467-00071bc8bba7
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:c398e0dc-a01c-4154-a9a3-8c382ff64893
ArtifactChecksum:MTY0NGFlYzQ3N2MzYWFiZTcyZDI3MDIwMjcxM2E0YjI=
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:a8ce19ab-977d-4082-842b-0c38b485e1a1
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:7da8a480-56f4-4103-b419-9b3b7aace946
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:0d1c2126-2033-4c72-a628-23dc1a6f8a2b
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:7da8a480-56f4-4103-b419-9b3b7aace946
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:ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T04:29:26.427Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed51ee60-4c1e-41e8-9f95-c4118b240a90 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-10-30T04:29:26.490Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:29:26.491Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T04:29:26.491Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T04:29:26.492Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b4c4f49-eb2f-44c5-9713-3405ebe54578 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:26.492Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T04:29:26.492Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:26.561Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T04:29:26.569Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4b4c4f49-eb2f-44c5-9713-3405ebe54578 158198
2022-10-30T04:29:26.569Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T04:29:26.570Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:26.570Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:29:26.570Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:26.572Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:26.572Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104166569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:29:26.672Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:26.673Z||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-10-30T04:29:26.673Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:26.687Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:26.688Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:29:27.577Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:29:27.578Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T04:29:27.578Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4b4c4f49-eb2f-44c5-9713-3405ebe54578, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:27.578Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-30T04:29:27.579Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:27.579Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:27.756Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11142089437527519650/Definitions/service-BasicCnfMacro-template.yml
2022-10-30T04:29:28.950Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:29:28.951Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-30T04:29:28.952Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:28.952Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-30T04:29:28.952Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:28.953Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:28.953Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:28.953Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:28.953Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-30T04:29:28.954Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.954Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.954Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:28.955Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-30T04:29:28.955Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:29:28.956Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.956Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.956Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:28.956Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-30T04:29:28.957Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:29:28.957Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.957Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.958Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.958Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-30T04:29:28.958Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-30T04:29:28.959Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-30T04:29:28.959Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T04:29:28.959Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.959Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:29:28.960Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.960Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:28.960Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:29:28.961Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.961Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:28.961Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:29:28.962Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.962Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:28.962Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:29:28.962Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.963Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:28.963Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:29:28.963Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.964Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-30T04:29:28.964Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-30T04:29:28.964Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a1922704-e8aa-46e4-a936-ba8749fe3f07
2022-10-30T04:29:28.964Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.965Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.965Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.965Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.965Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.966Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.966Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:28.966Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:28.967Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ed51ee60-4c1e-41e8-9f95-c4118b240a90
Model Version:NULL
Model InvariantUuid:3cecd3dd-4202-43e6-8c35-6f1b329a7124
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:78fbbb0b-4e4e-4acd-b3c1-d953ee1983cc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3711fed0-3091-474c-b33f-ba0e6e3cfc1b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5661e00-acd7-4a6c-a626-72ae3da047b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b74ca8f-6744-48ba-918b-9c99adf101c6
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:13af835b-6815-42a7-a23f-a3a5c2ae1a6f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e59e3d42-b8b8-4cef-be92-12bdec392b1e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:001c8ad0-f744-4e2a-836a-07f97466d0de
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a1922704-e8aa-46e4-a936-ba8749fe3f07
ModelInvariantUuid:b2ceded4-e43c-45c7-b785-0bddaa1dccb0
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:1247c58f-354b-4c98-ac81-24793682bfda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bd626ca2-67c9-4a94-870d-d9b3d0735a2d
ModelInvariantUuid:74a41ee3-c173-4078-9bb3-846baab653b8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:17ed24da-dc07-45d6-ab55-b19f6351f27a
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-10-30T04:29:28.973Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 545dad39-9ffa-45c4-b467-00071bc8bba7
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-10-30T04:29:28.978Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-10-30T04:29:28.979Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 545dad39-9ffa-45c4-b467-00071bc8bba7
2022-10-30T04:29:28.979Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c398e0dc-a01c-4154-a9a3-8c382ff64893 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-30T04:29:28.979Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T04:29:28.979Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:29.045Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T04:29:29.046Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c398e0dc-a01c-4154-a9a3-8c382ff64893 1565
2022-10-30T04:29:29.046Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:29.046Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:29.046Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:29:29.047Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:29.049Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:29.049Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104169046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:29:29.149Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:29.150Z||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-10-30T04:29:29.150Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:29.164Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:29.165Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:29:30.049Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e59e3d42-b8b8-4cef-be92-12bdec392b1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "001c8ad0-f744-4e2a-836a-07f97466d0de",
    "vfModuleModelCustomizationUUID": "c879b865-79f5-4440-be49-896a28b83824",
    "isBase": true,
    "artifacts": [
      "a8ce19ab-977d-4082-842b-0c38b485e1a1",
      "7da8a480-56f4-4103-b419-9b3b7aace946"
    ],
    "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": "1b74ca8f-6744-48ba-918b-9c99adf101c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13af835b-6815-42a7-a23f-a3a5c2ae1a6f",
    "vfModuleModelCustomizationUUID": "50666c29-ac77-4ca3-a311-7cf50d753da8",
    "isBase": false,
    "artifacts": [
      "ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143"
    ],
    "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-10-30T04:29:30.055Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:001c8ad0-f744-4e2a-836a-07f97466d0de
VfModuleModelInvariantUUID:e59e3d42-b8b8-4cef-be92-12bdec392b1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8ce19ab-977d-4082-842b-0c38b485e1a1
,
7da8a480-56f4-4103-b419-9b3b7aace946

}
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:13af835b-6815-42a7-a23f-a3a5c2ae1a6f
VfModuleModelInvariantUUID:1b74ca8f-6744-48ba-918b-9c99adf101c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143

}
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-10-30T04:29:30.057Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e59e3d42-b8b8-4cef-be92-12bdec392b1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "001c8ad0-f744-4e2a-836a-07f97466d0de",
    "vfModuleModelCustomizationUUID": "c879b865-79f5-4440-be49-896a28b83824",
    "isBase": true,
    "artifacts": [
      "a8ce19ab-977d-4082-842b-0c38b485e1a1",
      "7da8a480-56f4-4103-b419-9b3b7aace946"
    ],
    "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": "1b74ca8f-6744-48ba-918b-9c99adf101c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13af835b-6815-42a7-a23f-a3a5c2ae1a6f",
    "vfModuleModelCustomizationUUID": "50666c29-ac77-4ca3-a311-7cf50d753da8",
    "isBase": false,
    "artifacts": [
      "ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143"
    ],
    "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-10-30T04:29:30.057Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:001c8ad0-f744-4e2a-836a-07f97466d0de
VfModuleModelInvariantUUID:e59e3d42-b8b8-4cef-be92-12bdec392b1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8ce19ab-977d-4082-842b-0c38b485e1a1
,
7da8a480-56f4-4103-b419-9b3b7aace946

}
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:13af835b-6815-42a7-a23f-a3a5c2ae1a6f
VfModuleModelInvariantUUID:1b74ca8f-6744-48ba-918b-9c99adf101c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143

}
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-10-30T04:29:30.058Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a8ce19ab-977d-4082-842b-0c38b485e1a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-30T04:29:30.058Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T04:29:30.058Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:30.113Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T04:29:30.114Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a8ce19ab-977d-4082-842b-0c38b485e1a1 914
2022-10-30T04:29:30.114Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:30.114Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:30.114Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:29:30.114Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:30.116Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:30.116Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104170114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:29:30.216Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:30.217Z||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-10-30T04:29:30.217Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:30.240Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:30.240Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:31.117Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0d1c2126-2033-4c72-a628-23dc1a6f8a2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-30T04:29:31.117Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T04:29:31.118Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:31.168Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T04:29:31.168Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0d1c2126-2033-4c72-a628-23dc1a6f8a2b 12
2022-10-30T04:29:31.168Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:31.168Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:31.169Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:29:31.169Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:31.170Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:31.171Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104171168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:29:31.271Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:31.272Z||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-10-30T04:29:31.272Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:31.290Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:31.290Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:32.171Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7da8a480-56f4-4103-b419-9b3b7aace946 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-30T04:29:32.172Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T04:29:32.172Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:32.221Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T04:29:32.222Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7da8a480-56f4-4103-b419-9b3b7aace946 96
2022-10-30T04:29:32.222Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:32.222Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:32.222Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:29:32.222Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:32.224Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:32.224Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104172222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:29:32.324Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:32.325Z||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-10-30T04:29:32.325Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:32.339Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:32.339Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:33.225Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-30T04:29:33.225Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T04:29:33.226Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:33.270Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T04:29:33.271Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ca4c2667-d08c-4c00-9fd7-7a2a7c4bd143 20206
2022-10-30T04:29:33.272Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:33.272Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:33.272Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:29:33.272Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:33.274Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:33.274Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104173272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:29:33.374Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:29:33.375Z||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-10-30T04:29:33.375Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:33.389Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:33.389Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:34.278Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ed51ee60-4c1e-41e8-9f95-c4118b240a90
2022-10-30T04:29:34.278Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 545dad39-9ffa-45c4-b467-00071bc8bba7 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-10-30T04:29:34.287Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b4a1b2c, org.onap.sdc.toscaparser.api.parameters.Input@276a04ff, org.onap.sdc.toscaparser.api.parameters.Input@46ed1bb9, org.onap.sdc.toscaparser.api.parameters.Input@2360e6a1, org.onap.sdc.toscaparser.api.parameters.Input@18480a9a]
2022-10-30T04:29:34.289Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.289Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.289Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-30T04:29:34.290Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b5661e00-acd7-4a6c-a626-72ae3da047b3
2022-10-30T04:29:34.290Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5661e00-acd7-4a6c-a626-72ae3da047b3 matches Tosca VF Customization UUID: b5661e00-acd7-4a6c-a626-72ae3da047b3
2022-10-30T04:29:34.290Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b5661e00-acd7-4a6c-a626-72ae3da047b3  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-10-30T04:29:34.293Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.293Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.294Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b5661e00-acd7-4a6c-a626-72ae3da047b3: {\"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-10-30T04:29:34.294Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@651de566
2022-10-30T04:29:34.295Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.295Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:29:34.296Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50666c29-ac77-4ca3-a311-7cf50d753da8
2022-10-30T04:29:34.296Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50666c29-ac77-4ca3-a311-7cf50d753da8
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-10-30T04:29:34.298Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.299Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:34.299Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:29:34.300Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.300Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:34.300Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:29:34.301Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.301Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-30T04:29:34.301Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b5661e00-acd7-4a6c-a626-72ae3da047b3
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-10-30T04:29:34.304Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.304Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.304Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ed51ee60-4c1e-41e8-9f95-c4118b240a90: basic_cnf_macro
2022-10-30T04:29:34.305Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.305Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.305Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.306Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.306Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.306Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.307Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.307Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.307Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:29:34.308Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:29:34.308Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:34.347Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 545dad39-9ffa-45c4-b467-00071bc8bba7 2 ASDC deployResourceStructure
2022-10-30T04:29:34.348Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:34.348Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:34.348Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:29:34.349Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:34.350Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:34.351Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104174348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:29:34.451Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:34.451Z||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-10-30T04:29:34.451Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:34.464Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:34.465Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:35.351Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:35.352Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:35.352Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:29:35.352Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:35.354Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:35.355Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104175351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:29:35.455Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:35.455Z||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-10-30T04:29:35.455Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:35.469Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:35.469Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:29:36.356Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:36.356Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:36.356Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T04:29:36.356Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:36.358Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:36.358Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104176355,
  "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-10-30T04:29:36.458Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:36.459Z||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-10-30T04:29:36.459Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:36.473Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:36.473Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:37.359Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:37.359Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:37.360Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:29:37.361Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:37.363Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:37.363Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104177359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:29:37.463Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:37.464Z||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-10-30T04:29:37.464Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:37.478Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:37.478Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:38.364Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:38.365Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:29:38.365Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-30T04:29:38.365Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:38.367Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:38.367Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104178364,
  "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-10-30T04:29:38.467Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:29:38.468Z||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-10-30T04:29:38.468Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:38.488Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:38.489Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:39.368Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T04:29:39.369Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-30T04:29:39.369Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:29:39.369Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:29:39.371Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:29:39.371Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104179368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:29:39.472Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:29:39.473Z||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-10-30T04:29:39.473Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:29:39.489Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:29:39.489Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:29:40.372Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:29:40.380Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:29:40.382Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:29:40.382Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:29:40.382Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:30:10.382Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:30:10.394Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:30:10.396Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:30:10.396Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:30:10.396Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:30:15.749Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:30:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:30:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:30:15.787Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:30:15.788Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:30:15.788Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:30:15.788Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:30:40.396Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:30:40.407Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:30:40.409Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:30:40.410Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:30:40.410Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:31:10.410Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:31:10.422Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:31:10.424Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:31:10.424Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:31:10.424Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:31:15.750Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:31:15.751Z||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-10-30T04:31:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:31:15.789Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:31:15.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104146179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104148804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104151297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104161064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104163961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "cds",
  "timestamp": 1667104163617,
  "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-10-30T04:31:15.831Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4217887-e5e7-48ef-8c77-002977aff2f1
2022-10-30T04:31:15.831Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:31:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104155039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104155744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104165814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104166569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104166820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "policy-id",
  "timestamp": 1667104167822,
  "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-10-30T04:31:15.851Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4217887-e5e7-48ef-8c77-002977aff2f1
2022-10-30T04:31:15.851Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:31:15.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104168695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104169046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "clamp",
  "timestamp": 1667104169699,
  "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-10-30T04:31:15.871Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4217887-e5e7-48ef-8c77-002977aff2f1
2022-10-30T04:31:15.871Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:31:15.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104170114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104170192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104171168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.882Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104170940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104172222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104164621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104172316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104173272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104173212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104173383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104173378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104174348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104174216,
  "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-10-30T04:31:15.895Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4217887-e5e7-48ef-8c77-002977aff2f1
2022-10-30T04:31:15.895Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:31:15.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104174449,
  "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-10-30T04:31:15.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4217887-e5e7-48ef-8c77-002977aff2f1
2022-10-30T04:31:15.908Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:31:15.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "cds",
  "timestamp": 1667104174618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T04:31:15.924Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4e4f2db-bb7c-494c-ad64-115bd1725372
2022-10-30T04:31:15.924Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:31:15.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104175351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104175452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104176355,
  "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-10-30T04:31:15.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104177359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104178364,
  "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-10-30T04:31:15.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104179368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104171297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104179880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104175039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104160159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104183748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104176179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104183313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104159407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:15.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:15.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104184753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104184560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "policy-id",
  "timestamp": 1667104185756,
  "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-10-30T04:31:15.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4e4f2db-bb7c-494c-ad64-115bd1725372
2022-10-30T04:31:15.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:31:15.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104185550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104185668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104186554,
  "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-10-30T04:31:15.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4e4f2db-bb7c-494c-ad64-115bd1725372
2022-10-30T04:31:15.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:31:15.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104186821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:15.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104186721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:15.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:15.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "aai-ml",
  "timestamp": 1667104187824,
  "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-10-30T04:31:15.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4217887-e5e7-48ef-8c77-002977aff2f1
2022-10-30T04:31:15.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:31:15.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:15.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104187743,
  "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-10-30T04:31:16.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4e4f2db-bb7c-494c-ad64-115bd1725372
2022-10-30T04:31:16.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:31:16.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104188746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104195691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104169079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104196960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104198696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "clamp",
  "timestamp": 1667104199700,
  "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-10-30T04:31:16.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4e4f2db-bb7c-494c-ad64-115bd1725372
2022-10-30T04:31:16.015Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:31:16.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104203487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "aai-ml",
  "timestamp": 1667104204493,
  "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-10-30T04:31:16.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4e4f2db-bb7c-494c-ad64-115bd1725372
2022-10-30T04:31:16.035Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:31:16.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667104189751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104193804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104191297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104195039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104190159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104208436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104208447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104208323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104209075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104210080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104209472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "cds",
  "timestamp": 1667104209674,
  "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-10-30T04:31:16.062Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cd25bf9-fda5-4e20-a687-739e48d78f62
2022-10-30T04:31:16.062Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:31:16.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104210106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667104210474,
  "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-10-30T04:31:16.073Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1cd25bf9-fda5-4e20-a687-739e48d78f62
2022-10-30T04:31:16.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:31:16.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "policy-id",
  "timestamp": 1667104211082,
  "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-10-30T04:31:16.084Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cd25bf9-fda5-4e20-a687-739e48d78f62
2022-10-30T04:31:16.084Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:31:16.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667104211110,
  "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-10-30T04:31:16.095Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cd25bf9-fda5-4e20-a687-739e48d78f62
2022-10-30T04:31:16.095Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:31:16.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104205497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104206179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:31:16.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:31:40.424Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:31:40.434Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:31:40.436Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:31:40.437Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:31:40.442Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:32:10.442Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4217887-e5e7-48ef-8c77-002977aff2f1 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-10-30T04:32:10.449Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4217887-e5e7-48ef-8c77-002977aff2f1 and serviceModelVersionId: ed51ee60-4c1e-41e8-9f95-c4118b240a90
2022-10-30T04:32:10.450Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cecd3dd-4202-43e6-8c35-6f1b329a7124
2022-10-30T04:32:10.451Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0
2022-10-30T04:32:10.456Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:32:10.516Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0|INFO|500||Invoke
2022-10-30T04:32:10.517Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4217887-e5e7-48ef-8c77-002977aff2f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d35ca6c7-6fbf-45e2-b1ed-409822b30661], X-ECOMP-RequestID=[f4217887-e5e7-48ef-8c77-002977aff2f1], X-TransactionId=[], X-ONAP-RequestID=[f4217887-e5e7-48ef-8c77-002977aff2f1], Content-Type=[application/merge-patch+json]}
2022-10-30T04:32:10.539Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:32:10.628Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?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/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-04:32:10:209-36205], vertex-id=[295048], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:32:10 GMT], Content-Type=[application/json]}
2022-10-30T04:32:10.629Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:32:10.630Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cecd3dd-4202-43e6-8c35-6f1b329a7124/model-vers/model-ver/ed51ee60-4c1e-41e8-9f95-c4118b240a90?depth=0|INFO|500||InvokeReturn
2022-10-30T04:32:10.631Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:32:10.631Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:32:10.636Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||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-10-30T04:32:10.637Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4217887-e5e7-48ef-8c77-002977aff2f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:32:10.637Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:32:10.637Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:10.639Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:10.639Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104330637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:32:10.739Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:10.740Z||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-10-30T04:32:10.740Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:10.766Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:10.768Z||pool-111-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:32:11.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:32:11.678Z||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-10-30T04:32:11.678Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:32:15.750Z||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-10-30T04:32:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:15.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:32:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104215245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:32:15.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:32:16.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:16.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T04:32:16.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4e4f2db-bb7c-494c-ad64-115bd1725372","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d9faf616-fc72-4477-b29f-964ec9800835","serviceDescription":"service","serviceInvariantUUID":"7a2b5607-d776-43d0-8a73-68b2f5f3c48d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2929f104-89d5-4799-ac39-75e2d85a0243","resourceInvariantUUID":"7b3ac32d-b74c-447e-9802-575ebb577c68","resourceCustomizationUUID":"5c973add-35d0-44ce-b1ee-a89da9625be9","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":"NWY0MzIwNjMxMWM3MjM0MmU4MjlhZWIwMDUzNjE2ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d17ff178-4edd-4b83-b240-3af51639470b","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":"MGEyOTRkMDY1YjMyNGE5NzU0ZTNjYzgyMjI3YTlmY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25ac80fa-82c7-4ea5-a674-5b0ff9812b85","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":"7bf6d075-f5ac-4932-9e7d-157f9f09e0cb","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":"30615d81-19d3-40f4-ba78-869d76897040","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":"cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563","artifactVersion":"2","generatedFromUUID":"7bf6d075-f5ac-4932-9e7d-157f9f09e0cb"},{"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":"NDU1NmYyZDk4NzM5YjVmODdmNmQxN2I3YTUwZTFkM2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9290bec-40fb-4c37-9d10-52a60ad3c814","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":"YjE3OWJiMDMwZGMzZTBiMGMyMmYwMDMxMzM4NDRkZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bd19741-e795-40f2-a0c3-a4d604d07600","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzE4OWMwOTVmNGU0OGM3NDBiNWNjZmEzMmI5MDdmMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e3c4325-7655-46dd-bd1c-39229a972d6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:32:16.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:16.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:16.124Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:16.124Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:32:16.224Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:16.225Z||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-10-30T04:32:16.225Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:16.256Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:16.257Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:17.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:17.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:17.127Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:17.127Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:32:17.227Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:17.228Z||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-10-30T04:32:17.228Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:17.245Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:17.245Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:18.128Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:18.128Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:18.130Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:18.130Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:32:18.230Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:32:18.231Z||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-10-30T04:32:18.231Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:18.268Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:18.268Z||pool-114-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:19.130Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:19.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:19.132Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:19.132Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:32:19.232Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:32:19.233Z||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-10-30T04:32:19.233Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:19.249Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:19.249Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:20.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:20.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:20.135Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:20.135Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T04:32:20.235Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:20.236Z||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-10-30T04:32:20.236Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:20.253Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:20.253Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:21.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:21.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:21.138Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:21.138Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:32:21.238Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:32:21.239Z||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-10-30T04:32:21.239Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:21.257Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:21.258Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:22.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:22.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:22.141Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:22.141Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:32:22.241Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:22.242Z||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-10-30T04:32:22.243Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:22.255Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:22.255Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:23.142Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:32:23.142Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:23.144Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:23.144Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:32:23.244Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:32:23.245Z||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-10-30T04:32:23.245Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:23.263Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:23.263Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:24.145Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d9faf616-fc72-4477-b29f-964ec9800835",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a2b5607-d776-43d0-8a73-68b2f5f3c48d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5c973add-35d0-44ce-b1ee-a89da9625be9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2929f104-89d5-4799-ac39-75e2d85a0243",
      "resourceInvariantUUID": "7b3ac32d-b74c-447e-9802-575ebb577c68",
      "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": "MGEyOTRkMDY1YjMyNGE5NzU0ZTNjYzgyMjI3YTlmY2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25ac80fa-82c7-4ea5-a674-5b0ff9812b85",
          "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": "7bf6d075-f5ac-4932-9e7d-157f9f09e0cb",
          "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": "cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563",
            "generatedFromUUID": "7bf6d075-f5ac-4932-9e7d-157f9f09e0cb"
          },
          "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": "cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzE4OWMwOTVmNGU0OGM3NDBiNWNjZmEzMmI5MDdmMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2e3c4325-7655-46dd-bd1c-39229a972d6c"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:32:24.146Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:32:24.146Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9faf616-fc72-4477-b29f-964ec9800835 ASDC
2022-10-30T04:32:24.146Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a4e4f2db-bb7c-494c-ad64-115bd1725372
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d9faf616-fc72-4477-b29f-964ec9800835
ServiceInvariantUUID:7a2b5607-d776-43d0-8a73-68b2f5f3c48d
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:2e3c4325-7655-46dd-bd1c-39229a972d6c
ArtifactChecksum:NzE4OWMwOTVmNGU0OGM3NDBiNWNjZmEzMmI5MDdmMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5c973add-35d0-44ce-b1ee-a89da9625be9
ResourceInvariantUUID:7b3ac32d-b74c-447e-9802-575ebb577c68
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2929f104-89d5-4799-ac39-75e2d85a0243
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:25ac80fa-82c7-4ea5-a674-5b0ff9812b85
ArtifactChecksum:MGEyOTRkMDY1YjMyNGE5NzU0ZTNjYzgyMjI3YTlmY2I=
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:7bf6d075-f5ac-4932-9e7d-157f9f09e0cb
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:cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563
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:cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-30T04:32:24.146Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9faf616-fc72-4477-b29f-964ec9800835 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-10-30T04:32:24.183Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:32:24.184Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-30T04:32:24.184Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-30T04:32:24.184Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2e3c4325-7655-46dd-bd1c-39229a972d6c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T04:32:24.184Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-30T04:32:24.185Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T04:32:24.315Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-30T04:32:24.318Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2e3c4325-7655-46dd-bd1c-39229a972d6c 78811
2022-10-30T04:32:24.319Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-30T04:32:24.319Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T04:32:24.319Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:32:24.319Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:24.321Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:24.321Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104344319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:32:24.421Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:24.422Z||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-10-30T04:32:24.423Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:24.439Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:24.440Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:25.321Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:32:25.322Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-30T04:32:25.322Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2e3c4325-7655-46dd-bd1c-39229a972d6c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T04:32:25.322Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-30T04:32:25.323Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T04:32:25.323Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T04:32:25.433Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP411066205485759195/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-10-30T04:32:26.521Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:32:26.522Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-30T04:32:26.522Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-30T04:32:26.522Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-30T04:32:26.522Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.522Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.522Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.523Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.524Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:26.524Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-30T04:32:26.524Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:32:26.524Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.524Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.524Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-30T04:32:26.525Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:32:26.526Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.527Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:26.527Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:32:26.527Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.527Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:26.527Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:32:26.527Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T04:32:26.528Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2cfe1f94-da7c-4909-801a-24e9027d0544
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:26.529Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:26.530Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d9faf616-fc72-4477-b29f-964ec9800835
Model Version:NULL
Model InvariantUuid:7a2b5607-d776-43d0-8a73-68b2f5f3c48d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e082094e-a77c-41ae-ac80-0d745463dd36
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b3ac32d-b74c-447e-9802-575ebb577c68
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5c973add-35d0-44ce-b1ee-a89da9625be9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f1397a35-7fa9-420e-a8e7-85495c804665
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5ed91fd9-23fe-4953-bf58-47b2c38c5efb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2cfe1f94-da7c-4909-801a-24e9027d0544
ModelInvariantUuid:c7ee2b72-9dfa-4a0c-ade2-7cce0499a682
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e724a936-e54b-4429-a146-403b102affe7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:44b589dc-c651-4cb6-b6b6-e3d2702e9b7b
ModelInvariantUuid:9db93219-ff35-4153-a976-053675539afc
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9dbc14ed-d8fd-481e-ae53-4bd4570074e6
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-10-30T04:32:26.535Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2929f104-89d5-4799-ac39-75e2d85a0243
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-10-30T04:32:26.537Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-10-30T04:32:26.537Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2929f104-89d5-4799-ac39-75e2d85a0243
2022-10-30T04:32:26.537Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 25ac80fa-82c7-4ea5-a674-5b0ff9812b85 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-30T04:32:26.537Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-30T04:32:26.538Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.582Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-30T04:32:26.582Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 25ac80fa-82c7-4ea5-a674-5b0ff9812b85 792
2022-10-30T04:32:26.582Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.582Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:26.582Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:32:26.583Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:26.584Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:26.584Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104346582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:32:26.684Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:26.685Z||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-10-30T04:32:26.685Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:26.701Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:26.701Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:27.585Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f1397a35-7fa9-420e-a8e7-85495c804665",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ed91fd9-23fe-4953-bf58-47b2c38c5efb",
    "vfModuleModelCustomizationUUID": "7a2e3b8c-e53a-4c98-bdda-c305524eae2d",
    "isBase": true,
    "artifacts": [
      "7bf6d075-f5ac-4932-9e7d-157f9f09e0cb",
      "cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563"
    ],
    "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-10-30T04:32:27.587Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ed91fd9-23fe-4953-bf58-47b2c38c5efb
VfModuleModelInvariantUUID:f1397a35-7fa9-420e-a8e7-85495c804665
VfModuleModelDescription:NULL
Artifacts UUID List:{
7bf6d075-f5ac-4932-9e7d-157f9f09e0cb
,
cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563

}
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-10-30T04:32:27.589Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f1397a35-7fa9-420e-a8e7-85495c804665",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ed91fd9-23fe-4953-bf58-47b2c38c5efb",
    "vfModuleModelCustomizationUUID": "7a2e3b8c-e53a-4c98-bdda-c305524eae2d",
    "isBase": true,
    "artifacts": [
      "7bf6d075-f5ac-4932-9e7d-157f9f09e0cb",
      "cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563"
    ],
    "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-10-30T04:32:27.589Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ed91fd9-23fe-4953-bf58-47b2c38c5efb
VfModuleModelInvariantUUID:f1397a35-7fa9-420e-a8e7-85495c804665
VfModuleModelDescription:NULL
Artifacts UUID List:{
7bf6d075-f5ac-4932-9e7d-157f9f09e0cb
,
cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563

}
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-10-30T04:32:27.589Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7bf6d075-f5ac-4932-9e7d-157f9f09e0cb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-30T04:32:27.589Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-30T04:32:27.589Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:27.648Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-30T04:32:27.648Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7bf6d075-f5ac-4932-9e7d-157f9f09e0cb 5033
2022-10-30T04:32:27.649Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:27.649Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:27.649Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:32:27.649Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:27.651Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:27.651Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104347649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:32:27.751Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:27.752Z||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-10-30T04:32:27.752Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:27.767Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:27.768Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:28.652Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-30T04:32:28.652Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-30T04:32:28.652Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:28.695Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-30T04:32:28.695Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cbe5c47a-1ef4-4e1e-9aa0-1acf01e64563 903
2022-10-30T04:32:28.695Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:28.695Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:28.695Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:32:28.695Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:28.697Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:28.697Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104348695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:32:28.797Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:28.798Z||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-10-30T04:32:28.798Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:28.814Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:28.815Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:29.698Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d9faf616-fc72-4477-b29f-964ec9800835
2022-10-30T04:32:29.698Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2929f104-89d5-4799-ac39-75e2d85a0243 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-10-30T04:32:29.709Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@770a353b, org.onap.sdc.toscaparser.api.parameters.Input@4fd0e51c, org.onap.sdc.toscaparser.api.parameters.Input@63089bf2, org.onap.sdc.toscaparser.api.parameters.Input@b06dba8, org.onap.sdc.toscaparser.api.parameters.Input@2d03941e]
2022-10-30T04:32:29.710Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.711Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.711Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-30T04:32:29.711Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5c973add-35d0-44ce-b1ee-a89da9625be9
2022-10-30T04:32:29.711Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c973add-35d0-44ce-b1ee-a89da9625be9 matches Tosca VF Customization UUID: 5c973add-35d0-44ce-b1ee-a89da9625be9
2022-10-30T04:32:29.711Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5c973add-35d0-44ce-b1ee-a89da9625be9  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-10-30T04:32:29.713Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.713Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.714Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5c973add-35d0-44ce-b1ee-a89da9625be9: {\"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-10-30T04:32:29.714Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fa5e493
2022-10-30T04:32:29.714Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.714Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:32:29.714Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a2e3b8c-e53a-4c98-bdda-c305524eae2d
2022-10-30T04:32:29.715Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a2e3b8c-e53a-4c98-bdda-c305524eae2d
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-10-30T04:32:29.716Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.717Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:29.717Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:32:29.717Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.717Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:29.717Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:32:29.718Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.718Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-30T04:32:29.718Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-30T04:32:29.718Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-30T04:32:29.718Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2cfe1f94-da7c-4909-801a-24e9027d0544
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-10-30T04:32:29.721Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.721Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:29.721Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:32:29.721Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.721Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-30T04:32:29.721Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5c973add-35d0-44ce-b1ee-a89da9625be9
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-10-30T04:32:29.723Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.723Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d9faf616-fc72-4477-b29f-964ec9800835: basic_vm_macro
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.724Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.725Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.725Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.725Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:32:29.725Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:32:29.725Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:29.804Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2929f104-89d5-4799-ac39-75e2d85a0243 1 ASDC deployResourceStructure
2022-10-30T04:32:29.805Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:29.805Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:29.805Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:32:29.805Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:29.807Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:29.807Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104349805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:32:29.907Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:29.908Z||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-10-30T04:32:29.908Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:29.923Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:29.924Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:30.808Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:30.808Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:30.808Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:32:30.809Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:30.810Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:30.810Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104350808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:32:30.910Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:30.911Z||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-10-30T04:32:30.911Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:30.926Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:30.926Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:32:31.811Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:31.811Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:31.811Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:32:31.812Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:31.814Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:31.814Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104351811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:32:31.913Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:32:31.915Z||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-10-30T04:32:31.915Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:31.932Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:31.932Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:32.814Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-30T04:32:32.815Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-30T04:32:32.815Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:32:32.815Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:32:32.817Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:32:32.817Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104352814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:32:32.917Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:32:32.918Z||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-10-30T04:32:32.918Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:32:32.933Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:32:32.933Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:32:33.818Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4e4f2db-bb7c-494c-ad64-115bd1725372
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:32:33.828Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4e4f2db-bb7c-494c-ad64-115bd1725372
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:32:33.831Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:32:33.832Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:32:33.836Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:33:03.836Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4e4f2db-bb7c-494c-ad64-115bd1725372 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-10-30T04:33:03.847Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4e4f2db-bb7c-494c-ad64-115bd1725372 and serviceModelVersionId: d9faf616-fc72-4477-b29f-964ec9800835
2022-10-30T04:33:03.847Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a2b5607-d776-43d0-8a73-68b2f5f3c48d
2022-10-30T04:33:03.848Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0
2022-10-30T04:33:03.853Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:33:03.897Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0|INFO|500||Invoke
2022-10-30T04:33:03.898Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4e4f2db-bb7c-494c-ad64-115bd1725372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b566b5e8-9ab9-4591-a9b8-6d8fd79aba18], X-ECOMP-RequestID=[a4e4f2db-bb7c-494c-ad64-115bd1725372], X-TransactionId=[], X-ONAP-RequestID=[a4e4f2db-bb7c-494c-ad64-115bd1725372], Content-Type=[application/merge-patch+json]}
2022-10-30T04:33:03.927Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:33:04.078Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?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/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:33:03:597-25776], vertex-id=[229584], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:33:03 GMT], Content-Type=[application/json]}
2022-10-30T04:33:04.078Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:33:04.079Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a2b5607-d776-43d0-8a73-68b2f5f3c48d/model-vers/model-ver/d9faf616-fc72-4477-b29f-964ec9800835?depth=0|INFO|500||InvokeReturn
2022-10-30T04:33:04.079Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:33:04.079Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:33:04.088Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||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-10-30T04:33:04.088Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4e4f2db-bb7c-494c-ad64-115bd1725372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:33:04.089Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:33:04.089Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:04.091Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:04.091Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104384088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:33:04.192Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T04:33:04.193Z||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-10-30T04:33:04.193Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:04.224Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:04.224Z||pool-128-thread-1|||||INFO|500||cambria reply ok (32 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-10-30T04:33:05.101Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T04:33:05.102Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cd25bf9-fda5-4e20-a687-739e48d78f62","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d2adf0a0-afab-460f-b512-b321584cb829","serviceDescription":"service","serviceInvariantUUID":"181c3418-4c84-4556-b3ad-9d39ccba753f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"219fbd7a-eede-40fc-93b8-3658a3d0b873","resourceInvariantUUID":"b7c4f81e-02fe-4028-8d93-705557df53c9","resourceCustomizationUUID":"909a6c7a-27b4-407e-ae41-06bae21eb0e9","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":"NTVjZTI4OWE0YzcyOTdmYjYxZjE2YTg4NmI0MGY5MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da4576c9-5e8f-47b6-8ec8-88b92c9b9a8c","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":"124f0f93-8aee-461a-8764-d2fa1204f8af","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":"f25ef5bc-7204-48af-9401-6e854236ea91","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":"MTI1YjRiYmY0ZjNlNDc2ODZlMmRlYzNkMWNhMWFmNDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9a31976f-6606-42fb-9f55-59b75fb6b500","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":"a6491ec1-59e3-48b1-8861-f2870d7c011c","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":"d6950ab5-9db7-4924-8b5d-15f0769bf070","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":"fe63a5b9-d18f-42e5-87f4-aac6b07785b0","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":"ODg5OTM3NjMxNjU1MzQ5M2VmZGZmZTJlOWFkYWRmM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d8a2a38-6160-4111-85e6-c8293b5855fc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzA1OWNmNjY1YzA4N2EzM2RmZDY1MGY1YTM3MDE0Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8849057-03c4-4ba0-80a9-c1c24f95cf56","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:33:05.102Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:05.102Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:05.104Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:05.104Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:05.204Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:33:05.204Z||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-10-30T04:33:05.204Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:05.218Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:05.219Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:06.104Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:06.105Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:06.107Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:06.107Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:06.207Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:33:06.207Z||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-10-30T04:33:06.208Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:06.221Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:06.222Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:07.107Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:07.108Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:07.110Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:07.110Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:07.210Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:33:07.210Z||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-10-30T04:33:07.211Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:07.229Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:07.230Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:08.110Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:08.111Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:08.113Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:08.113Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:08.212Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:33:08.213Z||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-10-30T04:33:08.213Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:08.229Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:08.229Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:33:09.113Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:09.114Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:09.115Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:09.115Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:09.215Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:33:09.216Z||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-10-30T04:33:09.217Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:09.232Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:09.232Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:33:10.116Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:10.117Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:10.118Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:10.118Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:10.218Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:33:10.219Z||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-10-30T04:33:10.219Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:10.232Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:10.232Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:11.119Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:11.119Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:11.121Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:11.121Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:11.221Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:33:11.222Z||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-10-30T04:33:11.222Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:11.239Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:11.239Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:12.122Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:12.122Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:12.124Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:12.124Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:33:12.224Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:33:12.225Z||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-10-30T04:33:12.225Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:12.240Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:12.240Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:33:13.125Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:33:13.126Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:13.128Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:13.128Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:33:13.228Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:33:13.229Z||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-10-30T04:33:13.229Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:13.244Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:13.244Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:14.129Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d2adf0a0-afab-460f-b512-b321584cb829",
  "serviceDescription": "service",
  "serviceInvariantUUID": "181c3418-4c84-4556-b3ad-9d39ccba753f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "909a6c7a-27b4-407e-ae41-06bae21eb0e9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "219fbd7a-eede-40fc-93b8-3658a3d0b873",
      "resourceInvariantUUID": "b7c4f81e-02fe-4028-8d93-705557df53c9",
      "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": "NzA1OWNmNjY1YzA4N2EzM2RmZDY1MGY1YTM3MDE0Yjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8849057-03c4-4ba0-80a9-c1c24f95cf56"
    }
  ],
  "workloadContext": "Production"
}
2022-10-30T04:33:14.129Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:33:14.130Z|a4e4f2db-bb7c-494c-ad64-115bd1725372|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2adf0a0-afab-460f-b512-b321584cb829 ASDC
2022-10-30T04:33:14.130Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1cd25bf9-fda5-4e20-a687-739e48d78f62
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d2adf0a0-afab-460f-b512-b321584cb829
ServiceInvariantUUID:181c3418-4c84-4556-b3ad-9d39ccba753f
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:e8849057-03c4-4ba0-80a9-c1c24f95cf56
ArtifactChecksum:NzA1OWNmNjY1YzA4N2EzM2RmZDY1MGY1YTM3MDE0Yjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:909a6c7a-27b4-407e-ae41-06bae21eb0e9
ResourceInvariantUUID:b7c4f81e-02fe-4028-8d93-705557df53c9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:219fbd7a-eede-40fc-93b8-3658a3d0b873
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-30T04:33:14.130Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2adf0a0-afab-460f-b512-b321584cb829 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-10-30T04:33:14.153Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:33:14.154Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-30T04:33:14.154Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-30T04:33:14.154Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e8849057-03c4-4ba0-80a9-c1c24f95cf56 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T04:33:14.154Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-30T04:33:14.154Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T04:33:14.266Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-30T04:33:14.270Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e8849057-03c4-4ba0-80a9-c1c24f95cf56 105687
2022-10-30T04:33:14.271Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T04:33:14.271Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T04:33:14.271Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:33:14.271Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:14.273Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:14.273Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104394271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:33:14.372Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:33:14.373Z||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-10-30T04:33:14.374Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:14.388Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:14.389Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:33:15.273Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:33:15.274Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-30T04:33:15.274Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e8849057-03c4-4ba0-80a9-c1c24f95cf56, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T04:33:15.274Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-30T04:33:15.275Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T04:33:15.275Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T04:33:15.369Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17581250592050433762/Definitions/service-TestPnfMacro-template.yml
2022-10-30T04:33:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:33:15.750Z||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-10-30T04:33:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:15.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:15.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:33:15.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104219692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104219795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104220714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:33:15.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "aai-ml",
  "timestamp": 1667104220798,
  "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-10-30T04:33:15.780Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cd25bf9-fda5-4e20-a687-739e48d78f62
2022-10-30T04:33:15.780Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:33:15.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:33:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "clamp",
  "timestamp": 1667104221717,
  "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-10-30T04:33:15.792Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1cd25bf9-fda5-4e20-a687-739e48d78f62
2022-10-30T04:33:15.792Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:33:16.083Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:33:16.083Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-30T04:33:16.084Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.085Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.085Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-30T04:33:16.085Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-30T04:33:16.085Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:33:16.085Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.086Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.087Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d2adf0a0-afab-460f-b512-b321584cb829
Model Version:NULL
Model InvariantUuid:181c3418-4c84-4556-b3ad-9d39ccba753f
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-10-30T04:33:16.093Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 219fbd7a-eede-40fc-93b8-3658a3d0b873
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-10-30T04:33:16.095Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-10-30T04:33:16.095Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 219fbd7a-eede-40fc-93b8-3658a3d0b873
2022-10-30T04:33:16.096Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d2adf0a0-afab-460f-b512-b321584cb829
2022-10-30T04:33:16.096Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d2adf0a0-afab-460f-b512-b321584cb829
2022-10-30T04:33:16.096Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 219fbd7a-eede-40fc-93b8-3658a3d0b873 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-10-30T04:33:16.100Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@362e443f, org.onap.sdc.toscaparser.api.parameters.Input@3688237, org.onap.sdc.toscaparser.api.parameters.Input@40433815, org.onap.sdc.toscaparser.api.parameters.Input@d3e0abf, org.onap.sdc.toscaparser.api.parameters.Input@4975b89b]
2022-10-30T04:33:16.100Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.100Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.100Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d2adf0a0-afab-460f-b512-b321584cb829: test-pnf
2022-10-30T04:33:16.100Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Processing PNF resource: 219fbd7a-eede-40fc-93b8-3658a3d0b873
2022-10-30T04:33:16.100Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-30T04:33:16.101Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:33:16.101Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||Resource customization UUID: 909a6c7a-27b4-407e-ae41-06bae21eb0e9 is the same as notified resource customizationUUID: 909a6c7a-27b4-407e-ae41-06bae21eb0e9
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-10-30T04:33:16.145Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 219fbd7a-eede-40fc-93b8-3658a3d0b873 0 ASDC deployResourceStructure
2022-10-30T04:33:16.145Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-30T04:33:16.145Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-30T04:33:16.145Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:33:16.145Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:16.147Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:16.147Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104396145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:33:16.247Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:33:16.247Z||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-10-30T04:33:16.248Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:16.264Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:16.265Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:33:17.147Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cd25bf9-fda5-4e20-a687-739e48d78f62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T04:33:17.158Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cd25bf9-fda5-4e20-a687-739e48d78f62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T04:33:17.160Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.161Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-30T04:33:17.162Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:17.166Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:33:47.167Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cd25bf9-fda5-4e20-a687-739e48d78f62 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-10-30T04:33:47.178Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cd25bf9-fda5-4e20-a687-739e48d78f62 and serviceModelVersionId: d2adf0a0-afab-460f-b512-b321584cb829
2022-10-30T04:33:47.178Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 181c3418-4c84-4556-b3ad-9d39ccba753f
2022-10-30T04:33:47.179Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0
2022-10-30T04:33:47.183Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:33:47.228Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0|INFO|500||Invoke
2022-10-30T04:33:47.229Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cd25bf9-fda5-4e20-a687-739e48d78f62], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aad422ed-d38f-4c4e-a5b8-ce9485377b82], X-ECOMP-RequestID=[1cd25bf9-fda5-4e20-a687-739e48d78f62], X-TransactionId=[], X-ONAP-RequestID=[1cd25bf9-fda5-4e20-a687-739e48d78f62], Content-Type=[application/merge-patch+json]}
2022-10-30T04:33:47.253Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-30T04:33:47.323Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?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/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:33:46:923-52632], vertex-id=[294912], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:33:46 GMT], Content-Type=[application/json]}
2022-10-30T04:33:47.323Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:33:47.323Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/181c3418-4c84-4556-b3ad-9d39ccba753f/model-vers/model-ver/d2adf0a0-afab-460f-b512-b321584cb829?depth=0|INFO|500||InvokeReturn
2022-10-30T04:33:47.324Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:33:47.324Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:47.328Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||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-10-30T04:33:47.329Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cd25bf9-fda5-4e20-a687-739e48d78f62 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:33:47.329Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:33:47.330Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:33:47.332Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:33:47.332Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104427329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:33:47.432Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:33:47.433Z||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-10-30T04:33:47.433Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:47.454Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:47.454Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 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-10-30T04:33:48.349Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:33:48.349Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:33:48.350Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:33:57.904Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:33:57.906Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:33:57.907Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:33:57.907Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:34:07.449Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:34:07.450Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:34:07.452Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:34:07.452Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:34:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:34:15.750Z||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-10-30T04:34:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:34:15.779Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:34:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:34:15.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4217887-e5e7-48ef-8c77-002977aff2f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104330637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:34:15.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:34:16.995Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:34:16.996Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:34:16.996Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:34:16.996Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:34:26.552Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:35:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:35:15.746Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:35:15.746Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:35:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:35:15.750Z||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-10-30T04:35:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:35:15.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:35:15.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-30T04:35:15.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-30T04:35:15.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:35:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104344319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104346582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104347649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104348695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:35:15.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104349805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104350808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104351811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104352814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4e4f2db-bb7c-494c-ad64-115bd1725372",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104384088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104331677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:35:15.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104394271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-30T04:35:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:35:25.297Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:36:15.744Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:36:15.746Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:36:15.746Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:36:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:36:15.750Z||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-10-30T04:36:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:36:16.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:36:16.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:36:16.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104396145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-30T04:36:16.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:36:16.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:36:16.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1cd25bf9-fda5-4e20-a687-739e48d78f62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667104427329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:36:16.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:36:25.297Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:37:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:37:15.746Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:37:15.746Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:37:15.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:37:15.751Z||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-10-30T04:37:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:37:25.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:37:25.302Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:38:15.744Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:38:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:38:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:38:15.749Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:38:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:38:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:38:25.317Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:38:25.324Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:39:15.744Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:39:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:39:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:39:15.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:39:15.750Z||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-10-30T04:39:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:39:25.291Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:39:25.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:40:15.744Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:40:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:40:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:40:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:40:15.750Z||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-10-30T04:40:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:40:25.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:40:25.305Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:41:15.744Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:41:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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-10-30T04:41:15.745Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:41:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:41:15.750Z||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-10-30T04:41:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:41:25.291Z|1cd25bf9-fda5-4e20-a687-739e48d78f62|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:41:25.298Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:42:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:42:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:42:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:42:15.749Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:42:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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-10-30T04:42:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:42:25.294Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:42:25.294Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:43:15.748Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:43:15.750Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:43:15.750Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:43:15.752Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:43:15.752Z||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-10-30T04:43:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:43:25.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:43:25.302Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:44:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:44:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:44:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:44:15.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:44:15.750Z||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-10-30T04:44:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:44:25.297Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:44:25.298Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:45:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:45:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:45:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:45:15.750Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:45:15.750Z||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-10-30T04:45:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:45:25.293Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:45:25.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:46:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:46:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:46:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:46:15.749Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:46:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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-10-30T04:46:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:46:25.293Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:46:25.293Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:47:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:47:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:47:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:47:15.749Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:47:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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-10-30T04:47:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:47:25.292Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:47:25.297Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:48:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:48:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:48:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:48:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:48:15.751Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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-10-30T04:48:15.751Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:48:25.339Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:48:25.339Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:49:15.748Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:49:15.748Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:49:15.749Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:49:15.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:49:15.750Z||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-10-30T04:49:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:49:25.305Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:49:25.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:50:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:50:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:50:15.746Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:50:15.750Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:50:15.750Z||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-10-30T04:50:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:50:25.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:50:25.298Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:51:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:51:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:51:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:51:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:51:15.750Z||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-10-30T04:51:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:51:25.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:51:25.300Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:52:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:52:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:52:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:52:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:52:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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-10-30T04:52:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:52:25.295Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:52:25.298Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:53:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:53:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:53:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:53:15.749Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:53:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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-10-30T04:53:15.750Z|f4217887-e5e7-48ef-8c77-002977aff2f1|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:53:25.293Z|f4217887-e5e7-48ef-8c77-002977aff2f1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:53:25.326Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:54:15.744Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:54:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:54:15.745Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:54:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:54:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-10-30T04:54:15.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:54:25.296Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-30T04:54:25.305Z|5961e9bf-0c77-4d53-940c-3e496428c434|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK