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-04-23T03:30:12.744Z||main|||||INFO|500||The following profiles are active: basic
2022-04-23T03:30:35.822Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-23T03:30:35.823Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-23T03:30:36.076Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-23T03:30:43.846Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-23T03:30:44.642Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-23T03:30:45.590Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-23T03:30:45.607Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-23T03:30:45.796Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-23T03:30:46.231Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-23T03:30:47.380Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-23T03:30:50.396Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-23T03:30:54.646Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23T03:30:54.745Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-23T03:30:55.747Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-23T03:30:56.013Z||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-04-23T03:30:58.717Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23T03:31:00.771Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-23T03:31:00.804Z||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$$75ebdfa9.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-04-23T03:31:00.805Z||main|||||WARN|500||The sdc end point is not alive
2022-04-23T03:31:07.206Z||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-04-23T03:31:12.802Z||main|||||WARN|500||---
2022-04-23T03:31:12.803Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-23T03:31:12.803Z||main|||||WARN|500||---
2022-04-23T03:31:13.640Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-23T03:31:25.174Z||main|||||INFO|500||Started Application in 79.253 seconds (JVM running for 84.617)
2022-04-23T03:31:25.209Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-23T03:31:25.212Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-23T03:31:25.244Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-23T03:31:25.302Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-23T03:31:25.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81464952-3586-419f-a1eb-548a99586a2e url= /sdc/v1/artifactTypes
2022-04-23T03:31:25.426Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-23T03:31:25.906Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-23T03:31:25.966Z||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-04-23T03:31:26.008Z||scheduling-1|||||DEBUG|500||create keys
2022-04-23T03:31:26.024Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-23T03:31:26.075Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:31:26.112Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9eabf99b-6705-4e81-b064-43a5cbbb9e3b url= /sdc/v1/registerForDistribution
2022-04-23T03:31:26.435Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9eabf99b-6705-4e81-b064-43a5cbbb9e3b url= /sdc/v1/registerForDistribution
2022-04-23T03:31:26.436Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-23T03:31:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:31:26.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:31:26.476Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-23T03:31:26.485Z||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-04-23T03:31:26.485Z||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-04-23T03:31:26.486Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:31:26.486Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:31:36.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:31:36.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:32:26.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:32:26.463Z||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-04-23T03:32:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:32:26.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:32:26.469Z||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-04-23T03:32:26.470Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:32:36.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:32:36.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:33:26.454Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:33:26.456Z||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-04-23T03:33:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:33:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:33:26.463Z||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-04-23T03:33:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:33:36.018Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:33:36.017Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:34:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:34:26.456Z||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-04-23T03:34:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:34:26.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:34:26.465Z||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-04-23T03:34:26.465Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:34:36.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:34:36.055Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:35:26.455Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:35:26.459Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:35:26.460Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:35:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:35:26.461Z||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-04-23T03:35:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:35:36.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:35:36.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:36:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:36:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:36:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:36:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:36:26.462Z||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-04-23T03:36:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:36:36.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:36:36.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:37:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:37:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:37:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:37:26.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:37:26.463Z||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-04-23T03:37:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:37:36.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:37:36.016Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:38:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:38:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:38:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:38:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:38:26.469Z||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-04-23T03:38:26.470Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:38:36.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:38:36.047Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:39:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:39:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:39:26.455Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:39:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:39:26.462Z||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-04-23T03:39:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:39:36.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:39:36.025Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:40:12.122Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23T03:40:26.455Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:40:26.457Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:40:26.457Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:40:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:40:26.462Z||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-04-23T03:40:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:40:36.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:40:36.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:41:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:41:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:41:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:41:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:41:26.462Z||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-04-23T03:41:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:41:36.015Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:41:36.026Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:42:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:42:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:42:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:42:26.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:42:26.465Z||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-04-23T03:42:26.467Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:42:36.015Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:42:36.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:43:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:43:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:43:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:43:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:43:26.462Z||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-04-23T03:43:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:43:36.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:43:36.020Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:44:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:44:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:44:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:44:26.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:44:26.463Z||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-04-23T03:44:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:44:36.031Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:44:36.039Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:45:26.455Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:45:26.459Z||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-04-23T03:45:26.460Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:45:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:45:26.464Z||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-04-23T03:45:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:45:36.022Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:45:36.031Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:46:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:46:26.456Z||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-04-23T03:46:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:46:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:46:26.464Z||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-04-23T03:46:26.465Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:46:36.017Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:46:36.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:47:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:47:26.456Z||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-04-23T03:47:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:47:26.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:47:26.464Z||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-04-23T03:47:26.465Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:47:36.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:47:36.026Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:48:26.455Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:48:26.457Z||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-04-23T03:48:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:48:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:48:26.462Z||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-04-23T03:48:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:48:36.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:48:36.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:49:26.458Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:49:26.459Z||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-04-23T03:49:26.459Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:49:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:49:26.462Z||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-04-23T03:49:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:49:36.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:49:36.017Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:50:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:50:26.456Z||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-04-23T03:50:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:50:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:50:26.462Z||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-04-23T03:50:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:50:36.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:50:36.017Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:51:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:51:26.456Z||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-04-23T03:51:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:51:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:51:26.462Z||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-04-23T03:51:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:51:36.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:51:36.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:52:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:52:26.455Z||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-04-23T03:52:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:52:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:52:26.463Z||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-04-23T03:52:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:52:36.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:52:36.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:53:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:53:26.457Z||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-04-23T03:53:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:53:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:53:26.462Z||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-04-23T03:53:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:53:36.017Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:53:36.023Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:54:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:54:26.456Z||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-04-23T03:54:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:54:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:54:26.470Z||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-04-23T03:54:26.470Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:54:36.011Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:54:36.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:55:26.455Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:55:26.458Z||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-04-23T03:55:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:55:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:55:26.462Z||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-04-23T03:55:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:55:36.024Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:55:36.024Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:56:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:56:26.456Z||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-04-23T03:56:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:56:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:56:26.462Z||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-04-23T03:56:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:56:36.014Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:56:36.021Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:57:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:57:26.456Z||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-04-23T03:57:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:57:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:57:26.462Z||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-04-23T03:57:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:57:36.014Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:57:36.016Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:58:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:58:26.456Z||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-04-23T03:58:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:58:26.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:58:26.464Z||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-04-23T03:58:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:58:36.016Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:58:36.025Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:59:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:59:26.455Z||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-04-23T03:59:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:59:26.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:59:26.462Z||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-04-23T03:59:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:59:36.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:59:36.016Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:00:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:00:26.455Z||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-04-23T04:00:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:00:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:00:26.463Z||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-04-23T04:00:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:00:36.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:00:36.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:01:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:01:26.455Z||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-04-23T04:01:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:01:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:01:26.462Z||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-04-23T04:01:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:01:36.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:01:36.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:02:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:02:26.455Z||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-04-23T04:02:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:02:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:02:26.462Z||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-04-23T04:02:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:02:36.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:02:36.020Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:03:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:03:26.455Z||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-04-23T04:03:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:03:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:03:26.462Z||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-04-23T04:03:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:03:36.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:03:36.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:04:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:04:26.458Z||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-04-23T04:04:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:04:26.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:04:26.463Z||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-04-23T04:04:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:04:36.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:04:36.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:05:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:05:26.455Z||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-04-23T04:05:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:05:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:05:26.466Z||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-04-23T04:05:26.466Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:05:36.015Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:05:36.030Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:06:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:06:26.455Z||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-04-23T04:06:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:06:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:06:26.462Z||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-04-23T04:06:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:06:36.008Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:06:36.019Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:07:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:07:26.457Z||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-04-23T04:07:26.459Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:07:26.463Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:07:26.464Z||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-04-23T04:07:26.467Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:07:36.026Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:07:36.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:08:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:08:26.456Z||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-04-23T04:08:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:08:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:08:26.462Z||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-04-23T04:08:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:08:36.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:08:36.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:08:47.787Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:09:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:09:26.455Z||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-04-23T04:09:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:09:26.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:09:26.462Z||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-04-23T04:09:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:09:36.013Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:09:36.022Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:10:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:10:26.455Z||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-04-23T04:10:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:10:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:10:26.462Z||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-04-23T04:10:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:10:36.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:10:36.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:11:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:11:26.456Z||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-04-23T04:11:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:11:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:11:26.462Z||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-04-23T04:11:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:11:36.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:11:36.020Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:12:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:12:26.455Z||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-04-23T04:12:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:12:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:12:26.463Z||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-04-23T04:12:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:12:36.019Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:12:36.019Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:13:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:13:26.455Z||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-04-23T04:13:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:13:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:13:26.463Z||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-04-23T04:13:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:13:36.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:13:36.012Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:14:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:14:26.456Z||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-04-23T04:14:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:14:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:14:26.462Z||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-04-23T04:14:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:14:36.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:14:36.023Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:15:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:15:26.456Z||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-04-23T04:15:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:15:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:15:26.463Z||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-04-23T04:15:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:15:36.015Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:15:36.019Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:16:26.456Z||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-04-23T04:16:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:16:26.462Z||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-04-23T04:16:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:27.102Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:27.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7750455-76bc-4b80-a3a9-d5dca14a1db9","serviceName":"basic_onboard_itXwHY","serviceVersion":"1.0","serviceUUID":"6598e398-4e51-4eab-9a9b-85e6397ef041","serviceDescription":"service","serviceInvariantUUID":"d0062167-3456-4e75-afd2-7f00e50e6a61","resources":[{"resourceInstanceName":"basic_onboard_itXwHY 0","resourceName":"basic_onboard_itXwHY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"899f541b-0b06-401c-8152-49416167d3df","resourceInvariantUUID":"ad3dd093-ec13-4201-a68c-52de0e83eb5e","resourceCustomizationUUID":"83063cb9-69a0-4028-8a87-4a99882578c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml","artifactChecksum":"MmRkMzYwOWM3MjlkYmZiZjg4M2FkOTZiZWNhZjI2YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cb9b1fb-cfd3-4084-8ace-26cab50d0f9f","artifactVersion":"1"},{"artifactName":"basic_onboard_itxwhy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json","artifactChecksum":"ZGUzNmU0NzMzOGRkNTYzYTM1ZjkwMTgwYzUyMWJhN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f72c1a8b-b6e8-427f-890d-b072b2dc5ebb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b67a3080-3221-4e07-a183-503ed58b96c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9012159-b95b-46ab-8700-741142771354","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d08d747-5792-4ede-acb2-62914ab49142","artifactVersion":"2","generatedFromUUID":"b67a3080-3221-4e07-a183-503ed58b96c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItxwhy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml","artifactChecksum":"Y2U2YjAwODYxMDljZjY2NWQ0MDNmNzU3NzBiNzZmOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab2e0e8a-8820-43d6-bc75-d275585b2ecd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItxwhy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar","artifactChecksum":"NTYzMTM0NGVjMDkxYTEzZGI5YzhjZTRmZWFkZWI2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"153ed84a-69e6-40cb-b6ba-98c0fb6fb67a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:16:27.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:27.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:27.137Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:27.160Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:27.161Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687353100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687347433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687348517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687345974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687348605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687362877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687362841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687364063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687363863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "cds",
  "timestamp": 1650687365096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-23T04:16:27.261Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-04-23T04:16:27.273Z||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-04-23T04:16:27.273Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:27.291Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:27.293Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:16:27.560Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:16:27.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "policy-id",
  "timestamp": 1650687364880,
  "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-04-23T04:16:27.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.725Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:16:27.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687360968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687361869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687370073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687371182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687370970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687372242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687371838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687371980,
  "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-04-23T04:16:27.798Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.798Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:16:27.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687373307,
  "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-04-23T04:16:27.846Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.846Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:16:27.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687373020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:27.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687374313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:27.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "clamp",
  "timestamp": 1650687374028,
  "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-04-23T04:16:27.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.888Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:16:27.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687377397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:28.181Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:28.182Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:28.187Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:28.187Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:16:28.287Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:28.289Z||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-04-23T04:16:28.289Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:28.309Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:28.310Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:16:29.189Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:29.192Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:29.195Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:29.196Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:16:29.296Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:29.298Z||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-04-23T04:16:29.298Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:29.315Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:29.316Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:16:30.197Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:30.199Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:30.207Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:30.208Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:30.304Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T04:16:30.306Z||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-04-23T04:16:30.307Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:30.323Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:30.324Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:31.209Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:31.210Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:31.213Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:31.214Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T04:16:31.314Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:31.315Z||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-04-23T04:16:31.316Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:31.339Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:31.340Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:32.215Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:32.217Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:32.221Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:32.222Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:16:32.322Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:32.324Z||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-04-23T04:16:32.325Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:32.340Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:32.342Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:33.225Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:33.229Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:33.233Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:33.239Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:16:33.333Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-23T04:16:33.336Z||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-04-23T04:16:33.336Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:33.356Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:33.358Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:34.248Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "serviceName": "basic_onboard_itXwHY",
  "serviceVersion": "1.0",
  "serviceUUID": "6598e398-4e51-4eab-9a9b-85e6397ef041",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d0062167-3456-4e75-afd2-7f00e50e6a61",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_itXwHY 0",
      "resourceCustomizationUUID": "83063cb9-69a0-4028-8a87-4a99882578c2",
      "resourceName": "basic_onboard_itXwHY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "899f541b-0b06-401c-8152-49416167d3df",
      "resourceInvariantUUID": "ad3dd093-ec13-4201-a68c-52de0e83eb5e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_itxwhy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
          "artifactChecksum": "ZGUzNmU0NzMzOGRkNTYzYTM1ZjkwMTgwYzUyMWJhN2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f72c1a8b-b6e8-427f-890d-b072b2dc5ebb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b67a3080-3221-4e07-a183-503ed58b96c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d08d747-5792-4ede-acb2-62914ab49142",
            "generatedFromUUID": "b67a3080-3221-4e07-a183-503ed58b96c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d08d747-5792-4ede-acb2-62914ab49142",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardItxwhy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
      "artifactChecksum": "NTYzMTM0NGVjMDkxYTEzZGI5YzhjZTRmZWFkZWI2ZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "153ed84a-69e6-40cb-b6ba-98c0fb6fb67a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:16:34.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:16:34.251Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6598e398-4e51-4eab-9a9b-85e6397ef041 ASDC
2022-04-23T04:16:34.521Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c7750455-76bc-4b80-a3a9-d5dca14a1db9
ServiceName:basic_onboard_itXwHY
ServiceVersion:1.0
ServiceUUID:6598e398-4e51-4eab-9a9b-85e6397ef041
ServiceInvariantUUID:d0062167-3456-4e75-afd2-7f00e50e6a61
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItxwhy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
ArtifactUUID:153ed84a-69e6-40cb-b6ba-98c0fb6fb67a
ArtifactChecksum:NTYzMTM0NGVjMDkxYTEzZGI5YzhjZTRmZWFkZWI2ZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_itXwHY 0
ResourceCustomizationUUID:83063cb9-69a0-4028-8a87-4a99882578c2
ResourceInvariantUUID:ad3dd093-ec13-4201-a68c-52de0e83eb5e
ResourceName:basic_onboard_itXwHY
ResourceType:VF
ResourceUUID:899f541b-0b06-401c-8152-49416167d3df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itxwhy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
ArtifactUUID:f72c1a8b-b6e8-427f-890d-b072b2dc5ebb
ArtifactChecksum:ZGUzNmU0NzMzOGRkNTYzYTM1ZjkwMTgwYzUyMWJhN2I=
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/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b67a3080-3221-4e07-a183-503ed58b96c4
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/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
ArtifactUUID:5d08d747-5792-4ede-acb2-62914ab49142
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/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
ArtifactUUID:5d08d747-5792-4ede-acb2-62914ab49142
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T04:16:34.523Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6598e398-4e51-4eab-9a9b-85e6397ef041 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-04-23T04:16:34.660Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:16:34.668Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:16:34.671Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:16:34.672Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 153ed84a-69e6-40cb-b6ba-98c0fb6fb67a from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:34.672Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:34.676Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:35.221Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:35.254Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar 153ed84a-69e6-40cb-b6ba-98c0fb6fb67a 71545
2022-04-23T04:16:35.257Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar ASDC sendASDCNotification
2022-04-23T04:16:35.258Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:35.259Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:35.261Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:35.264Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:35.264Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687395255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:35.364Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:35.366Z||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-04-23T04:16:35.366Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:35.385Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:35.389Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:36.265Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:16:36.267Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:16:36.268Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 153ed84a-69e6-40cb-b6ba-98c0fb6fb67a, URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar to file: /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:36.269Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:36.467Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:36.468Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:37.751Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6989501488072601177/Definitions/service-BasicOnboardItxwhy-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-04-23T04:16:41.724Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:16:41.735Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:16:41.736Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.736Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T04:16:41.736Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_itXwHY 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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:16:41.752Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.755Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.765Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.765Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:16:41.768Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:16:41.772Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.772Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.773Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.773Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:16:41.773Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:16:41.774Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.774Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.780Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.781Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T04:16:41.783Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:16:41.783Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.783Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:16:41.786Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.786Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.787Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:41.788Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.788Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.788Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:41.789Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.789Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.790Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:41.790Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.790Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is not matching search criteria
2022-04-23T04:16:41.791Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T04:16:41.791Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T04:16:41.796Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e80032b7-28b6-4467-ae04-6edeed03edbf
2022-04-23T04:16:41.796Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.797Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.797Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.797Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.798Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.798Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.798Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:41.799Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.799Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_itXwHY
Description:service
Model UUID:6598e398-4e51-4eab-9a9b-85e6397ef041
Model Version:NULL
Model InvariantUuid:d0062167-3456-4e75-afd2-7f00e50e6a61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_itXwHY
Model UUID:4fbee636-252a-4ce4-8853-76fdbcb42086
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad3dd093-ec13-4201-a68c-52de0e83eb5e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:83063cb9-69a0-4028-8a87-4a99882578c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f1e6e937-f280-4f6f-8d84-8ab04ae3db40
ModelName:BasicOnboardItxwhy..base_ubuntu18..module-0
ModelUuid:c1d027fc-b34a-403d-b682-047b98083704
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e80032b7-28b6-4467-ae04-6edeed03edbf
ModelInvariantUuid:b0397700-0f70-4d71-9000-e0bda19acfab
ModelName:basic_onboard_itXwHY-nodes.ubuntu18Cvfc
ModelUuid:e31da656-f95d-4a5f-9559-811ca6c0d526
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ef7d2feb-d580-4cbe-a92c-af60c7e2388f
ModelInvariantUuid:67c8d1a7-3531-474f-b9e8-38a688ca774b
ModelName:BasicOnboardItxwhy.compute.nodes.heat.ubuntu18
ModelUuid:60301453-96c3-4cb6-a53a-f31a09987557
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-04-23T04:16:41.826Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 899f541b-0b06-401c-8152-49416167d3df
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-04-23T04:16:42.005Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||basic_onboard_itXwHY 0
2022-04-23T04:16:42.016Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 899f541b-0b06-401c-8152-49416167d3df
2022-04-23T04:16:42.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f72c1a8b-b6e8-427f-890d-b072b2dc5ebb from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:42.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:42.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:42.146Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:42.146Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json f72c1a8b-b6e8-427f-890d-b072b2dc5ebb 798
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json ASDC sendASDCNotification
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:42.152Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:42.153Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687402146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:42.253Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:42.254Z||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-04-23T04:16:42.254Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:42.275Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:42.277Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:16:43.155Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardItxwhy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f1e6e937-f280-4f6f-8d84-8ab04ae3db40",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1d027fc-b34a-403d-b682-047b98083704",
    "vfModuleModelCustomizationUUID": "c13acf71-38a1-4030-910b-d5849f431d76",
    "isBase": true,
    "artifacts": [
      "b67a3080-3221-4e07-a183-503ed58b96c4",
      "5d08d747-5792-4ede-acb2-62914ab49142"
    ],
    "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-04-23T04:16:43.189Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItxwhy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1d027fc-b34a-403d-b682-047b98083704
VfModuleModelInvariantUUID:f1e6e937-f280-4f6f-8d84-8ab04ae3db40
VfModuleModelDescription:NULL
Artifacts UUID List:{
b67a3080-3221-4e07-a183-503ed58b96c4
,
5d08d747-5792-4ede-acb2-62914ab49142

}
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-04-23T04:16:43.198Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardItxwhy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f1e6e937-f280-4f6f-8d84-8ab04ae3db40",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1d027fc-b34a-403d-b682-047b98083704",
    "vfModuleModelCustomizationUUID": "c13acf71-38a1-4030-910b-d5849f431d76",
    "isBase": true,
    "artifacts": [
      "b67a3080-3221-4e07-a183-503ed58b96c4",
      "5d08d747-5792-4ede-acb2-62914ab49142"
    ],
    "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-04-23T04:16:43.199Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItxwhy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1d027fc-b34a-403d-b682-047b98083704
VfModuleModelInvariantUUID:f1e6e937-f280-4f6f-8d84-8ab04ae3db40
VfModuleModelDescription:NULL
Artifacts UUID List:{
b67a3080-3221-4e07-a183-503ed58b96c4
,
5d08d747-5792-4ede-acb2-62914ab49142

}
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-04-23T04:16:43.199Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b67a3080-3221-4e07-a183-503ed58b96c4 from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:43.199Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:43.200Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:43.259Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:43.260Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml b67a3080-3221-4e07-a183-503ed58b96c4 5033
2022-04-23T04:16:43.261Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T04:16:43.261Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:43.262Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:43.262Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:43.266Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:43.267Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687403261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:43.367Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:43.369Z||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-04-23T04:16:43.369Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:43.387Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:43.388Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:44.268Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d08d747-5792-4ede-acb2-62914ab49142 from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:44.269Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:44.269Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:44.339Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:44.339Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env 5d08d747-5792-4ede-acb2-62914ab49142 909
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:44.352Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:44.353Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687404340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:16:44.445Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-23T04:16:44.446Z||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-04-23T04:16:44.447Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:44.479Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:44.480Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:45.355Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6598e398-4e51-4eab-9a9b-85e6397ef041
2022-04-23T04:16:45.356Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_itXwHY 0 899f541b-0b06-401c-8152-49416167d3df 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-04-23T04:16:45.440Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@472b298d, org.onap.sdc.toscaparser.api.parameters.Input@1dfadb76, org.onap.sdc.toscaparser.api.parameters.Input@1681862b, org.onap.sdc.toscaparser.api.parameters.Input@3c481e16, org.onap.sdc.toscaparser.api.parameters.Input@22b13f53]
2022-04-23T04:16:45.447Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.448Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.449Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-23T04:16:45.449Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 83063cb9-69a0-4028-8a87-4a99882578c2
2022-04-23T04:16:45.450Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83063cb9-69a0-4028-8a87-4a99882578c2 matches Tosca VF Customization UUID: 83063cb9-69a0-4028-8a87-4a99882578c2
2022-04-23T04:16:45.450Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 83063cb9-69a0-4028-8a87-4a99882578c2  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-04-23T04:16:45.467Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.468Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.470Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 83063cb9-69a0-4028-8a87-4a99882578c2: {\"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-04-23T04:16:45.471Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7359a7d1
2022-04-23T04:16:45.472Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.472Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:16:45.473Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c13acf71-38a1-4030-910b-d5849f431d76
2022-04-23T04:16:45.476Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c13acf71-38a1-4030-910b-d5849f431d76
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-04-23T04:16:45.494Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.495Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.496Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:45.498Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.498Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.498Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:45.499Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.499Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is not matching search criteria
2022-04-23T04:16:45.500Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T04:16:45.500Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T04:16:45.501Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e80032b7-28b6-4467-ae04-6edeed03edbf
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-04-23T04:16:45.524Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.525Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.526Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:45.526Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.527Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.527Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=83063cb9-69a0-4028-8a87-4a99882578c2
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-04-23T04:16:45.534Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.535Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.536Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6598e398-4e51-4eab-9a9b-85e6397ef041: basic_onboard_itXwHY
2022-04-23T04:16:45.537Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.537Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.538Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.538Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.539Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.539Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.540Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.540Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.541Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:16:45.541Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.541Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_itXwHY 
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-04-23T04:16:46.033Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_itXwHY 899f541b-0b06-401c-8152-49416167d3df 1 ASDC deployResourceStructure
2022-04-23T04:16:46.034Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json ASDC sendASDCNotification
2022-04-23T04:16:46.034Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:46.034Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:46.035Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:46.043Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:46.044Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687406034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:46.143Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:46.145Z||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-04-23T04:16:46.145Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:46.164Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:46.165Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:47.045Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T04:16:47.045Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:47.045Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:47.046Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:47.050Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:47.050Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687407045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:47.150Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:47.151Z||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-04-23T04:16:47.152Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:47.167Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:47.168Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:48.052Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T04:16:48.052Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:48.053Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:48.053Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:48.059Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:48.060Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687408052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:48.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:48.162Z||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-04-23T04:16:48.162Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:48.199Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:48.200Z||pool-16-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:49.061Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar ASDC sendASDCNotification
2022-04-23T04:16:49.062Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:49.063Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:49.063Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:49.067Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:49.067Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687409061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:16:49.168Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:16:49.171Z||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-04-23T04:16:49.172Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:49.193Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:16:49.194Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:50.069Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:16:50.103Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:16:50.112Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:16:50.113Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:16:50.114Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:17:20.115Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:17:20.141Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:17:20.153Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:17:20.154Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:17:20.154Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:17:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:17:26.463Z||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-04-23T04:17:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:17:26.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:17:26.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:17:26.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:17:26.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:17:50.155Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:17:50.193Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:17:50.200Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:17:50.200Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:17:50.201Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:18:20.201Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:18:20.222Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:18:20.230Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:18:20.230Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:18:20.230Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:18:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:18:26.462Z||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-04-23T04:18:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:18:26.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:18:26.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:18:26.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:18:26.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:18:26.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687386454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687395255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687398252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:18:26.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "aai-ml",
  "timestamp": 1650687399260,
  "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-04-23T04:18:26.529Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:18:26.529Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:18:26.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687402146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687403261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687404340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687406034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:18:26.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687407045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687408052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687409061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:18:26.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:50.231Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:18:50.266Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:18:50.273Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:18:50.273Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:18:50.274Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:18:50.274Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:18:50.274Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:18:50.286Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:19:20.287Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9 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-04-23T04:19:20.301Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9 and serviceModelVersionId: 6598e398-4e51-4eab-9a9b-85e6397ef041
2022-04-23T04:19:20.302Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0062167-3456-4e75-afd2-7f00e50e6a61
2022-04-23T04:19:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:19:26.463Z||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-04-23T04:19:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:27.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:27.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "dcae-sch",
  "timestamp": 1650687453100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687452433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687459352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687467227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687460966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687467154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "cds",
  "timestamp": 1650687468236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-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-04-23T04:19:27.109Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.110Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:19:27.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687461869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687469667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687471274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687472668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687465974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687473694,
  "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-04-23T04:19:27.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.150Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:19:27.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687474699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687474040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687475046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687468517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687468595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:19:27.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:19:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "policy-id",
  "timestamp": 1650687476053,
  "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-04-23T04:19:27.201Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.201Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:19:27.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687477347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687483467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687483852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687484481,
  "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-04-23T04:19:27.243Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.243Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:19:27.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687485854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:19:27.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687485875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "aai-ml",
  "timestamp": 1650687486862,
  "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-04-23T04:19:27.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.272Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:19:27.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "clamp",
  "timestamp": 1650687486882,
  "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-04-23T04:19:27.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.298Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:19:48.037Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0
2022-04-23T04:19:48.257Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:19:49.358Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?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-04-23T04:19:49.372Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0|INFO|500||Invoke
2022-04-23T04:19:49.625Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:19:50.558Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0|INFO|500||InvokeReturn
2022-04-23T04:19:50.560Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:19:50:467-26291], vertex-id=[168144], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:19:50 GMT], Content-Type=[application/json]}
2022-04-23T04:19:50.563Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:19:50.570Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:19:50.574Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:19:50.593Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:19:50.596Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7750455-76bc-4b80-a3a9-d5dca14a1db9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:19:50.599Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:19:50.600Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:50.609Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:50.610Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687590597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:19:50.709Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:19:50.711Z||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-04-23T04:19:50.711Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:50.740Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:50.743Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 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-04-23T04:19:51.634Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:19:51.635Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|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-04-23T04:19:51.635Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:55.988Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:55.990Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:19:55.990Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f2d1f3c-36ce-4d10-a018-101ba1666fc9","serviceName":"vFW 2022-04-23 04-15-57","serviceVersion":"1.0","serviceUUID":"46a031bc-cacd-4ede-9725-a78fdf679361","serviceDescription":"catalog service description","serviceInvariantUUID":"3cfa5836-a827-4b5e-a60e-2d9f68f4ace6","resources":[{"resourceInstanceName":"vFW d143bc13-ee10 0","resourceName":"vFW d143bc13-ee10","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"316f659f-a639-4aac-9f8e-f031e94e5529","resourceInvariantUUID":"c929575e-e69c-4fe2-8228-9515afbe2e3b","resourceCustomizationUUID":"097168d1-9977-4b7b-a9c5-1f1f28519065","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml","artifactChecksum":"NTE4NTYwYjEwMTNhOTcxZmEzZDBmYzJlMzc0MTY5YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea280cb5-ab81-4b00-9760-22bdf58674d5","artifactVersion":"1"},{"artifactName":"vfwd143bc13ee100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json","artifactChecksum":"YTFlMGJiNGFlOGRjNDNlZmFiZDgzNjdhOWRiN2QwZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c3880e7-e128-48f0-9be4-0be4521611c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6546b5cd-5df6-4341-b713-0c75c38842cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml","artifactChecksum":"OWI2YWYwN2E3M2Q5ZTgyMzA3NzExNTY4MmYzYWNiMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fdb86d02-296a-4a62-b743-f08e6dcfb0e7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4691cb0-4ee5-43d5-befe-2bf40e1b78da","artifactVersion":"2","generatedFromUUID":"6546b5cd-5df6-4341-b713-0c75c38842cb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220423041557-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml","artifactChecksum":"MWUyMzhlZjllY2VlZTBlZjdiODkyNWU0YjY1ODcwOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dac6b8f-4a31-402e-9008-36d697955139","artifactVersion":"1"},{"artifactName":"service-Vfw20220423041557-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar","artifactChecksum":"OTNkNjY3NTEwYzViZmU2YzNmMWEyNDA5ZTg0ODhhZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc50e46a-bb3b-4bc8-b912-92e76c565d36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:19:55.997Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:55.998Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:56.001Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:56.002Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:56.102Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:19:56.103Z||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-04-23T04:19:56.104Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:56.120Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:56.121Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:19:57.002Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:57.003Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:57.006Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:57.007Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:19:57.107Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:19:57.109Z||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-04-23T04:19:57.110Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:57.142Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:57.143Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:19:58.008Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:58.010Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:58.013Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:58.015Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:19:58.113Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:19:58.115Z||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-04-23T04:19:58.115Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:58.140Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:58.140Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:19:59.016Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:59.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:59.022Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:59.023Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:19:59.123Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:19:59.124Z||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-04-23T04:19:59.125Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:59.154Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:19:59.155Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:20:00.024Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:00.025Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:00.028Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:00.028Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T04:20:00.146Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-04-23T04:20:00.150Z||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-04-23T04:20:00.157Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:00.190Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:00.192Z||pool-23-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:01.030Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:01.035Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:01.047Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:01.048Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:01.144Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-23T04:20:01.148Z||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-04-23T04:20:01.149Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:01.178Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:01.179Z||pool-24-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:02.054Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:02.055Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:02.058Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:02.064Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:02.162Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:20:02.163Z||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-04-23T04:20:02.164Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:02.179Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:02.180Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:03.067Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "serviceName": "vFW 2022-04-23 04-15-57",
  "serviceVersion": "1.0",
  "serviceUUID": "46a031bc-cacd-4ede-9725-a78fdf679361",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3cfa5836-a827-4b5e-a60e-2d9f68f4ace6",
  "resources": [
    {
      "resourceInstanceName": "vFW d143bc13-ee10 0",
      "resourceCustomizationUUID": "097168d1-9977-4b7b-a9c5-1f1f28519065",
      "resourceName": "vFW d143bc13-ee10",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "316f659f-a639-4aac-9f8e-f031e94e5529",
      "resourceInvariantUUID": "c929575e-e69c-4fe2-8228-9515afbe2e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd143bc13ee100_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
          "artifactChecksum": "YTFlMGJiNGFlOGRjNDNlZmFiZDgzNjdhOWRiN2QwZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c3880e7-e128-48f0-9be4-0be4521611c3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6546b5cd-5df6-4341-b713-0c75c38842cb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4691cb0-4ee5-43d5-befe-2bf40e1b78da",
            "generatedFromUUID": "6546b5cd-5df6-4341-b713-0c75c38842cb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4691cb0-4ee5-43d5-befe-2bf40e1b78da",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220423041557-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
      "artifactChecksum": "OTNkNjY3NTEwYzViZmU2YzNmMWEyNDA5ZTg0ODhhZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc50e46a-bb3b-4bc8-b912-92e76c565d36"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:20:03.068Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:20:03.068Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 46a031bc-cacd-4ede-9725-a78fdf679361 ASDC
2022-04-23T04:20:03.069Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0f2d1f3c-36ce-4d10-a018-101ba1666fc9
ServiceName:vFW 2022-04-23 04-15-57
ServiceVersion:1.0
ServiceUUID:46a031bc-cacd-4ede-9725-a78fdf679361
ServiceInvariantUUID:3cfa5836-a827-4b5e-a60e-2d9f68f4ace6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220423041557-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
ArtifactUUID:bc50e46a-bb3b-4bc8-b912-92e76c565d36
ArtifactChecksum:OTNkNjY3NTEwYzViZmU2YzNmMWEyNDA5ZTg0ODhhZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d143bc13-ee10 0
ResourceCustomizationUUID:097168d1-9977-4b7b-a9c5-1f1f28519065
ResourceInvariantUUID:c929575e-e69c-4fe2-8228-9515afbe2e3b
ResourceName:vFW d143bc13-ee10
ResourceType:VF
ResourceUUID:316f659f-a639-4aac-9f8e-f031e94e5529
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd143bc13ee100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
ArtifactUUID:3c3880e7-e128-48f0-9be4-0be4521611c3
ArtifactChecksum:YTFlMGJiNGFlOGRjNDNlZmFiZDgzNjdhOWRiN2QwZTE=
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/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
ArtifactUUID:6546b5cd-5df6-4341-b713-0c75c38842cb
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/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
ArtifactUUID:f4691cb0-4ee5-43d5-befe-2bf40e1b78da
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/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
ArtifactUUID:f4691cb0-4ee5-43d5-befe-2bf40e1b78da
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T04:20:03.069Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46a031bc-cacd-4ede-9725-a78fdf679361 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-04-23T04:20:03.162Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:03.163Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:03.164Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:03.164Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc50e46a-bb3b-4bc8-b912-92e76c565d36 from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:03.164Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:03.165Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:03.623Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:03.632Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar bc50e46a-bb3b-4bc8-b912-92e76c565d36 98924
2022-04-23T04:20:03.633Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar ASDC sendASDCNotification
2022-04-23T04:20:03.633Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:03.634Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:03.635Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:03.638Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:03.639Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687603633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:03.742Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-23T04:20:03.745Z||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-04-23T04:20:03.747Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:03.766Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:03.768Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:04.640Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:04.642Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:04.642Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bc50e46a-bb3b-4bc8-b912-92e76c565d36, URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar to file: /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:04.643Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220423041557-csar.csar
2022-04-23T04:20:04.644Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:04.644Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:05.187Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6390690342739505139/Definitions/service-Vfw20220423041557-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-23T04:20:09.579Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:20:09.580Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:20:09.580Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d143bc13-ee10 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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.584Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:20:09.584Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.584Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.585Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.585Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:20:09.585Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:09.589Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.589Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.590Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.590Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:09.590Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:09.591Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:09.591Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.592Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.592Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:09.592Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.593Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:09.593Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.593Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:20:09.594Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.594Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:20:09.595Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.595Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.595Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:09.596Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.598Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:09.598Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.598Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.599Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.599Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.599Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.601Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:09.601Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.602Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:09.602Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.602Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=102b4189-8b4f-498e-b3c7-bfad3b67469f
2022-04-23T04:20:09.603Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.603Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.604Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.604Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.604Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:09.606Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:20:09.606Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:09.606Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.607Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:09.607Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.607Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=231b808f-7cff-41ff-af09-ea5278182418
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.610Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:09.610Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:09.610Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:09.611Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.611Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.611Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:20:09.612Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcbc3f91-384c-4a73-9baf-0403228a5f4a
2022-04-23T04:20:09.612Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.613Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.613Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:09.615Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.615Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-23 04-15-57
Description:catalog service description
Model UUID:46a031bc-cacd-4ede-9725-a78fdf679361
Model Version:NULL
Model InvariantUuid:3cfa5836-a827-4b5e-a60e-2d9f68f4ace6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d143bc13-ee10
Model UUID:7e9c0331-fc24-4ae6-a575-4460cae09f00
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c929575e-e69c-4fe2-8228-9515afbe2e3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:097168d1-9977-4b7b-a9c5-1f1f28519065
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:661ac5b3-b0b4-4642-8404-e94a53e7d698
ModelName:VfwD143bc13Ee10..base_vfw..module-0
ModelUuid:6c49e242-89ef-4464-9892-ce0d6a891106
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:102b4189-8b4f-498e-b3c7-bfad3b67469f
ModelInvariantUuid:30f9f3a4-e63f-443f-94e6-444c6e8ce019
ModelName:vFW d143bc13-ee10-nodes.vfwCvfc
ModelUuid:9f568d71-5779-49fe-85ed-93e1bbeede31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f3860cef-f9f6-4e76-800f-b6173fd8672c
ModelInvariantUuid:81ee47c8-7944-4498-b685-d9c4d48dfe7d
ModelName:VfwD143bc13Ee10.compute.nodes.heat.vfw
ModelUuid:e629cf40-11a3-4b2f-b4c8-5fbec940f2f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:231b808f-7cff-41ff-af09-ea5278182418
ModelInvariantUuid:e80a58a0-e9d1-4f7b-a99a-23219b0211ce
ModelName:vFW d143bc13-ee10-nodes.vsnCvfc
ModelUuid:13f72556-9cec-4067-8dde-9494a722efaf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1f2ced82-fa0f-4a0b-b50e-6572b46c07f3
ModelInvariantUuid:924a1238-0549-470a-b224-4d2723c8415a
ModelName:VfwD143bc13Ee10.compute.nodes.heat.vsn
ModelUuid:926b7dc4-bc41-455f-a67d-28be33762714
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fcbc3f91-384c-4a73-9baf-0403228a5f4a
ModelInvariantUuid:2091669e-1b82-499f-af16-f81965916cdf
ModelName:vFW d143bc13-ee10-nodes.vpgCvfc
ModelUuid:6743819c-8c05-4324-9767-5216bf23f50b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9465f55f-37c8-47af-b3fe-9d394a7b6f09
ModelInvariantUuid:ec2ed16b-d9ea-40c9-81b4-47e91d9975dd
ModelName:VfwD143bc13Ee10.compute.nodes.heat.vpg
ModelUuid:6dce2ea8-659d-4c64-9af6-aec2836bb8e6
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-04-23T04:20:09.636Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 316f659f-a639-4aac-9f8e-f031e94e5529
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-04-23T04:20:09.644Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||vFW d143bc13-ee10 0
2022-04-23T04:20:09.645Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 316f659f-a639-4aac-9f8e-f031e94e5529
2022-04-23T04:20:09.645Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c3880e7-e128-48f0-9be4-0be4521611c3 from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:09.645Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:09.646Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:09.709Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:09.711Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json 3c3880e7-e128-48f0-9be4-0be4521611c3 785
2022-04-23T04:20:09.712Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json ASDC sendASDCNotification
2022-04-23T04:20:09.712Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:09.713Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:09.714Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:09.721Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:09.722Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687609712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:09.819Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T04:20:09.820Z||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-04-23T04:20:09.820Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:09.837Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:09.838Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:10.724Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD143bc13Ee10..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "661ac5b3-b0b4-4642-8404-e94a53e7d698",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c49e242-89ef-4464-9892-ce0d6a891106",
    "vfModuleModelCustomizationUUID": "7b0046cb-8344-486a-ace0-5805c372e26c",
    "isBase": true,
    "artifacts": [
      "6546b5cd-5df6-4341-b713-0c75c38842cb",
      "f4691cb0-4ee5-43d5-befe-2bf40e1b78da"
    ],
    "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-04-23T04:20:10.732Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD143bc13Ee10..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c49e242-89ef-4464-9892-ce0d6a891106
VfModuleModelInvariantUUID:661ac5b3-b0b4-4642-8404-e94a53e7d698
VfModuleModelDescription:NULL
Artifacts UUID List:{
6546b5cd-5df6-4341-b713-0c75c38842cb
,
f4691cb0-4ee5-43d5-befe-2bf40e1b78da

}
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-04-23T04:20:10.737Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD143bc13Ee10..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "661ac5b3-b0b4-4642-8404-e94a53e7d698",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c49e242-89ef-4464-9892-ce0d6a891106",
    "vfModuleModelCustomizationUUID": "7b0046cb-8344-486a-ace0-5805c372e26c",
    "isBase": true,
    "artifacts": [
      "6546b5cd-5df6-4341-b713-0c75c38842cb",
      "f4691cb0-4ee5-43d5-befe-2bf40e1b78da"
    ],
    "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-04-23T04:20:10.738Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD143bc13Ee10..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c49e242-89ef-4464-9892-ce0d6a891106
VfModuleModelInvariantUUID:661ac5b3-b0b4-4642-8404-e94a53e7d698
VfModuleModelDescription:NULL
Artifacts UUID List:{
6546b5cd-5df6-4341-b713-0c75c38842cb
,
f4691cb0-4ee5-43d5-befe-2bf40e1b78da

}
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-04-23T04:20:10.738Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6546b5cd-5df6-4341-b713-0c75c38842cb from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:10.739Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:10.739Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:10.799Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:10.801Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml 6546b5cd-5df6-4341-b713-0c75c38842cb 20368
2022-04-23T04:20:10.802Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:20:10.802Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:10.803Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:10.804Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:10.807Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:10.808Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687610802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:10.908Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:10.909Z||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-04-23T04:20:10.909Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:10.928Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:10.930Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:11.809Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4691cb0-4ee5-43d5-befe-2bf40e1b78da from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:11.809Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:11.810Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:11.870Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env f4691cb0-4ee5-43d5-befe-2bf40e1b78da 2098
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:11.872Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:11.875Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:11.876Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687611871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:11.976Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:11.977Z||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-04-23T04:20:11.978Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:12.017Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:12.019Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:20:12.876Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 46a031bc-cacd-4ede-9725-a78fdf679361
2022-04-23T04:20:12.878Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d143bc13-ee10 0 316f659f-a639-4aac-9f8e-f031e94e5529 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-04-23T04:20:12.904Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@434b3730, org.onap.sdc.toscaparser.api.parameters.Input@62ba6158, org.onap.sdc.toscaparser.api.parameters.Input@6a7c9254, org.onap.sdc.toscaparser.api.parameters.Input@66b1fbb6, org.onap.sdc.toscaparser.api.parameters.Input@7c59a2e7]
2022-04-23T04:20:12.906Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.906Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.906Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-23T04:20:12.907Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 097168d1-9977-4b7b-a9c5-1f1f28519065
2022-04-23T04:20:12.907Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 097168d1-9977-4b7b-a9c5-1f1f28519065 matches Tosca VF Customization UUID: 097168d1-9977-4b7b-a9c5-1f1f28519065
2022-04-23T04:20:12.907Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 097168d1-9977-4b7b-a9c5-1f1f28519065  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-04-23T04:20:12.911Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.911Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.913Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 097168d1-9977-4b7b-a9c5-1f1f28519065: {\"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-04-23T04:20:12.913Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a3d56d2
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b0046cb-8344-486a-ace0-5805c372e26c
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b0046cb-8344-486a-ace0-5805c372e26c
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-04-23T04:20:12.919Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.919Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.920Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.920Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.920Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.921Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.921Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.921Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:12.922Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:12.922Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:12.922Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:20:12.923Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:12.923Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:12.923Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.924Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.924Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:12.925Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.925Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:12.926Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.926Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=102b4189-8b4f-498e-b3c7-bfad3b67469f
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-04-23T04:20:12.930Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.931Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.931Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.932Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.932Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:12.932Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:12.933Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:12.933Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:12.933Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:12.935Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.935Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:12.935Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.936Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=231b808f-7cff-41ff-af09-ea5278182418
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-04-23T04:20:12.941Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.941Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.942Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.946Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.946Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:12.947Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:12.947Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:12.948Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:12.948Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.948Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.949Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.949Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:12.949Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:12.950Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:12.950Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.950Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.951Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:20:12.951Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcbc3f91-384c-4a73-9baf-0403228a5f4a
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-04-23T04:20:12.955Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.956Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.956Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.957Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.957Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.958Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=097168d1-9977-4b7b-a9c5-1f1f28519065
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-04-23T04:20:12.963Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.963Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.964Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 46a031bc-cacd-4ede-9725-a78fdf679361: vFW d143bc13-ee10
2022-04-23T04:20:12.965Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.965Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.967Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.967Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.967Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:20:12.968Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.968Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-23 04-15-57 
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-04-23T04:20:13.338Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d143bc13-ee10 316f659f-a639-4aac-9f8e-f031e94e5529 1 ASDC deployResourceStructure
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json ASDC sendASDCNotification
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:13.343Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:13.343Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687613338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:13.444Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:13.445Z||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-04-23T04:20:13.446Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:13.467Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:13.468Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:14.344Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:20:14.344Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:14.344Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:14.345Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:14.350Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:14.350Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687614344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:14.449Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:14.451Z||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-04-23T04:20:14.452Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:14.466Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:14.468Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:15.352Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:20:15.353Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:15.353Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:15.354Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:15.361Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:15.362Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687615351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:15.458Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T04:20:15.460Z||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-04-23T04:20:15.460Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:15.479Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:15.479Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:16.363Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar ASDC sendASDCNotification
2022-04-23T04:20:16.364Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:16.365Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:16.366Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:16.370Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:16.371Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687616363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:16.471Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:16.472Z||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-04-23T04:20:16.473Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:16.488Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:16.490Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:17.372Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:20:17.399Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:20:17.408Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:20:17.411Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:17.421Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:20:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:20:26.462Z||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-04-23T04:20:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:27.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:27.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "dcae-sch",
  "timestamp": 1650687573100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687572433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687586844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687579353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650687580966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "cds",
  "timestamp": 1650687587860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-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-04-23T04:20:27.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:20:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687587208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687581869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687589653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687591251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687590597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687592566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687593589,
  "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-04-23T04:20:27.240Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.240Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:20:27.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687585974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650687594593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687594034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687595042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687588517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687588595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "policy-id",
  "timestamp": 1650687596048,
  "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-04-23T04:20:27.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:20:27.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687597039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:27.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687603200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687603633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650687604210,
  "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-04-23T04:20:27.328Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.328Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:20:27.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687604882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687606613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "aai-ml",
  "timestamp": 1650687607619,
  "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-04-23T04:20:27.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.379Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:20:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687607887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "clamp",
  "timestamp": 1650687608893,
  "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-04-23T04:20:27.409Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.410Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:20:27.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687609712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687610802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687611871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687613338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687614344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687615351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687616363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:47.422Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 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-04-23T04:20:47.431Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and serviceModelVersionId: 46a031bc-cacd-4ede-9725-a78fdf679361
2022-04-23T04:20:47.431Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cfa5836-a827-4b5e-a60e-2d9f68f4ace6
2022-04-23T04:20:47.433Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0
2022-04-23T04:20:47.439Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:20:47.528Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?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-04-23T04:20:47.530Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0|INFO|500||Invoke
2022-04-23T04:20:47.575Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:20:47.709Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0|INFO|500||InvokeReturn
2022-04-23T04:20:47.709Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:20:48:408-96264], vertex-id=[200744], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:20:48 GMT], Content-Type=[application/json]}
2022-04-23T04:20:47.710Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:20:47.710Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:20:47.711Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:20:47.723Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:20:47.725Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:20:47.727Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:20:47.728Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:47.736Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:47.736Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687647727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:20:47.836Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:47.837Z||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-04-23T04:20:47.838Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:47.858Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:47.858Z||pool-34-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-04-23T04:20:48.783Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:20:48.784Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ada8b442-47ef-4f12-a1e2-266d1fe864ef","serviceName":"vFW 2022-04-23 04-18-10","serviceVersion":"1.0","serviceUUID":"bcc07c78-2999-437c-8c35-9d37dc8fca99","serviceDescription":"catalog service description","serviceInvariantUUID":"a0e384cb-443c-47ff-b0e1-5553d6f7694f","resources":[{"resourceInstanceName":"vFW 5c531036-f6e9 0","resourceName":"vFW 5c531036-f6e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1480844f-76dd-4f90-85bf-5d4310fab9c3","resourceInvariantUUID":"a35eef2f-f91a-4633-9ba9-8816e63f8bfc","resourceCustomizationUUID":"2cd5f6f5-5af3-4c16-b26c-02d9b92e8255","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZkMzRlNjYxZTJlNTZkNmYwYzU2MjQ4MjZlNzY0N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb2dcaad-d5f9-422b-9399-54f2edb3f5d8","artifactVersion":"1"},{"artifactName":"vfw5c531036f6e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json","artifactChecksum":"MTI0M2JmMzVhYTNjOGE1ZTY2YWY4N2I4ZjZhY2I5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08b7e572-e5c2-46ed-96c4-7902961ca093","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59f7653e-d284-46a4-9e4f-cce05cd9a8ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml","artifactChecksum":"ZGY5OWE1YjlkNWMzYzU1Mzg0Zjc5NjYyZjEzZjJhNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c9027e7-ebef-4fd7-9d95-6fb3da6f964e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0ce9908-21fb-458a-8518-00d9d92bfd01","artifactVersion":"2","generatedFromUUID":"59f7653e-d284-46a4-9e4f-cce05cd9a8ed"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220423041810-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml","artifactChecksum":"ZDYyYWFkMTU0NGEyYjliYzk1MjFlNjkxMTI1OTRkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c590a89-d013-4dd4-934a-32335b0f445a","artifactVersion":"1"},{"artifactName":"service-Vfw20220423041810-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar","artifactChecksum":"NDFlOWJmNGMwYmFmYTBiZGVkMDIyM2UwNzViOGU1NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d522df36-5b26-44e9-84c5-7e9f50d5dc70","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:20:48.786Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:48.787Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:48.791Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:48.792Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:48.891Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:48.893Z||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-04-23T04:20:48.894Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:48.913Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:48.914Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:49.792Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:49.794Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:49.799Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:49.799Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:20:49.901Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:20:49.903Z||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-04-23T04:20:49.903Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:49.923Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:49.923Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:50.800Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:50.802Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:50.805Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:50.806Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:20:50.906Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:50.908Z||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-04-23T04:20:50.908Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:50.935Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:50.936Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:20:51.806Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:51.808Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:51.811Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:51.811Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:51.911Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:51.913Z||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-04-23T04:20:51.913Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:51.930Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:51.932Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:52.812Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:52.813Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:52.817Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:52.817Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T04:20:52.917Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:52.918Z||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-04-23T04:20:52.919Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:52.938Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:52.939Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:53.818Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:53.819Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:53.823Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:53.823Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:20:53.923Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:53.925Z||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-04-23T04:20:53.925Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:53.947Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:53.948Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:54.824Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:54.826Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:54.829Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:54.829Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:20:54.929Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:54.931Z||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-04-23T04:20:54.931Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:54.949Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:54.950Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:55.832Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "serviceName": "vFW 2022-04-23 04-18-10",
  "serviceVersion": "1.0",
  "serviceUUID": "bcc07c78-2999-437c-8c35-9d37dc8fca99",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a0e384cb-443c-47ff-b0e1-5553d6f7694f",
  "resources": [
    {
      "resourceInstanceName": "vFW 5c531036-f6e9 0",
      "resourceCustomizationUUID": "2cd5f6f5-5af3-4c16-b26c-02d9b92e8255",
      "resourceName": "vFW 5c531036-f6e9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1480844f-76dd-4f90-85bf-5d4310fab9c3",
      "resourceInvariantUUID": "a35eef2f-f91a-4633-9ba9-8816e63f8bfc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5c531036f6e90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
          "artifactChecksum": "MTI0M2JmMzVhYTNjOGE1ZTY2YWY4N2I4ZjZhY2I5OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "08b7e572-e5c2-46ed-96c4-7902961ca093",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "59f7653e-d284-46a4-9e4f-cce05cd9a8ed",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d0ce9908-21fb-458a-8518-00d9d92bfd01",
            "generatedFromUUID": "59f7653e-d284-46a4-9e4f-cce05cd9a8ed"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d0ce9908-21fb-458a-8518-00d9d92bfd01",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220423041810-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
      "artifactChecksum": "NDFlOWJmNGMwYmFmYTBiZGVkMDIyM2UwNzViOGU1NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d522df36-5b26-44e9-84c5-7e9f50d5dc70"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:20:55.832Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:20:55.832Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bcc07c78-2999-437c-8c35-9d37dc8fca99 ASDC
2022-04-23T04:20:55.833Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ada8b442-47ef-4f12-a1e2-266d1fe864ef
ServiceName:vFW 2022-04-23 04-18-10
ServiceVersion:1.0
ServiceUUID:bcc07c78-2999-437c-8c35-9d37dc8fca99
ServiceInvariantUUID:a0e384cb-443c-47ff-b0e1-5553d6f7694f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220423041810-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
ArtifactUUID:d522df36-5b26-44e9-84c5-7e9f50d5dc70
ArtifactChecksum:NDFlOWJmNGMwYmFmYTBiZGVkMDIyM2UwNzViOGU1NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5c531036-f6e9 0
ResourceCustomizationUUID:2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
ResourceInvariantUUID:a35eef2f-f91a-4633-9ba9-8816e63f8bfc
ResourceName:vFW 5c531036-f6e9
ResourceType:VF
ResourceUUID:1480844f-76dd-4f90-85bf-5d4310fab9c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5c531036f6e90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
ArtifactUUID:08b7e572-e5c2-46ed-96c4-7902961ca093
ArtifactChecksum:MTI0M2JmMzVhYTNjOGE1ZTY2YWY4N2I4ZjZhY2I5OTM=
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/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
ArtifactUUID:59f7653e-d284-46a4-9e4f-cce05cd9a8ed
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/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
ArtifactUUID:d0ce9908-21fb-458a-8518-00d9d92bfd01
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/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
ArtifactUUID:d0ce9908-21fb-458a-8518-00d9d92bfd01
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T04:20:55.833Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcc07c78-2999-437c-8c35-9d37dc8fca99 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-04-23T04:20:55.889Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d522df36-5b26-44e9-84c5-7e9f50d5dc70 from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:56.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:56.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar d522df36-5b26-44e9-84c5-7e9f50d5dc70 98929
2022-04-23T04:20:56.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar ASDC sendASDCNotification
2022-04-23T04:20:56.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:56.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:56.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:56.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:56.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687656529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:20:56.633Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:56.635Z||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-04-23T04:20:56.635Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:56.654Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:20:56.655Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:57.534Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:57.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:57.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d522df36-5b26-44e9-84c5-7e9f50d5dc70, URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar to file: /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1041024259849823344/Definitions/service-Vfw20220423041810-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-23T04:21:01.612Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:21:01.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:21:01.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5c531036-f6e9 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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.617Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.617Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:21:01.617Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:21:01.618Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.618Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.618Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:21:01.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:01.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:21:01.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:01.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:01.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3049c3e8-92c8-475e-ab5b-2ffa349bcb9b
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.634Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:01.634Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:21:01.634Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c65f8827-8587-488d-bfff-bdf7ea558562
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1aad7485-2323-4961-815d-26d658fd03c7
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.641Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-23 04-18-10
Description:catalog service description
Model UUID:bcc07c78-2999-437c-8c35-9d37dc8fca99
Model Version:NULL
Model InvariantUuid:a0e384cb-443c-47ff-b0e1-5553d6f7694f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5c531036-f6e9
Model UUID:02af88e2-9874-47ca-af9a-e0cf0bcbe15c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a35eef2f-f91a-4633-9ba9-8816e63f8bfc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45be007e-f5b2-4174-a855-b7f33d37cb5f
ModelName:Vfw5c531036F6e9..base_vfw..module-0
ModelUuid:770679a0-3137-40fd-bd68-3411ff7e494e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3049c3e8-92c8-475e-ab5b-2ffa349bcb9b
ModelInvariantUuid:2944ff2b-9b0b-4f03-9e4d-bd66b98c1261
ModelName:vFW 5c531036-f6e9-nodes.vfwCvfc
ModelUuid:cf5096ae-371f-414a-8987-30a6e846e735
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9b52fdf0-f3cf-4668-acc6-6725b105c15c
ModelInvariantUuid:e74a54df-3e66-46fe-9a8e-604621cda061
ModelName:Vfw5c531036F6e9.compute.nodes.heat.vfw
ModelUuid:d630ad3a-4448-4188-900d-880efc3bf8cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c65f8827-8587-488d-bfff-bdf7ea558562
ModelInvariantUuid:738f0e8e-0b51-4d14-9ac1-8045426cbe77
ModelName:vFW 5c531036-f6e9-nodes.vsnCvfc
ModelUuid:28c558b7-a9a0-475e-91cf-d6c64823891d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6a992746-f9bc-404c-8ee3-bae9ee6eee33
ModelInvariantUuid:b0d8b04d-3144-4fdf-821a-fdf90129ab00
ModelName:Vfw5c531036F6e9.compute.nodes.heat.vsn
ModelUuid:c9186816-7b89-40e4-b51e-417146029d96
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1aad7485-2323-4961-815d-26d658fd03c7
ModelInvariantUuid:04bd95ff-8cf9-4050-addd-3d10136e800d
ModelName:vFW 5c531036-f6e9-nodes.vpgCvfc
ModelUuid:15e8038a-ac47-405f-97d7-2a2ef42bd95a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:097592b0-ff80-4dcd-8331-8227cf597226
ModelInvariantUuid:75fcd8da-2c76-4dcb-8304-de24827c271f
ModelName:Vfw5c531036F6e9.compute.nodes.heat.vpg
ModelUuid:864893c6-9f44-451a-8b94-a8df23cafda2
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-04-23T04:21:01.652Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1480844f-76dd-4f90-85bf-5d4310fab9c3
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-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||vFW 5c531036-f6e9 0
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1480844f-76dd-4f90-85bf-5d4310fab9c3
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 08b7e572-e5c2-46ed-96c4-7902961ca093 from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:21:01.660Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:01.918Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:21:01.918Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json 08b7e572-e5c2-46ed-96c4-7902961ca093 785
2022-04-23T04:21:01.919Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json ASDC sendASDCNotification
2022-04-23T04:21:01.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:01.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:21:01.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:01.931Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:01.931Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687661919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:02.026Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-23T04:21:02.028Z||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-04-23T04:21:02.028Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:02.050Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:02.051Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:02.935Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5c531036F6e9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "45be007e-f5b2-4174-a855-b7f33d37cb5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "770679a0-3137-40fd-bd68-3411ff7e494e",
    "vfModuleModelCustomizationUUID": "238c70a1-3737-4bc8-9c34-b8faa9458abb",
    "isBase": true,
    "artifacts": [
      "59f7653e-d284-46a4-9e4f-cce05cd9a8ed",
      "d0ce9908-21fb-458a-8518-00d9d92bfd01"
    ],
    "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-04-23T04:21:02.941Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5c531036F6e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:770679a0-3137-40fd-bd68-3411ff7e494e
VfModuleModelInvariantUUID:45be007e-f5b2-4174-a855-b7f33d37cb5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
59f7653e-d284-46a4-9e4f-cce05cd9a8ed
,
d0ce9908-21fb-458a-8518-00d9d92bfd01

}
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-04-23T04:21:02.947Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5c531036F6e9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "45be007e-f5b2-4174-a855-b7f33d37cb5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "770679a0-3137-40fd-bd68-3411ff7e494e",
    "vfModuleModelCustomizationUUID": "238c70a1-3737-4bc8-9c34-b8faa9458abb",
    "isBase": true,
    "artifacts": [
      "59f7653e-d284-46a4-9e4f-cce05cd9a8ed",
      "d0ce9908-21fb-458a-8518-00d9d92bfd01"
    ],
    "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-04-23T04:21:02.948Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5c531036F6e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:770679a0-3137-40fd-bd68-3411ff7e494e
VfModuleModelInvariantUUID:45be007e-f5b2-4174-a855-b7f33d37cb5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
59f7653e-d284-46a4-9e4f-cce05cd9a8ed
,
d0ce9908-21fb-458a-8518-00d9d92bfd01

}
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-04-23T04:21:02.948Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59f7653e-d284-46a4-9e4f-cce05cd9a8ed from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:02.948Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:21:02.949Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:03.221Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml 59f7653e-d284-46a4-9e4f-cce05cd9a8ed 20368
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:21:03.224Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:03.229Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:03.229Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687663223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:03.329Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:21:03.331Z||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-04-23T04:21:03.331Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:03.346Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:03.348Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:04.230Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0ce9908-21fb-458a-8518-00d9d92bfd01 from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:04.231Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:21:04.231Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:04.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:21:04.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env d0ce9908-21fb-458a-8518-00d9d92bfd01 2098
2022-04-23T04:21:04.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:21:04.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:04.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:21:04.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:04.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:04.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687664520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:04.629Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:21:04.630Z||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-04-23T04:21:04.630Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:04.646Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:04.647Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:05.531Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bcc07c78-2999-437c-8c35-9d37dc8fca99
2022-04-23T04:21:05.532Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5c531036-f6e9 0 1480844f-76dd-4f90-85bf-5d4310fab9c3 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-04-23T04:21:05.562Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3da596b, org.onap.sdc.toscaparser.api.parameters.Input@4ae1fb0, org.onap.sdc.toscaparser.api.parameters.Input@2809da66, org.onap.sdc.toscaparser.api.parameters.Input@cca16ec, org.onap.sdc.toscaparser.api.parameters.Input@5d0a171f]
2022-04-23T04:21:05.564Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.565Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.565Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-23T04:21:05.565Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
2022-04-23T04:21:05.566Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255 matches Tosca VF Customization UUID: 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
2022-04-23T04:21:05.566Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255  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-04-23T04:21:05.571Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.571Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.572Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255: {\"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-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1330e750
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 238c70a1-3737-4bc8-9c34-b8faa9458abb
2022-04-23T04:21:05.574Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 238c70a1-3737-4bc8-9c34-b8faa9458abb
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-04-23T04:21:05.578Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.579Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.579Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.579Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3049c3e8-92c8-475e-ab5b-2ffa349bcb9b
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-04-23T04:21:05.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:05.589Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:05.589Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:05.590Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.590Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.590Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.591Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:05.591Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:21:05.592Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:05.592Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.592Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:05.592Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.592Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c65f8827-8587-488d-bfff-bdf7ea558562
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-04-23T04:21:05.596Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.597Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.597Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.598Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.598Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:05.599Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:05.599Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:05.599Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:05.599Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.599Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.600Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.600Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:05.600Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:05.601Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:05.601Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.601Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.602Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:21:05.602Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1aad7485-2323-4961-815d-26d658fd03c7
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-04-23T04:21:05.605Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.606Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.606Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.606Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.606Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.607Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
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-04-23T04:21:05.609Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.609Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.610Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bcc07c78-2999-437c-8c35-9d37dc8fca99: vFW 5c531036-f6e9
2022-04-23T04:21:05.610Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.611Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.611Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.611Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.612Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.612Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.612Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:21:05.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-23 04-18-10 
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-04-23T04:21:05.957Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5c531036-f6e9 1480844f-76dd-4f90-85bf-5d4310fab9c3 1 ASDC deployResourceStructure
2022-04-23T04:21:05.958Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json ASDC sendASDCNotification
2022-04-23T04:21:05.958Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:05.958Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:21:05.959Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:05.961Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:05.961Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687665958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:06.062Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:21:06.064Z||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-04-23T04:21:06.064Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:06.087Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:06.088Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:06.963Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:21:06.963Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:06.963Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:21:06.964Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:06.967Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:06.968Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687666963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:07.068Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:21:07.069Z||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-04-23T04:21:07.070Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:07.085Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:07.086Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:07.969Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:21:07.970Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:07.970Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:21:07.970Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:07.973Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:07.974Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687667969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:08.074Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:21:08.076Z||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-04-23T04:21:08.076Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:08.127Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:08.128Z||pool-48-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:21:08.975Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar ASDC sendASDCNotification
2022-04-23T04:21:08.977Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:08.977Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:21:08.977Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:08.980Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:08.981Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687668975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:09.081Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:21:09.083Z||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-04-23T04:21:09.083Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:09.098Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:09.099Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:09.982Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ada8b442-47ef-4f12-a1e2-266d1fe864ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:21:10.004Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ada8b442-47ef-4f12-a1e2-266d1fe864ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:21:10.011Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:21:10.012Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:21:10.013Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:21:10.013Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:21:10.013Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:21:10.024Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:21:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:21:26.463Z||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-04-23T04:21:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:27.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:27.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687647727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:21:27.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:21:27.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:21:27.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:21:27.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:21:27.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T04:21:27.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:21:27.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687591634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:21:27.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:21:27.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687656529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:27.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687661919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:27.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687663223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:27.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687664520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:21:27.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687665958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:27.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687666963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:27.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687667969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:27.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:27.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:21:27.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687668975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:21:27.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:21:40.024Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ada8b442-47ef-4f12-a1e2-266d1fe864ef 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-04-23T04:21:40.034Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ada8b442-47ef-4f12-a1e2-266d1fe864ef and serviceModelVersionId: bcc07c78-2999-437c-8c35-9d37dc8fca99
2022-04-23T04:21:40.035Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0e384cb-443c-47ff-b0e1-5553d6f7694f
2022-04-23T04:21:40.037Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0
2022-04-23T04:21:40.044Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:21:40.152Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0|INFO|500||Invoke
2022-04-23T04:21:40.154Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ada8b442-47ef-4f12-a1e2-266d1fe864ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7081699a-5de7-4ada-b9cb-02920d319192], X-ECOMP-RequestID=[ada8b442-47ef-4f12-a1e2-266d1fe864ef], X-TransactionId=[], X-ONAP-RequestID=[ada8b442-47ef-4f12-a1e2-266d1fe864ef], Content-Type=[application/merge-patch+json]}
2022-04-23T04:21:40.189Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:21:40.302Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?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/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-04:21:41:023-6010], vertex-id=[204864], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:21:41 GMT], Content-Type=[application/json]}
2022-04-23T04:21:40.303Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:21:40.306Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0e384cb-443c-47ff-b0e1-5553d6f7694f/model-vers/model-ver/bcc07c78-2999-437c-8c35-9d37dc8fca99?depth=0|INFO|500||InvokeReturn
2022-04-23T04:21:40.306Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:21:40.308Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:21:40.330Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:21:40.332Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ada8b442-47ef-4f12-a1e2-266d1fe864ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:21:40.333Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:21:40.334Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:40.338Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:40.338Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687700332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:21:40.438Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:21:40.440Z||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-04-23T04:21:40.440Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:40.456Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:40.456Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:21:41.364Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:21:41.366Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:21:41.366Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:50.914Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:21:50.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:21:50.916Z||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-04-23T04:21:50.916Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:22:00.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:22:00.475Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:22:00.475Z||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-04-23T04:22:00.476Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:22:10.021Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:22:10.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:22:10.023Z||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-04-23T04:22:10.023Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:22:19.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:22:26.454Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:22:26.455Z||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-04-23T04:22:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:22:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:22:26.462Z||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-04-23T04:22:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:22:27.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:22:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-23T04:22:27.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650687700332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:22:27.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:22:35.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:23:26.454Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:23:26.455Z||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-04-23T04:23:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:23:26.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:23:26.462Z||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-04-23T04:23:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:23:36.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:23:36.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:24:26.454Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:24:26.455Z||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-04-23T04:24:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:24:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:24:26.462Z||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-04-23T04:24:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:24:35.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:24:36.013Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:25:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:25:26.456Z||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-04-23T04:25:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:25:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:25:26.464Z||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-04-23T04:25:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:25:36.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:25:36.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:26:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:26:26.455Z||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-04-23T04:26:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:26:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:26:26.462Z||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-04-23T04:26:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:26:35.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:26:36.007Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:27:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:27:26.456Z||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-04-23T04:27:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:27:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:27:26.463Z||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-04-23T04:27:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:27:36.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:27:36.017Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:28:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:28:26.455Z||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-04-23T04:28:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:28:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:28:26.462Z||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-04-23T04:28:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:28:36.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:28:36.059Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:26.454Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:29:26.457Z||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-04-23T04:29:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:29:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:29:26.462Z||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-04-23T04:29:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:29:27.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:27.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e60b4a27-4912-46c7-9ef7-11d7c780f47c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"492210c3-387c-4bbe-9207-282b11c560cb","serviceDescription":"service","serviceInvariantUUID":"6e91be3d-b3d2-40a2-9a6c-976154c9d9b1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"de9d9fdc-01e2-4803-b054-7a48876420e7","resourceInvariantUUID":"0e3d63dc-bef9-489b-a2f5-297963c73ccc","resourceCustomizationUUID":"ffd0b410-fbfc-499b-a96e-77a7d70f35cb","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":"ZjgwNjQ0MDM2YzJiOTc1YmQ2ZGMzZDMzMzFhZTYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1460ff4e-c499-4cce-a1f5-73027a66bf31","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTVhMTE2NWY4NWIxMWVmMWEyMDNiZTA4MTM4MTQ0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"567fba9f-d560-4d14-8019-47393c969b89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:29:27.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:29:27.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:29:27.111Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:29:27.112Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688166454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:27.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688140966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688141869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "cds",
  "timestamp": 1650688142433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688140966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688141869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:27.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "cds",
  "timestamp": 1650688142433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "cds",
  "timestamp": 1650688146222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "cds",
  "timestamp": 1650688147235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:29:27.164Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e60b4a27-4912-46c7-9ef7-11d7c780f47c
2022-04-23T04:29:27.165Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60b4a27-4912-46c7-9ef7-11d7c780f47c 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-04-23T04:29:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "policy-id",
  "timestamp": 1650688145974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "policy-id",
  "timestamp": 1650688145974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:27.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "policy-id",
  "timestamp": 1650688148763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:29:27.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "policy-id",
  "timestamp": 1650688149769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:29:27.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "aai-ml",
  "timestamp": 1650688149352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "policy-id",
  "timestamp": 1650688150773,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-04-23T04:29:27.210Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:29:27.211Z||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-04-23T04:29:27.211Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-23T04:29:27.221Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e60b4a27-4912-46c7-9ef7-11d7c780f47c
2022-04-23T04:29:27.222Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60b4a27-4912-46c7-9ef7-11d7c780f47c 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=?
2022-04-23T04:29:27.237Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:27.238Z||pool-51-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:29:27.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "aai-ml",
  "timestamp": 1650688149352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:27.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "aai-ml",
  "timestamp": 1650688152181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:29:27.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "dcae-sch",
  "timestamp": 1650688153100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "dcae-sch",
  "timestamp": 1650688153100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "aai-ml",
  "timestamp": 1650688158236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:29:27.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "clamp",
  "timestamp": 1650688158517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "aai-ml",
  "timestamp": 1650688159243,
  "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-04-23T04:29:27.266Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e60b4a27-4912-46c7-9ef7-11d7c780f47c
2022-04-23T04:29:27.266Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60b4a27-4912-46c7-9ef7-11d7c780f47c 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-04-23T04:29:27.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688158595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:29:27.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "clamp",
  "timestamp": 1650688158517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:27.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688158595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:27.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:29:27.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688161731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:29:27.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688163962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:29:27.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "clamp",
  "timestamp": 1650688164045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:29:27.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:27.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688164968,
  "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-04-23T04:29:27.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e60b4a27-4912-46c7-9ef7-11d7c780f47c
2022-04-23T04:29:27.298Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60b4a27-4912-46c7-9ef7-11d7c780f47c 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-04-23T04:29:27.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:29:27.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "clamp",
  "timestamp": 1650688166063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:29:27.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:29:28.112Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:29:28.114Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:29:28.117Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:29:28.117Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688166454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:29:28.217Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:29:28.218Z||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-04-23T04:29:28.218Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:29:28.246Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:28.246Z||pool-52-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:29:29.119Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "492210c3-387c-4bbe-9207-282b11c560cb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e91be3d-b3d2-40a2-9a6c-976154c9d9b1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ffd0b410-fbfc-499b-a96e-77a7d70f35cb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "de9d9fdc-01e2-4803-b054-7a48876420e7",
      "resourceInvariantUUID": "0e3d63dc-bef9-489b-a2f5-297963c73ccc",
      "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": "YTVhMTE2NWY4NWIxMWVmMWEyMDNiZTA4MTM4MTQ0MzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "567fba9f-d560-4d14-8019-47393c969b89"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:29:29.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:29:29.121Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 492210c3-387c-4bbe-9207-282b11c560cb ASDC
2022-04-23T04:29:29.122Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e60b4a27-4912-46c7-9ef7-11d7c780f47c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:492210c3-387c-4bbe-9207-282b11c560cb
ServiceInvariantUUID:6e91be3d-b3d2-40a2-9a6c-976154c9d9b1
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:567fba9f-d560-4d14-8019-47393c969b89
ArtifactChecksum:YTVhMTE2NWY4NWIxMWVmMWEyMDNiZTA4MTM4MTQ0MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ffd0b410-fbfc-499b-a96e-77a7d70f35cb
ResourceInvariantUUID:0e3d63dc-bef9-489b-a2f5-297963c73ccc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:de9d9fdc-01e2-4803-b054-7a48876420e7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-23T04:29:29.123Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 492210c3-387c-4bbe-9207-282b11c560cb 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-04-23T04:29:29.176Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:29:29.177Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:29:29.177Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:29:29.177Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 567fba9f-d560-4d14-8019-47393c969b89 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T04:29:29.178Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:29:29.178Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T04:29:29.735Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:29:29.738Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 567fba9f-d560-4d14-8019-47393c969b89 52489
2022-04-23T04:29:29.739Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-23T04:29:29.740Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T04:29:29.740Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:29:29.741Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:29:29.744Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:29:29.744Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688169739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:29:29.845Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:29:29.847Z||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-04-23T04:29:29.847Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:29:29.865Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:29.866Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:29:30.748Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:29:30.749Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:29:30.750Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 567fba9f-d560-4d14-8019-47393c969b89, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T04:29:30.751Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-23T04:29:30.751Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T04:29:30.752Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T04:29:31.029Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7491788604431056092/Definitions/service-BasicNetwork-template.yml
2022-04-23T04:29:31.873Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:29:31.875Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:29:31.875Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T04:29:31.875Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-23T04:29:31.876Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.876Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.876Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.877Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.877Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T04:29:31.878Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.878Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.878Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.878Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:29:31.878Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.879Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.879Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-23T04:29:31.880Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:29:31.880Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:29:31.880Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.880Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.881Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-23T04:29:31.881Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:29:31.881Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:29:31.882Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.882Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.882Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.882Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.883Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.883Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.883Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.883Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.885Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.886Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.886Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:492210c3-387c-4bbe-9207-282b11c560cb
Model Version:NULL
Model InvariantUuid:6e91be3d-b3d2-40a2-9a6c-976154c9d9b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0e3d63dc-bef9-489b-a2f5-297963c73ccc
Model UUID:a4f47895-d283-493d-b496-c5e525fc7f6b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ffd0b410-fbfc-499b-a96e-77a7d70f35cb
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-04-23T04:29:31.903Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: de9d9fdc-01e2-4803-b054-7a48876420e7
2022-04-23T04:29:31.903Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||No resources found for Service: 492210c3-387c-4bbe-9207-282b11c560cb
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-04-23T04:29:31.917Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||
2022-04-23T04:29:31.918Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-23T04:29:31.919Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 492210c3-387c-4bbe-9207-282b11c560cb
2022-04-23T04:29:31.919Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 492210c3-387c-4bbe-9207-282b11c560cb
2022-04-23T04:29:31.919Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-23T04:29:31.920Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:31.932Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@284a4d2d, org.onap.sdc.toscaparser.api.parameters.Input@4a490a4b, org.onap.sdc.toscaparser.api.parameters.Input@7a584f58, org.onap.sdc.toscaparser.api.parameters.Input@75a076f8, org.onap.sdc.toscaparser.api.parameters.Input@f797e44]
2022-04-23T04:29:31.938Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.939Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.939Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.940Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.940Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 492210c3-387c-4bbe-9207-282b11c560cb: Generic NeutronNet
2022-04-23T04:29:31.940Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.941Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:31.941Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:31.941Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:32.043Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:32.043Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:32.044Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:32.044Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:32.044Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:29:32.045Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:29:32.045Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||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-04-23T04:29:32.163Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-23T04:29:32.164Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-23T04:29:32.164Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T04:29:32.165Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:29:32.165Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:29:32.168Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:29:32.169Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688172164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:29:32.269Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:29:32.271Z||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-04-23T04:29:32.272Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:29:32.288Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:29:32.289Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:29:33.174Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e60b4a27-4912-46c7-9ef7-11d7c780f47c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:29:33.194Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e60b4a27-4912-46c7-9ef7-11d7c780f47c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:29:33.203Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:29:33.204Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:29:33.204Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:29:33.204Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:29:33.205Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:29:33.205Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:29:33.206Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:29:33.206Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:29:33.206Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:29:33.207Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:29:33.218Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:30:03.219Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e60b4a27-4912-46c7-9ef7-11d7c780f47c 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-04-23T04:30:03.230Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e60b4a27-4912-46c7-9ef7-11d7c780f47c and serviceModelVersionId: 492210c3-387c-4bbe-9207-282b11c560cb
2022-04-23T04:30:03.230Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e91be3d-b3d2-40a2-9a6c-976154c9d9b1
2022-04-23T04:30:03.233Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0
2022-04-23T04:30:03.243Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:30:03.366Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0|INFO|500||Invoke
2022-04-23T04:30:03.367Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e60b4a27-4912-46c7-9ef7-11d7c780f47c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd89fc48-ccb7-4e31-b989-14d689fc3f17], X-ECOMP-RequestID=[e60b4a27-4912-46c7-9ef7-11d7c780f47c], X-TransactionId=[], X-ONAP-RequestID=[e60b4a27-4912-46c7-9ef7-11d7c780f47c], Content-Type=[application/merge-patch+json]}
2022-04-23T04:30:03.407Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:30:04.243Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?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/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:30:04:248-7450], vertex-id=[421904], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:30:04 GMT], Content-Type=[application/json]}
2022-04-23T04:30:04.245Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:30:04.246Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e91be3d-b3d2-40a2-9a6c-976154c9d9b1/model-vers/model-ver/492210c3-387c-4bbe-9207-282b11c560cb?depth=0|INFO|500||InvokeReturn
2022-04-23T04:30:04.247Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:30:04.247Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:30:04.259Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:30:04.259Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e60b4a27-4912-46c7-9ef7-11d7c780f47c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:30:04.260Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:30:04.261Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:04.266Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:04.267Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688204260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:30:04.367Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:30:04.369Z||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-04-23T04:30:04.369Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:04.390Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:04.391Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:30:26.454Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:30:26.455Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|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-04-23T04:30:26.456Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:30:26.461Z||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-04-23T04:30:26.461Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:26.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:26.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:30:26.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "clamp",
  "timestamp": 1650688167068,
  "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-04-23T04:30:26.609Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e60b4a27-4912-46c7-9ef7-11d7c780f47c
2022-04-23T04:30:26.609Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e60b4a27-4912-46c7-9ef7-11d7c780f47c 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-04-23T04:30:27.094Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:27.095Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T04:30:27.096Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6597da04-35cc-49c4-bc9d-d069c6418e79","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"de7fbb22-f2d7-43fb-a2e0-0678a40a6770","serviceDescription":"service","serviceInvariantUUID":"88ca1762-6556-4fc2-a09c-f58d5f61bc24","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8b6ce57-605d-43ed-be3e-0fac39be5ed5","resourceInvariantUUID":"450f7df6-3ef8-4bdd-8823-0119bbc7e358","resourceCustomizationUUID":"ce5aad89-5722-4678-b883-a2572d4501c3","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":"MWEyOTYyYThmY2VhMzQ5ZmRmMjVhNGM2MjM0OWM1ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"802a5fd5-dd25-453e-90a5-554b5beddc41","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":"fd88bd00-ee8a-4282-a80a-9f44adf82f27","artifactVersion":"2","generatedFromUUID":"e405a6bd-f58b-4b99-89a4-90922a6d1180"},{"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":"e405a6bd-f58b-4b99-89a4-90922a6d1180","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":"N2JkNzVjM2Y2ODZkN2YzNTJjNzdkYzYwNmE5ZDhlYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df2caa1b-3d2a-47f3-9165-80b5e68c68b1","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":"c75ca20e-6b52-4e31-a2ad-5760ad087068","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":"4e7193e8-096e-4e9d-ae69-cde5e72bae51","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":"b68e4e43-9734-4dfe-929d-45f473e0ff35","artifactVersion":"2","generatedFromUUID":"c75ca20e-6b52-4e31-a2ad-5760ad087068"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWVjMzY0YTMwNDcxYzE4MjRmODAyNWMxMTM5YjZiNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064afd7d-e733-4c4a-b218-ba2b14146524","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDI5MDkzMTRhMzAzZWFlYzIyOGIwYjQzMjE0MDdhZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2304924c-73d4-450d-9f6b-353f475b94a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:30:27.100Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:27.100Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:27.104Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:27.104Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:30:27.205Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:27.207Z||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-04-23T04:30:27.207Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:27.239Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:27.240Z||pool-56-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:28.105Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:28.106Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:28.110Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:28.111Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-23T04:30:28.211Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:28.212Z||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-04-23T04:30:28.212Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:28.244Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:28.245Z||pool-57-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:29.111Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:29.112Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:29.115Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:29.116Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-23T04:30:29.215Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:30:29.216Z||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-04-23T04:30:29.217Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:29.247Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:29.248Z||pool-58-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:30.118Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:30.120Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:30.124Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:30.124Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:30:30.225Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:30:30.226Z||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-04-23T04:30:30.226Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:30.252Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:30.253Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:31.125Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:31.127Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:31.130Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:31.130Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:30:31.230Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:30:31.232Z||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-04-23T04:30:31.232Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:31.253Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:31.254Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:32.131Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:32.133Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:32.136Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:32.136Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:30:32.236Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:32.238Z||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-04-23T04:30:32.239Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:32.263Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:32.264Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:33.137Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:33.138Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:33.141Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:33.141Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-23T04:30:33.242Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:33.243Z||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-04-23T04:30:33.244Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:33.290Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:33.291Z||pool-62-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:30:34.143Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:34.145Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:34.154Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:34.154Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:30:34.254Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:34.256Z||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-04-23T04:30:34.256Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:34.270Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:34.271Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:35.157Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:30:35.166Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:35.169Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:35.169Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:30:35.270Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:35.271Z||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-04-23T04:30:35.272Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:35.293Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:35.294Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:36.171Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "de7fbb22-f2d7-43fb-a2e0-0678a40a6770",
  "serviceDescription": "service",
  "serviceInvariantUUID": "88ca1762-6556-4fc2-a09c-f58d5f61bc24",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ce5aad89-5722-4678-b883-a2572d4501c3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c8b6ce57-605d-43ed-be3e-0fac39be5ed5",
      "resourceInvariantUUID": "450f7df6-3ef8-4bdd-8823-0119bbc7e358",
      "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": "fd88bd00-ee8a-4282-a80a-9f44adf82f27",
          "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": "e405a6bd-f58b-4b99-89a4-90922a6d1180",
          "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": "N2JkNzVjM2Y2ODZkN2YzNTJjNzdkYzYwNmE5ZDhlYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df2caa1b-3d2a-47f3-9165-80b5e68c68b1",
          "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": "c75ca20e-6b52-4e31-a2ad-5760ad087068",
          "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": "b68e4e43-9734-4dfe-929d-45f473e0ff35",
            "generatedFromUUID": "c75ca20e-6b52-4e31-a2ad-5760ad087068"
          },
          "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": "b68e4e43-9734-4dfe-929d-45f473e0ff35",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDI5MDkzMTRhMzAzZWFlYzIyOGIwYjQzMjE0MDdhZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2304924c-73d4-450d-9f6b-353f475b94a2"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:30:36.172Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:30:36.192Z|e60b4a27-4912-46c7-9ef7-11d7c780f47c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 de7fbb22-f2d7-43fb-a2e0-0678a40a6770 ASDC
2022-04-23T04:30:36.195Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6597da04-35cc-49c4-bc9d-d069c6418e79
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:de7fbb22-f2d7-43fb-a2e0-0678a40a6770
ServiceInvariantUUID:88ca1762-6556-4fc2-a09c-f58d5f61bc24
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:2304924c-73d4-450d-9f6b-353f475b94a2
ArtifactChecksum:ZDI5MDkzMTRhMzAzZWFlYzIyOGIwYjQzMjE0MDdhZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ce5aad89-5722-4678-b883-a2572d4501c3
ResourceInvariantUUID:450f7df6-3ef8-4bdd-8823-0119bbc7e358
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c8b6ce57-605d-43ed-be3e-0fac39be5ed5
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:fd88bd00-ee8a-4282-a80a-9f44adf82f27
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:e405a6bd-f58b-4b99-89a4-90922a6d1180
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:df2caa1b-3d2a-47f3-9165-80b5e68c68b1
ArtifactChecksum:N2JkNzVjM2Y2ODZkN2YzNTJjNzdkYzYwNmE5ZDhlYjk=
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:c75ca20e-6b52-4e31-a2ad-5760ad087068
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:b68e4e43-9734-4dfe-929d-45f473e0ff35
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:b68e4e43-9734-4dfe-929d-45f473e0ff35
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T04:30:36.195Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de7fbb22-f2d7-43fb-a2e0-0678a40a6770 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-04-23T04:30:36.285Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:30:36.287Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:30:36.287Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:30:36.287Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2304924c-73d4-450d-9f6b-353f475b94a2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T04:30:36.287Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:30:36.288Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T04:30:36.939Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:30:36.945Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2304924c-73d4-450d-9f6b-353f475b94a2 68941
2022-04-23T04:30:36.946Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-23T04:30:36.946Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T04:30:36.946Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:30:36.947Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:36.966Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:36.966Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688236946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:30:37.052Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-04-23T04:30:37.053Z||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-04-23T04:30:37.053Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:37.073Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:37.074Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:37.967Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:30:37.968Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:30:37.969Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2304924c-73d4-450d-9f6b-353f475b94a2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T04:30:37.969Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-23T04:30:37.970Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T04:30:37.970Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T04:30:38.254Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3550501598864949578/Definitions/service-BasicCnf-template.yml
2022-04-23T04:30:40.514Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:30:40.515Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:30:40.515Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T04:30:40.516Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-23T04:30:40.516Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:40.516Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:40.516Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T04:30:40.517Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:40.517Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:30:40.518Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.518Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.518Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:40.519Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:30:40.519Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:30:40.520Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.520Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.520Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:40.520Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:30:40.520Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:30:40.521Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.521Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.522Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.522Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-23T04:30:40.523Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-23T04:30:40.523Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-23T04:30:40.523Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:30:40.524Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.524Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:30:40.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:40.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:30:40.526Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.527Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:40.527Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:30:40.527Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.528Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:40.528Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:30:40.528Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.529Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-23T04:30:40.529Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-23T04:30:40.530Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=59f10204-e841-4262-ab49-7e5ef7b6a0b0
2022-04-23T04:30:40.530Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.530Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.531Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.531Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.532Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.533Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.534Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:40.535Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:40.536Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:de7fbb22-f2d7-43fb-a2e0-0678a40a6770
Model Version:NULL
Model InvariantUuid:88ca1762-6556-4fc2-a09c-f58d5f61bc24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c44f00fb-d9cf-4751-a8af-1d3f8d703b72
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:450f7df6-3ef8-4bdd-8823-0119bbc7e358
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce5aad89-5722-4678-b883-a2572d4501c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33d3b78f-9af1-4546-9916-835fbf8195a9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e087267e-7df7-46a3-8f90-dee565137638
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59f10204-e841-4262-ab49-7e5ef7b6a0b0
ModelInvariantUuid:610d67c7-2603-4206-98d3-2a2f73a456f5
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4874a886-eb59-42c0-b3ce-4ba94b981f46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9c4ec5ff-db9f-42f8-8266-f9c736117261
ModelInvariantUuid:6513b703-6faf-42b8-98d0-f949bd106d4e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7b631c9a-2ebb-44a7-a61b-5902f1c7c5cb
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-04-23T04:30:40.546Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c8b6ce57-605d-43ed-be3e-0fac39be5ed5
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-04-23T04:30:40.553Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-04-23T04:30:40.554Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8b6ce57-605d-43ed-be3e-0fac39be5ed5
2022-04-23T04:30:40.554Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fd88bd00-ee8a-4282-a80a-9f44adf82f27 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-23T04:30:40.555Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:30:40.555Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:40.616Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:30:40.616Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fd88bd00-ee8a-4282-a80a-9f44adf82f27 12
2022-04-23T04:30:40.617Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:40.617Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:40.617Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:30:40.618Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:40.621Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:40.621Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688240617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:30:40.721Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:40.723Z||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-04-23T04:30:40.723Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:40.754Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:40.755Z||pool-66-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:41.622Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e405a6bd-f58b-4b99-89a4-90922a6d1180 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-23T04:30:41.623Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:30:41.623Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:41.746Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:30:41.747Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e405a6bd-f58b-4b99-89a4-90922a6d1180 2688
2022-04-23T04:30:41.748Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:41.748Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:41.748Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:30:41.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:41.752Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:41.753Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688241747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:30:41.853Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:41.854Z||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-04-23T04:30:41.854Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:41.882Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:41.882Z||pool-67-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:42.755Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: df2caa1b-3d2a-47f3-9165-80b5e68c68b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-23T04:30:42.755Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:30:42.756Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:42.930Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:30:42.930Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json df2caa1b-3d2a-47f3-9165-80b5e68c68b1 828
2022-04-23T04:30:42.931Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:42.931Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:42.931Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:30:42.931Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:42.934Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:42.934Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688242931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:30:43.034Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:43.036Z||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-04-23T04:30:43.037Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:43.055Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:43.056Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:43.935Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "33d3b78f-9af1-4546-9916-835fbf8195a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e087267e-7df7-46a3-8f90-dee565137638",
    "vfModuleModelCustomizationUUID": "0c7d683e-9c57-4506-839f-ca29fd1a08df",
    "isBase": true,
    "artifacts": [
      "e405a6bd-f58b-4b99-89a4-90922a6d1180",
      "c75ca20e-6b52-4e31-a2ad-5760ad087068",
      "b68e4e43-9734-4dfe-929d-45f473e0ff35"
    ],
    "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-04-23T04:30:43.943Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e087267e-7df7-46a3-8f90-dee565137638
VfModuleModelInvariantUUID:33d3b78f-9af1-4546-9916-835fbf8195a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
e405a6bd-f58b-4b99-89a4-90922a6d1180
,
c75ca20e-6b52-4e31-a2ad-5760ad087068
,
b68e4e43-9734-4dfe-929d-45f473e0ff35

}
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-04-23T04:30:43.946Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "33d3b78f-9af1-4546-9916-835fbf8195a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e087267e-7df7-46a3-8f90-dee565137638",
    "vfModuleModelCustomizationUUID": "0c7d683e-9c57-4506-839f-ca29fd1a08df",
    "isBase": true,
    "artifacts": [
      "e405a6bd-f58b-4b99-89a4-90922a6d1180",
      "c75ca20e-6b52-4e31-a2ad-5760ad087068",
      "b68e4e43-9734-4dfe-929d-45f473e0ff35"
    ],
    "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-04-23T04:30:43.947Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e087267e-7df7-46a3-8f90-dee565137638
VfModuleModelInvariantUUID:33d3b78f-9af1-4546-9916-835fbf8195a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
e405a6bd-f58b-4b99-89a4-90922a6d1180
,
c75ca20e-6b52-4e31-a2ad-5760ad087068
,
b68e4e43-9734-4dfe-929d-45f473e0ff35

}
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-04-23T04:30:43.947Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c75ca20e-6b52-4e31-a2ad-5760ad087068 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-23T04:30:43.947Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:30:43.947Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:44.003Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:30:44.003Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c75ca20e-6b52-4e31-a2ad-5760ad087068 1164
2022-04-23T04:30:44.005Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:44.005Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:44.006Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:30:44.006Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:44.009Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:44.010Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688244005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:30:44.110Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:44.111Z||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-04-23T04:30:44.112Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:44.131Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:44.132Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:45.011Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b68e4e43-9734-4dfe-929d-45f473e0ff35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-23T04:30:45.012Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:30:45.013Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:45.161Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:30:45.162Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b68e4e43-9734-4dfe-929d-45f473e0ff35 200
2022-04-23T04:30:45.162Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:45.163Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:45.163Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:30:45.163Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:45.166Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:45.167Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688245162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:30:45.267Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:45.270Z||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-04-23T04:30:45.270Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:45.287Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:45.288Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:30:46.168Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: de7fbb22-f2d7-43fb-a2e0-0678a40a6770
2022-04-23T04:30:46.169Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c8b6ce57-605d-43ed-be3e-0fac39be5ed5 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 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-04-23T04:30:46.227Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:30:46.239Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c327493, org.onap.sdc.toscaparser.api.parameters.Input@f1ae9ea, org.onap.sdc.toscaparser.api.parameters.Input@45e895cf, org.onap.sdc.toscaparser.api.parameters.Input@848c2be, org.onap.sdc.toscaparser.api.parameters.Input@6731b9c8]
2022-04-23T04:30:46.241Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.242Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.242Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T04:30:46.242Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ce5aad89-5722-4678-b883-a2572d4501c3
2022-04-23T04:30:46.242Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce5aad89-5722-4678-b883-a2572d4501c3 matches Tosca VF Customization UUID: ce5aad89-5722-4678-b883-a2572d4501c3
2022-04-23T04:30:46.242Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ce5aad89-5722-4678-b883-a2572d4501c3  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-04-23T04:30:46.248Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.249Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.250Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ce5aad89-5722-4678-b883-a2572d4501c3: {\"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-04-23T04:30:46.250Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e89deb
2022-04-23T04:30:46.252Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.252Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:30:46.254Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c7d683e-9c57-4506-839f-ca29fd1a08df
2022-04-23T04:30:46.254Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c7d683e-9c57-4506-839f-ca29fd1a08df
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-04-23T04:30:46.261Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.263Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:46.263Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:30:46.264Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.264Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:46.265Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:30:46.271Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.272Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-23T04:30:46.272Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-23T04:30:46.272Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=59f10204-e841-4262-ab49-7e5ef7b6a0b0
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-04-23T04:30:46.294Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.294Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:46.295Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:30:46.296Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.297Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T04:30:46.297Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ce5aad89-5722-4678-b883-a2572d4501c3
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-04-23T04:30:46.301Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.302Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.302Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid de7fbb22-f2d7-43fb-a2e0-0678a40a6770: basic_cnf
2022-04-23T04:30:46.302Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.303Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.303Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.303Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.304Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.304Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.305Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.306Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.306Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:30:46.306Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:30:46.306Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:46.511Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c8b6ce57-605d-43ed-be3e-0fac39be5ed5 1 ASDC deployResourceStructure
2022-04-23T04:30:46.512Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:46.512Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:46.513Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-23T04:30:46.516Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:46.522Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:46.523Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688246512,
  "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-04-23T04:30:46.624Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:46.626Z||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-04-23T04:30:46.626Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:46.641Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:46.641Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:47.524Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:47.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:47.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-23T04:30:47.526Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:47.528Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:47.528Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688247524,
  "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-04-23T04:30:47.628Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:47.630Z||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-04-23T04:30:47.630Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:47.646Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:47.647Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:48.530Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:48.530Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:48.530Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:30:48.531Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:48.534Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:48.534Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688248530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:30:48.634Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:48.635Z||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-04-23T04:30:48.636Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:48.657Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:48.658Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:30:49.536Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:49.537Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:49.537Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:30:49.538Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:49.540Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:49.540Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688249536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:30:49.641Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:30:49.642Z||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-04-23T04:30:49.642Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:49.660Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:49.661Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:30:50.542Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:50.542Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||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-04-23T04:30:50.542Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:30:50.543Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:50.547Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:50.547Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688250542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:30:50.647Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:30:50.648Z||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-04-23T04:30:50.649Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:50.667Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:50.667Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:51.549Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-23T04:30:51.550Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T04:30:51.550Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:30:51.551Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:30:51.572Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:30:51.572Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688251549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:30:51.672Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:30:51.674Z||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-04-23T04:30:51.674Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:30:51.689Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:30:51.691Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:30:52.576Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:30:52.594Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:30:52.597Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:30:52.598Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:30:52.598Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:31:22.598Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:31:22.613Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:31:22.617Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:31:22.618Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:31:22.618Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:31:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:31:26.463Z||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-04-23T04:31:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:31:26.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:31:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688166454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688166454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688169739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:31:26.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:31:26.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688172164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:31:26.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:31:26.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e60b4a27-4912-46c7-9ef7-11d7c780f47c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688204260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:31:26.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:31:26.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "dcae-sch",
  "timestamp": 1650688213100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688209353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688217433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688226239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:31:26.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:31:26.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:31:26.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:31:52.618Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:31:52.632Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:31:52.645Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:31:52.646Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:31:52.647Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:32:22.649Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:32:22.663Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:32:22.674Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:32:22.674Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:32:22.675Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:32:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:32:26.462Z||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-04-23T04:32:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:32:26.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:32:26.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:32:26.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:32:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:32:52.676Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:32:52.693Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:32:52.700Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:32:52.700Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:32:52.700Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:33:22.701Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:33:22.720Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:33:22.726Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:33:22.726Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:33:22.726Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:33:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:33:26.462Z||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-04-23T04:33:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:33:26.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:33:26.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688227826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688218517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688218595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "cds",
  "timestamp": 1650688228836,
  "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-04-23T04:33:26.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6597da04-35cc-49c4-bc9d-d069c6418e79
2022-04-23T04:33:26.535Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:33:26.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688220966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688229333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688232160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688233472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688232725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688233732,
  "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-04-23T04:33:26.586Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6597da04-35cc-49c4-bc9d-d069c6418e79
2022-04-23T04:33:26.587Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:33:26.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688234971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688236266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688235932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688236075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688237317,
  "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-04-23T04:33:26.622Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6597da04-35cc-49c4-bc9d-d069c6418e79
2022-04-23T04:33:26.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:33:26.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688236946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688236939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688237116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688238322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "policy-id",
  "timestamp": 1650688237967,
  "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-04-23T04:33:26.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6597da04-35cc-49c4-bc9d-d069c6418e79
2022-04-23T04:33:26.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:33:26.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "clamp",
  "timestamp": 1650688238123,
  "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-04-23T04:33:26.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6597da04-35cc-49c4-bc9d-d069c6418e79
2022-04-23T04:33:26.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:33:26.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688232433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "dcae-sch",
  "timestamp": 1650688233100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688240728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688240148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688240617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "cds",
  "timestamp": 1650688241746,
  "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-04-23T04:33:26.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
2022-04-23T04:33:26.734Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:33:26.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "aai-ml",
  "timestamp": 1650688241156,
  "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-04-23T04:33:26.765Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6597da04-35cc-49c4-bc9d-d069c6418e79
2022-04-23T04:33:26.765Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:33:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688241747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688242931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688244005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688221869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688225974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688245162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688246462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688246101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688240966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688246512,
  "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-04-23T04:33:26.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688247525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688247112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688247524,
  "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-04-23T04:33:26.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688248624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "policy-id",
  "timestamp": 1650688248116,
  "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-04-23T04:33:26.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
2022-04-23T04:33:26.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:33:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688248530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688249647,
  "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-04-23T04:33:26.822Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
2022-04-23T04:33:26.822Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:33:26.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688249536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688250652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688250240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688250542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688251549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688247433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688257314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688256658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688249120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688258448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688251676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "cds",
  "timestamp": 1650688260185,
  "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-04-23T04:33:26.877Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6b25dcd-7330-4fde-8fd8-a5a127a0283a
2022-04-23T04:33:26.877Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b25dcd-7330-4fde-8fd8-a5a127a0283a 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-04-23T04:33:26.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688259455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "dcae-sch",
  "timestamp": 1650688253100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688260076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688260951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "policy-id",
  "timestamp": 1650688260460,
  "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-04-23T04:33:26.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b25dcd-7330-4fde-8fd8-a5a127a0283a
2022-04-23T04:33:26.901Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b25dcd-7330-4fde-8fd8-a5a127a0283a 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-04-23T04:33:26.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688261088,
  "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-04-23T04:33:26.923Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
2022-04-23T04:33:26.924Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:33:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688262553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688263080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688264066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:26.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688265099,
  "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-04-23T04:33:26.954Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b25dcd-7330-4fde-8fd8-a5a127a0283a
2022-04-23T04:33:26.954Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b25dcd-7330-4fde-8fd8-a5a127a0283a 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-04-23T04:33:26.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688265090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688266104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:26.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:26.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:26.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:26.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:26.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "clamp",
  "timestamp": 1650688266097,
  "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-04-23T04:33:26.986Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
2022-04-23T04:33:26.987Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:33:27.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688267038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:27.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688260966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "aai-ml",
  "timestamp": 1650688268044,
  "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-04-23T04:33:27.021Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
2022-04-23T04:33:27.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:33:27.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688248595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688270276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:27.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688262433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688274372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:27.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688265974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688267109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688248517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "cds",
  "timestamp": 1650688275382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-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-04-23T04:33:27.087Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 787b7d00-25af-4815-81f1-bb77feff3327
2022-04-23T04:33:27.087Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:33:27.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688274617,
  "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-04-23T04:33:27.115Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6b25dcd-7330-4fde-8fd8-a5a127a0283a
2022-04-23T04:33:27.115Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b25dcd-7330-4fde-8fd8-a5a127a0283a 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-04-23T04:33:27.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688274715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:27.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688275720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:33:27.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688242161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "policy-id",
  "timestamp": 1650688276726,
  "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-04-23T04:33:27.145Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 787b7d00-25af-4815-81f1-bb77feff3327
2022-04-23T04:33:27.147Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:33:27.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688277163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:27.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "dcae-sch",
  "timestamp": 1650688273100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688284080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:33:27.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:33:27.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:33:27.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:27.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:33:27.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688278597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:33:27.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:33:52.727Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:33:52.744Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:33:52.748Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:33:52.748Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:33:52.748Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:33:52.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:33:52.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:33:52.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:33:52.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:33:52.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:33:52.749Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:33:52.750Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:33:52.750Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:33:52.756Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:34:22.757Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6597da04-35cc-49c4-bc9d-d069c6418e79 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-04-23T04:34:22.764Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6597da04-35cc-49c4-bc9d-d069c6418e79 and serviceModelVersionId: de7fbb22-f2d7-43fb-a2e0-0678a40a6770
2022-04-23T04:34:22.764Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88ca1762-6556-4fc2-a09c-f58d5f61bc24
2022-04-23T04:34:22.765Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0
2022-04-23T04:34:22.773Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:34:22.842Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0|INFO|500||Invoke
2022-04-23T04:34:22.843Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6597da04-35cc-49c4-bc9d-d069c6418e79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c876c34e-1689-4804-b445-85ff7c08ca16], X-ECOMP-RequestID=[6597da04-35cc-49c4-bc9d-d069c6418e79], X-TransactionId=[], X-ONAP-RequestID=[6597da04-35cc-49c4-bc9d-d069c6418e79], Content-Type=[application/merge-patch+json]}
2022-04-23T04:34:22.878Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:34:23.431Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?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/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-04:34:23:719-16270], vertex-id=[442472], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:34:23 GMT], Content-Type=[application/json]}
2022-04-23T04:34:23.431Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:34:23.432Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88ca1762-6556-4fc2-a09c-f58d5f61bc24/model-vers/model-ver/de7fbb22-f2d7-43fb-a2e0-0678a40a6770?depth=0|INFO|500||InvokeReturn
2022-04-23T04:34:23.433Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:34:23.433Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:34:23.444Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:34:23.444Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6597da04-35cc-49c4-bc9d-d069c6418e79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:34:23.445Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:34:23.445Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:23.449Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:23.449Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688463445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:34:23.549Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:23.550Z||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-04-23T04:34:23.550Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:23.576Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:23.577Z||pool-77-thread-1|||||INFO|500||cambria reply ok (28 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-04-23T04:34:24.470Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T04:34:24.470Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f9b4b772-584c-4aed-8e37-3c06530ad45a","serviceDescription":"service","serviceInvariantUUID":"0a2f9d70-114c-4e88-acc4-d7d42850b7a7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90c5241d-59aa-4efe-8ef7-72ff6b9b797d","resourceInvariantUUID":"7ea0d7a5-ba1e-4a43-8232-1ad012f4d2bb","resourceCustomizationUUID":"ceac976b-a4ce-4bca-a535-bbdeb35b54c5","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":"NDUwMjE3NTg2MjhlMmQwNDk1OWM1YTBjNmU5YTdlMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e80788-8d6a-463a-8b3b-ecf437b3ca13","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":"MjAwYWU4OTBjYWFkYmNmNDU3OWUwNTVjNDVlOGVmODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4097ea99-409e-469d-ab0a-e2adfae5ffc2","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":"17d938d1-9f5f-44ad-b719-ad11d76da982","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":"195b25b6-08cd-48f7-8bcb-7f1764246bfa","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":"3e477b08-4d7d-43ea-bff1-b9baa645a231","artifactVersion":"2","generatedFromUUID":"17d938d1-9f5f-44ad-b719-ad11d76da982"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDlkZmFlZDI2ZWNhNGE4NTViNDVjODY3NTNmMjk4ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"820df07c-afac-4402-ac97-35a6c9b7f12c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWRjMTE4ZmZmYzkyMWEyOTUwOTFiNmI5MzFmOTdkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4177e0ce-8708-481e-bc97-41afd39a560d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:34:24.471Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:24.472Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:24.474Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:24.475Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:24.581Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-23T04:34:24.582Z||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-04-23T04:34:24.583Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:24.598Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:24.599Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:25.478Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:25.479Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:25.492Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:25.493Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:34:25.593Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:25.594Z||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-04-23T04:34:25.594Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:25.608Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:25.608Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:34:26.462Z||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-04-23T04:34:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:26.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:26.493Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:26.494Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:26.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688280966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.497Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:26.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688287730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:26.497Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:34:26.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688288094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:26.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688290177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:26.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "clamp",
  "timestamp": 1650688289110,
  "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-04-23T04:34:26.513Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6b25dcd-7330-4fde-8fd8-a5a127a0283a
2022-04-23T04:34:26.513Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b25dcd-7330-4fde-8fd8-a5a127a0283a 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-04-23T04:34:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688291352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:26.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688290573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:26.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688292356,
  "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-04-23T04:34:26.543Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 787b7d00-25af-4815-81f1-bb77feff3327
2022-04-23T04:34:26.544Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:34:26.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688291579,
  "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-04-23T04:34:26.569Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 787b7d00-25af-4815-81f1-bb77feff3327
2022-04-23T04:34:26.570Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:34:26.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688293737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "aai-ml",
  "timestamp": 1650688294744,
  "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-04-23T04:34:26.593Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6b25dcd-7330-4fde-8fd8-a5a127a0283a
2022-04-23T04:34:26.594Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b25dcd-7330-4fde-8fd8-a5a127a0283a and ComponentName AAI
2022-04-23T04:34:26.598Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:34:26.600Z||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-04-23T04:34:26.600Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:34:26.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.615Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:26.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.615Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688290117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:34:26.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688302085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:26.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688303128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:26.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688295749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:34:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "clamp",
  "timestamp": 1650688304134,
  "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-04-23T04:34:26.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 787b7d00-25af-4815-81f1-bb77feff3327
2022-04-23T04:34:26.632Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:34:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688304501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:26.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688313744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:26.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:34:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "aai-ml",
  "timestamp": 1650688314753,
  "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-04-23T04:34:26.662Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 787b7d00-25af-4815-81f1-bb77feff3327
2022-04-23T04:34:26.662Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:34:26.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:26.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:34:27.503Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:27.505Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:27.507Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:27.507Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:27.608Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:27.609Z||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-04-23T04:34:27.609Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:27.623Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:27.624Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:28.509Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:28.517Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:28.522Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:28.522Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T04:34:28.622Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:28.623Z||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-04-23T04:34:28.623Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:28.637Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:28.638Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:29.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:29.525Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:29.529Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:29.529Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:34:29.629Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:29.631Z||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-04-23T04:34:29.631Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:29.647Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:29.648Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:30.532Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:34:30.533Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:30.536Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:30.536Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:34:30.642Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-23T04:34:30.643Z||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-04-23T04:34:30.643Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:30.658Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:30.659Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:34:31.538Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f9b4b772-584c-4aed-8e37-3c06530ad45a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a2f9d70-114c-4e88-acc4-d7d42850b7a7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ceac976b-a4ce-4bca-a535-bbdeb35b54c5",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90c5241d-59aa-4efe-8ef7-72ff6b9b797d",
      "resourceInvariantUUID": "7ea0d7a5-ba1e-4a43-8232-1ad012f4d2bb",
      "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": "MjAwYWU4OTBjYWFkYmNmNDU3OWUwNTVjNDVlOGVmODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4097ea99-409e-469d-ab0a-e2adfae5ffc2",
          "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": "17d938d1-9f5f-44ad-b719-ad11d76da982",
          "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": "3e477b08-4d7d-43ea-bff1-b9baa645a231",
            "generatedFromUUID": "17d938d1-9f5f-44ad-b719-ad11d76da982"
          },
          "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": "3e477b08-4d7d-43ea-bff1-b9baa645a231",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWRjMTE4ZmZmYzkyMWEyOTUwOTFiNmI5MzFmOTdkODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4177e0ce-8708-481e-bc97-41afd39a560d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:34:31.538Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:34:31.538Z|6597da04-35cc-49c4-bc9d-d069c6418e79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9b4b772-584c-4aed-8e37-3c06530ad45a ASDC
2022-04-23T04:34:31.539Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f9b4b772-584c-4aed-8e37-3c06530ad45a
ServiceInvariantUUID:0a2f9d70-114c-4e88-acc4-d7d42850b7a7
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:4177e0ce-8708-481e-bc97-41afd39a560d
ArtifactChecksum:YWRjMTE4ZmZmYzkyMWEyOTUwOTFiNmI5MzFmOTdkODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ceac976b-a4ce-4bca-a535-bbdeb35b54c5
ResourceInvariantUUID:7ea0d7a5-ba1e-4a43-8232-1ad012f4d2bb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:90c5241d-59aa-4efe-8ef7-72ff6b9b797d
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:4097ea99-409e-469d-ab0a-e2adfae5ffc2
ArtifactChecksum:MjAwYWU4OTBjYWFkYmNmNDU3OWUwNTVjNDVlOGVmODE=
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:17d938d1-9f5f-44ad-b719-ad11d76da982
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:3e477b08-4d7d-43ea-bff1-b9baa645a231
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:3e477b08-4d7d-43ea-bff1-b9baa645a231
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T04:34:31.539Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9b4b772-584c-4aed-8e37-3c06530ad45a 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-04-23T04:34:31.592Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:34:31.593Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:34:31.594Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:34:31.594Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4177e0ce-8708-481e-bc97-41afd39a560d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T04:34:31.594Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:34:31.595Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T04:34:32.547Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:34:32.558Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4177e0ce-8708-481e-bc97-41afd39a560d 71035
2022-04-23T04:34:32.560Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-23T04:34:32.561Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T04:34:32.561Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:34:32.561Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:32.565Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:32.566Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688472560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:32.665Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:34:32.667Z||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-04-23T04:34:32.668Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:32.684Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:32.685Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:33.566Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:34:33.568Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:34:33.568Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4177e0ce-8708-481e-bc97-41afd39a560d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:33.570Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-23T04:34:33.571Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:33.571Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:33.948Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13789886737021647578/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-04-23T04:34:36.138Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:34:36.139Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:34:36.139Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:36.139Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T04:34:36.140Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.140Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.140Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:36.140Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:36.140Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:36.141Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.141Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:36.141Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.141Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T04:34:36.141Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:34:36.141Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.142Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.142Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:36.142Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:34:36.142Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:34:36.142Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.143Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.143Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:36.143Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:34:36.143Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:34:36.144Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.144Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.144Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.144Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-23T04:34:36.145Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-23T04:34:36.145Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-23T04:34:36.145Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-23T04:34:36.145Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T04:34:36.145Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:34:36.145Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.146Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:34:36.146Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.146Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:36.146Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:34:36.147Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.147Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:36.147Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:34:36.147Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.148Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:36.148Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:34:36.148Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.148Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-23T04:34:36.148Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T04:34:36.149Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T04:34:36.149Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=86241d76-c66e-4ce7-a6f8-75ef5230504b
2022-04-23T04:34:36.149Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.150Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.150Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.150Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.150Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.151Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.151Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:36.151Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:36.151Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f9b4b772-584c-4aed-8e37-3c06530ad45a
Model Version:NULL
Model InvariantUuid:0a2f9d70-114c-4e88-acc4-d7d42850b7a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6a1f3c17-1825-4610-9a15-74e7af729fe5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ea0d7a5-ba1e-4a43-8232-1ad012f4d2bb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ceac976b-a4ce-4bca-a535-bbdeb35b54c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c06845cd-5898-4046-a931-dc13d0d5e180
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:65b31eee-58d0-475d-8729-f33b7466c9e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:86241d76-c66e-4ce7-a6f8-75ef5230504b
ModelInvariantUuid:1e75c4c0-fce9-4f85-a760-56735a339221
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f998c2df-86bf-4629-a84d-016e83204409
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3d9af855-5a22-408a-baa5-f0fa96889807
ModelInvariantUuid:7922080b-ad41-458c-937a-7023522bf266
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d3eff1d9-5439-45ea-bac4-eed0a731be56
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-04-23T04:34:36.171Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 90c5241d-59aa-4efe-8ef7-72ff6b9b797d
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-04-23T04:34:36.177Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-04-23T04:34:36.177Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90c5241d-59aa-4efe-8ef7-72ff6b9b797d
2022-04-23T04:34:36.178Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4097ea99-409e-469d-ab0a-e2adfae5ffc2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-23T04:34:36.178Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:34:36.178Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.236Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:34:36.237Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4097ea99-409e-469d-ab0a-e2adfae5ffc2 787
2022-04-23T04:34:36.237Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.237Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:36.237Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:34:36.238Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:36.241Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:36.241Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688476237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:36.341Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:36.342Z||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-04-23T04:34:36.343Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:36.357Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:36.358Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:37.242Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c06845cd-5898-4046-a931-dc13d0d5e180",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "65b31eee-58d0-475d-8729-f33b7466c9e5",
    "vfModuleModelCustomizationUUID": "3c60174f-9adf-4433-a139-165ce8d917dc",
    "isBase": true,
    "artifacts": [
      "17d938d1-9f5f-44ad-b719-ad11d76da982",
      "3e477b08-4d7d-43ea-bff1-b9baa645a231"
    ],
    "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-04-23T04:34:37.247Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65b31eee-58d0-475d-8729-f33b7466c9e5
VfModuleModelInvariantUUID:c06845cd-5898-4046-a931-dc13d0d5e180
VfModuleModelDescription:NULL
Artifacts UUID List:{
17d938d1-9f5f-44ad-b719-ad11d76da982
,
3e477b08-4d7d-43ea-bff1-b9baa645a231

}
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-04-23T04:34:37.252Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c06845cd-5898-4046-a931-dc13d0d5e180",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "65b31eee-58d0-475d-8729-f33b7466c9e5",
    "vfModuleModelCustomizationUUID": "3c60174f-9adf-4433-a139-165ce8d917dc",
    "isBase": true,
    "artifacts": [
      "17d938d1-9f5f-44ad-b719-ad11d76da982",
      "3e477b08-4d7d-43ea-bff1-b9baa645a231"
    ],
    "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-04-23T04:34:37.252Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:65b31eee-58d0-475d-8729-f33b7466c9e5
VfModuleModelInvariantUUID:c06845cd-5898-4046-a931-dc13d0d5e180
VfModuleModelDescription:NULL
Artifacts UUID List:{
17d938d1-9f5f-44ad-b719-ad11d76da982
,
3e477b08-4d7d-43ea-bff1-b9baa645a231

}
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-04-23T04:34:37.252Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 17d938d1-9f5f-44ad-b719-ad11d76da982 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-23T04:34:37.252Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:34:37.253Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:37.305Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:34:37.305Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 17d938d1-9f5f-44ad-b719-ad11d76da982 5033
2022-04-23T04:34:37.306Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:37.306Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:37.307Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:34:37.307Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:37.310Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:37.310Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688477306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:37.410Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:37.412Z||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-04-23T04:34:37.412Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:37.430Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:37.431Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:38.311Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3e477b08-4d7d-43ea-bff1-b9baa645a231 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-23T04:34:38.311Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:34:38.312Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:38.370Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:34:38.371Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3e477b08-4d7d-43ea-bff1-b9baa645a231 903
2022-04-23T04:34:38.372Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:38.372Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:38.372Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:34:38.372Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:38.375Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:38.375Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688478372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:34:38.475Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:38.477Z||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-04-23T04:34:38.477Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:38.501Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:38.502Z||pool-88-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:39.376Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f9b4b772-584c-4aed-8e37-3c06530ad45a
2022-04-23T04:34:39.377Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 90c5241d-59aa-4efe-8ef7-72ff6b9b797d 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-04-23T04:34:39.401Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e6f5108, org.onap.sdc.toscaparser.api.parameters.Input@7b8cf9f1, org.onap.sdc.toscaparser.api.parameters.Input@41587459, org.onap.sdc.toscaparser.api.parameters.Input@58947e3b, org.onap.sdc.toscaparser.api.parameters.Input@5cf79330]
2022-04-23T04:34:39.403Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.404Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.404Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T04:34:39.404Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ceac976b-a4ce-4bca-a535-bbdeb35b54c5
2022-04-23T04:34:39.404Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ceac976b-a4ce-4bca-a535-bbdeb35b54c5 matches Tosca VF Customization UUID: ceac976b-a4ce-4bca-a535-bbdeb35b54c5
2022-04-23T04:34:39.404Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ceac976b-a4ce-4bca-a535-bbdeb35b54c5  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-04-23T04:34:39.408Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.409Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.410Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ceac976b-a4ce-4bca-a535-bbdeb35b54c5: {\"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-04-23T04:34:39.411Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@394e3f19
2022-04-23T04:34:39.411Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.411Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:34:39.412Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c60174f-9adf-4433-a139-165ce8d917dc
2022-04-23T04:34:39.412Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c60174f-9adf-4433-a139-165ce8d917dc
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-04-23T04:34:39.420Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.420Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:39.421Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:34:39.421Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.421Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:39.421Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:34:39.422Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.422Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-23T04:34:39.422Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T04:34:39.423Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T04:34:39.423Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=86241d76-c66e-4ce7-a6f8-75ef5230504b
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-04-23T04:34:39.428Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.428Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:39.429Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:34:39.429Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.429Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T04:34:39.429Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ceac976b-a4ce-4bca-a535-bbdeb35b54c5
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-04-23T04:34:39.433Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.433Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.433Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f9b4b772-584c-4aed-8e37-3c06530ad45a: basic_vm
2022-04-23T04:34:39.434Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.434Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.434Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.434Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.435Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.435Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.435Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.435Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.436Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:34:39.436Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:34:39.436Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:39.570Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 90c5241d-59aa-4efe-8ef7-72ff6b9b797d 1 ASDC deployResourceStructure
2022-04-23T04:34:39.571Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:39.571Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:39.571Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:34:39.572Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:39.574Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:39.575Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688479571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:39.675Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:34:39.676Z||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-04-23T04:34:39.676Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:39.693Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:39.693Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:34:40.576Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:40.576Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:40.576Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:34:40.577Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:40.579Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:40.579Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688480575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:40.680Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:34:40.681Z||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-04-23T04:34:40.682Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:40.699Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:40.700Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:41.582Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:41.582Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||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-04-23T04:34:41.582Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:34:41.583Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:41.588Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:41.589Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688481581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:41.688Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:34:41.691Z||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-04-23T04:34:41.691Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:41.713Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:41.714Z||pool-91-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:34:42.590Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-23T04:34:42.591Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T04:34:42.591Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:34:42.591Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:34:42.595Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:34:42.595Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688482590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:34:42.695Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:34:42.697Z||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-04-23T04:34:42.697Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:34:42.714Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:34:42.715Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:34:43.596Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:34:43.610Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:34:43.615Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:34:43.616Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:34:43.616Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:34:43.616Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:34:43.617Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:34:43.617Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:34:43.618Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:34:43.618Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:34:43.618Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:34:43.619Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:34:43.619Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:34:43.629Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:35:13.630Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 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-04-23T04:35:13.638Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 and serviceModelVersionId: f9b4b772-584c-4aed-8e37-3c06530ad45a
2022-04-23T04:35:13.639Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a2f9d70-114c-4e88-acc4-d7d42850b7a7
2022-04-23T04:35:13.640Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a2f9d70-114c-4e88-acc4-d7d42850b7a7/model-vers/model-ver/f9b4b772-584c-4aed-8e37-3c06530ad45a?depth=0
2022-04-23T04:35:13.649Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:35:13.732Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2f9d70-114c-4e88-acc4-d7d42850b7a7/model-vers/model-ver/f9b4b772-584c-4aed-8e37-3c06530ad45a?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-04-23T04:35:13.734Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2f9d70-114c-4e88-acc4-d7d42850b7a7/model-vers/model-ver/f9b4b772-584c-4aed-8e37-3c06530ad45a?depth=0|INFO|500||Invoke
2022-04-23T04:35:13.765Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2f9d70-114c-4e88-acc4-d7d42850b7a7/model-vers/model-ver/f9b4b772-584c-4aed-8e37-3c06530ad45a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:35:13.875Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2f9d70-114c-4e88-acc4-d7d42850b7a7/model-vers/model-ver/f9b4b772-584c-4aed-8e37-3c06530ad45a?depth=0|INFO|500||InvokeReturn
2022-04-23T04:35:13.882Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2f9d70-114c-4e88-acc4-d7d42850b7a7/model-vers/model-ver/f9b4b772-584c-4aed-8e37-3c06530ad45a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220423-04:35:14:609-10184], vertex-id=[233536], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:35:14 GMT], Content-Type=[application/json]}
2022-04-23T04:35:13.883Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:35:13.890Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:35:13.890Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:35:13.896Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:35:13.897Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:35:13.897Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:35:13.897Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:13.900Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:13.900Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688513897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:35:14.000Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:14.002Z||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-04-23T04:35:14.002Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:14.022Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:14.023Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:35:14.921Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:35:14.922Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|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-04-23T04:35:14.922Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:19.297Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:19.299Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T04:35:19.299Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6b25dcd-7330-4fde-8fd8-a5a127a0283a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c8cbae10-e34a-4cc9-9e1d-3faa6deac342","serviceDescription":"service","serviceInvariantUUID":"b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5","resourceInvariantUUID":"3897596b-c31f-485f-9069-5e62d2adeb3c","resourceCustomizationUUID":"90bdf0d9-2240-4e48-972d-b06d1ce1ea52","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":"NDk2NDEyMzY4MDk3YjZkZGY3N2FiYWFhYmJlMjE2MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"531e7463-ccee-4ff6-b230-e019ccea1952","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":"Mzc5ZmM1ZjViOGUyM2NkNTkxMjRiMWY1Mzg2NDY4MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"822b3cc9-6f6c-425f-9ff9-1d09d0b3693f","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":"32dca572-b007-4388-ba23-a9494420aa5b","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":"ad6e0ce3-7d61-47d8-8f9b-b6accc37af9e","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":"84230d31-9d0b-4e33-afb0-ecfaaaba83df","artifactVersion":"2","generatedFromUUID":"32dca572-b007-4388-ba23-a9494420aa5b"},{"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":"ODA4Njc0OGRlODQzZTk4ZTNhOTY5NzRkNDdjMzkyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"53b22112-9b77-4316-be5d-28d755ee7522","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":"YjRiZTZlYTM0NTFiODNhMjgwOWMwMjBhY2Y2N2MxZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a88c9adb-93fc-43ca-863b-8be4b0852bf1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTRlY2VkMGMzOGQ0YTE3YjA0OWZmZDhjN2MwMDIyNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40573260-1b95-4490-83fd-32136f027b6b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:35:19.305Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:19.306Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:19.312Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:19.312Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:19.411Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:35:19.413Z||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-04-23T04:35:19.413Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:19.455Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:19.456Z||pool-94-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:35:20.314Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:20.317Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:20.320Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:20.320Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:35:20.420Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:35:20.422Z||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-04-23T04:35:20.422Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:20.440Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:20.441Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:21.321Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:21.323Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:21.326Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:21.326Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:35:21.428Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-23T04:35:21.430Z||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-04-23T04:35:21.430Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:21.446Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:21.447Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:35:22.328Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:22.329Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:22.333Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:22.334Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:22.434Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:22.435Z||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-04-23T04:35:22.435Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:22.449Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:22.450Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:23.335Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:23.336Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:23.338Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:23.339Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T04:35:23.439Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:23.441Z||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-04-23T04:35:23.441Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:23.466Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:23.468Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:24.339Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:24.340Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:24.343Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:24.343Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:24.444Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:35:24.445Z||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-04-23T04:35:24.445Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:24.468Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:24.469Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:25.344Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:25.345Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:25.348Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:25.349Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:25.448Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:35:25.450Z||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-04-23T04:35:25.450Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:25.468Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:25.469Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:35:26.349Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:35:26.350Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:26.353Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:26.353Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.453Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:26.455Z||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-04-23T04:35:26.455Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:35:26.461Z||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-04-23T04:35:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:26.482Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:26.483Z||pool-101-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:26.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:26.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688337433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "dcae-sch",
  "timestamp": 1650688333100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688338595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688329352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688338518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688340966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688350034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688348963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688349042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:26.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688341869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688351065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:26.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "cds",
  "timestamp": 1650688351324,
  "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-04-23T04:35:26.540Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f75d4380-368f-446e-80ab-9f7bb3229bc3
2022-04-23T04:35:26.540Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:35:26.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688352092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:26.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688351559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:26.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688353095,
  "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-04-23T04:35:26.572Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f75d4380-368f-446e-80ab-9f7bb3229bc3
2022-04-23T04:35:26.573Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:35:26.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688352576,
  "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-04-23T04:35:26.597Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f75d4380-368f-446e-80ab-9f7bb3229bc3
2022-04-23T04:35:26.597Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:35:26.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:35:26.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688345974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688355097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688355797,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:26.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688356132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:26.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688356804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:26.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688357111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:26.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:35:26.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "aai-ml",
  "timestamp": 1650688357141,
  "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-04-23T04:35:26.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f75d4380-368f-446e-80ab-9f7bb3229bc3
2022-04-23T04:35:26.622Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:35:26.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "policy-id",
  "timestamp": 1650688357810,
  "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-04-23T04:35:26.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75d4380-368f-446e-80ab-9f7bb3229bc3
2022-04-23T04:35:26.640Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:35:26.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:35:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "clamp",
  "timestamp": 1650688358117,
  "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-04-23T04:35:26.675Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f75d4380-368f-446e-80ab-9f7bb3229bc3
2022-04-23T04:35:26.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:35:27.355Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c8cbae10-e34a-4cc9-9e1d-3faa6deac342",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "90bdf0d9-2240-4e48-972d-b06d1ce1ea52",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5",
      "resourceInvariantUUID": "3897596b-c31f-485f-9069-5e62d2adeb3c",
      "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": "Mzc5ZmM1ZjViOGUyM2NkNTkxMjRiMWY1Mzg2NDY4MTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "822b3cc9-6f6c-425f-9ff9-1d09d0b3693f",
          "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": "32dca572-b007-4388-ba23-a9494420aa5b",
          "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": "84230d31-9d0b-4e33-afb0-ecfaaaba83df",
            "generatedFromUUID": "32dca572-b007-4388-ba23-a9494420aa5b"
          },
          "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": "84230d31-9d0b-4e33-afb0-ecfaaaba83df",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTRlY2VkMGMzOGQ0YTE3YjA0OWZmZDhjN2MwMDIyNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40573260-1b95-4490-83fd-32136f027b6b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:35:27.356Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:35:27.356Z|afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8cbae10-e34a-4cc9-9e1d-3faa6deac342 ASDC
2022-04-23T04:35:27.357Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a6b25dcd-7330-4fde-8fd8-a5a127a0283a
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c8cbae10-e34a-4cc9-9e1d-3faa6deac342
ServiceInvariantUUID:b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf
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:40573260-1b95-4490-83fd-32136f027b6b
ArtifactChecksum:YTRlY2VkMGMzOGQ0YTE3YjA0OWZmZDhjN2MwMDIyNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:90bdf0d9-2240-4e48-972d-b06d1ce1ea52
ResourceInvariantUUID:3897596b-c31f-485f-9069-5e62d2adeb3c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5
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:822b3cc9-6f6c-425f-9ff9-1d09d0b3693f
ArtifactChecksum:Mzc5ZmM1ZjViOGUyM2NkNTkxMjRiMWY1Mzg2NDY4MTY=
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:32dca572-b007-4388-ba23-a9494420aa5b
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:84230d31-9d0b-4e33-afb0-ecfaaaba83df
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:84230d31-9d0b-4e33-afb0-ecfaaaba83df
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T04:35:27.357Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8cbae10-e34a-4cc9-9e1d-3faa6deac342 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-04-23T04:35:27.428Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:35:27.429Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:35:27.429Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:35:27.430Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40573260-1b95-4490-83fd-32136f027b6b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T04:35:27.430Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:35:27.430Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T04:35:28.621Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:35:28.628Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 40573260-1b95-4490-83fd-32136f027b6b 78778
2022-04-23T04:35:28.630Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-23T04:35:28.630Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T04:35:28.630Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:35:28.631Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:28.634Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:28.634Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688528630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:28.734Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:28.735Z||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-04-23T04:35:28.735Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:28.756Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:28.757Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:35:29.635Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:35:29.637Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:35:29.638Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 40573260-1b95-4490-83fd-32136f027b6b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:29.638Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-23T04:35:29.639Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:29.640Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:29.890Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6829611356833380888/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-04-23T04:35:32.072Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:35:32.073Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:35:32.074Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:32.074Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T04:35:32.074Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.074Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.075Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:32.075Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:32.075Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:32.075Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.076Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:32.076Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.076Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T04:35:32.077Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:35:32.077Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.077Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.078Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:32.079Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:35:32.079Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:35:32.080Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.080Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.080Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:32.081Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:35:32.081Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:35:32.082Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.082Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.082Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.082Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-23T04:35:32.083Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-23T04:35:32.083Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-23T04:35:32.083Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-23T04:35:32.083Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T04:35:32.084Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:35:32.084Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.085Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:35:32.085Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.085Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:32.086Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:35:32.086Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.087Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:32.087Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:35:32.087Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.088Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:32.088Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:35:32.088Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.088Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-23T04:35:32.089Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T04:35:32.089Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T04:35:32.089Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0fadbeb9-8e31-4e82-b499-138a85713cc5
2022-04-23T04:35:32.090Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.090Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.090Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.090Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.091Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.091Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.092Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:32.092Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:32.092Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c8cbae10-e34a-4cc9-9e1d-3faa6deac342
Model Version:NULL
Model InvariantUuid:b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9d80f524-156e-4ec0-95d2-e2c9701b10f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3897596b-c31f-485f-9069-5e62d2adeb3c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:90bdf0d9-2240-4e48-972d-b06d1ce1ea52
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00d8f981-64d3-4688-826b-546da3226f26
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cb337573-86c7-4901-8f57-5204d1cd7d59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0fadbeb9-8e31-4e82-b499-138a85713cc5
ModelInvariantUuid:324f93c4-2948-4a31-b586-21ad52b0b584
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a52ddfb4-00b0-44c7-a85f-97c890445083
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1edd894b-a0bc-4fde-845e-ad60b3a2f99a
ModelInvariantUuid:a82e5d09-2e29-4d5b-8476-b48c4660b11c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e1e5a4a6-2529-4c88-9aac-26be5b3ab164
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-04-23T04:35:32.101Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5
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-04-23T04:35:32.107Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-04-23T04:35:32.107Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5
2022-04-23T04:35:32.108Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 822b3cc9-6f6c-425f-9ff9-1d09d0b3693f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-23T04:35:32.108Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:35:32.108Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.436Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:35:32.437Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 822b3cc9-6f6c-425f-9ff9-1d09d0b3693f 792
2022-04-23T04:35:32.438Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.438Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:32.438Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:35:32.438Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:32.442Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:32.442Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688532438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:32.543Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:35:32.544Z||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-04-23T04:35:32.545Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:32.566Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:32.567Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:33.443Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "00d8f981-64d3-4688-826b-546da3226f26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb337573-86c7-4901-8f57-5204d1cd7d59",
    "vfModuleModelCustomizationUUID": "ca5494b4-87fe-4504-835f-198397035597",
    "isBase": true,
    "artifacts": [
      "32dca572-b007-4388-ba23-a9494420aa5b",
      "84230d31-9d0b-4e33-afb0-ecfaaaba83df"
    ],
    "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-04-23T04:35:33.448Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb337573-86c7-4901-8f57-5204d1cd7d59
VfModuleModelInvariantUUID:00d8f981-64d3-4688-826b-546da3226f26
VfModuleModelDescription:NULL
Artifacts UUID List:{
32dca572-b007-4388-ba23-a9494420aa5b
,
84230d31-9d0b-4e33-afb0-ecfaaaba83df

}
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-04-23T04:35:33.452Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "00d8f981-64d3-4688-826b-546da3226f26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb337573-86c7-4901-8f57-5204d1cd7d59",
    "vfModuleModelCustomizationUUID": "ca5494b4-87fe-4504-835f-198397035597",
    "isBase": true,
    "artifacts": [
      "32dca572-b007-4388-ba23-a9494420aa5b",
      "84230d31-9d0b-4e33-afb0-ecfaaaba83df"
    ],
    "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-04-23T04:35:33.452Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb337573-86c7-4901-8f57-5204d1cd7d59
VfModuleModelInvariantUUID:00d8f981-64d3-4688-826b-546da3226f26
VfModuleModelDescription:NULL
Artifacts UUID List:{
32dca572-b007-4388-ba23-a9494420aa5b
,
84230d31-9d0b-4e33-afb0-ecfaaaba83df

}
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-04-23T04:35:33.452Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32dca572-b007-4388-ba23-a9494420aa5b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-23T04:35:33.452Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:35:33.453Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:33.637Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:35:33.638Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 32dca572-b007-4388-ba23-a9494420aa5b 5033
2022-04-23T04:35:33.638Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:33.639Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:33.639Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:35:33.639Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:33.645Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:33.646Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688533638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:33.743Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:35:33.745Z||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-04-23T04:35:33.745Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:33.770Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:33.771Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:34.647Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84230d31-9d0b-4e33-afb0-ecfaaaba83df from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-23T04:35:34.648Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:35:34.648Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:34.770Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:35:34.770Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 84230d31-9d0b-4e33-afb0-ecfaaaba83df 903
2022-04-23T04:35:34.770Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:34.771Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:34.771Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:35:34.771Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:34.773Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:34.774Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688534770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:35:34.874Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:34.875Z||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-04-23T04:35:34.875Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:34.890Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:34.890Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:35.774Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c8cbae10-e34a-4cc9-9e1d-3faa6deac342
2022-04-23T04:35:35.775Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5 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-04-23T04:35:35.797Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1433024d, org.onap.sdc.toscaparser.api.parameters.Input@2a60c08a, org.onap.sdc.toscaparser.api.parameters.Input@6d43aeb5, org.onap.sdc.toscaparser.api.parameters.Input@7aaff195, org.onap.sdc.toscaparser.api.parameters.Input@7682b5e7]
2022-04-23T04:35:35.799Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.799Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.799Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T04:35:35.799Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 90bdf0d9-2240-4e48-972d-b06d1ce1ea52
2022-04-23T04:35:35.799Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90bdf0d9-2240-4e48-972d-b06d1ce1ea52 matches Tosca VF Customization UUID: 90bdf0d9-2240-4e48-972d-b06d1ce1ea52
2022-04-23T04:35:35.800Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 90bdf0d9-2240-4e48-972d-b06d1ce1ea52  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-04-23T04:35:35.804Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.805Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.806Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 90bdf0d9-2240-4e48-972d-b06d1ce1ea52: {\"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-04-23T04:35:35.806Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2faa1b4a
2022-04-23T04:35:35.807Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.807Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:35:35.807Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca5494b4-87fe-4504-835f-198397035597
2022-04-23T04:35:35.807Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca5494b4-87fe-4504-835f-198397035597
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-04-23T04:35:35.812Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.812Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:35.813Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:35:35.813Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.813Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:35.814Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:35:35.814Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.814Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-23T04:35:35.814Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T04:35:35.814Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T04:35:35.815Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0fadbeb9-8e31-4e82-b499-138a85713cc5
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-04-23T04:35:35.819Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.820Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:35.820Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:35:35.820Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.821Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T04:35:35.821Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=90bdf0d9-2240-4e48-972d-b06d1ce1ea52
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-04-23T04:35:35.824Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.825Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.825Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c8cbae10-e34a-4cc9-9e1d-3faa6deac342: basic_vm_macro
2022-04-23T04:35:35.825Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.826Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.826Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.826Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.826Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.826Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.827Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.827Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.827Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:35:35.827Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:35:35.827Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:36.012Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c36fb2f9-13c1-4feb-bcd9-5fa6cfd6b8e5 1 ASDC deployResourceStructure
2022-04-23T04:35:36.012Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:36.013Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:36.013Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:35:36.014Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:36.017Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:36.018Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688536012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:36.118Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:35:36.119Z||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-04-23T04:35:36.119Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:36.133Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:36.134Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:37.019Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:37.019Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:37.019Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:35:37.020Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:37.023Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:37.023Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688537019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:37.123Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:37.125Z||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-04-23T04:35:37.125Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:37.150Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:37.150Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:35:38.024Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:38.025Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||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-04-23T04:35:38.025Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:35:38.025Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:38.028Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:38.028Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688538024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:38.128Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:38.129Z||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-04-23T04:35:38.129Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:38.143Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:38.143Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:39.028Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-23T04:35:39.029Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T04:35:39.029Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:35:39.030Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:35:39.032Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:35:39.033Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688539028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:35:39.133Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:35:39.134Z||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-04-23T04:35:39.135Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:35:39.151Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:35:39.152Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:35:40.034Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b25dcd-7330-4fde-8fd8-a5a127a0283a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:35:40.051Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b25dcd-7330-4fde-8fd8-a5a127a0283a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:35:40.058Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:35:40.059Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:35:40.059Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:35:40.059Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:35:40.059Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:35:40.076Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:36:10.077Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6b25dcd-7330-4fde-8fd8-a5a127a0283a 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-04-23T04:36:10.087Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6b25dcd-7330-4fde-8fd8-a5a127a0283a and serviceModelVersionId: c8cbae10-e34a-4cc9-9e1d-3faa6deac342
2022-04-23T04:36:10.088Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf
2022-04-23T04:36:10.090Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0
2022-04-23T04:36:10.103Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:36:10.184Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0|INFO|500||Invoke
2022-04-23T04:36:10.185Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6b25dcd-7330-4fde-8fd8-a5a127a0283a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e4c1cea-9adb-46d1-bef0-5c45d50a1fb9], X-ECOMP-RequestID=[a6b25dcd-7330-4fde-8fd8-a5a127a0283a], X-TransactionId=[], X-ONAP-RequestID=[a6b25dcd-7330-4fde-8fd8-a5a127a0283a], Content-Type=[application/merge-patch+json]}
2022-04-23T04:36:10.222Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:36:10.362Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?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/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:36:11:065-61902], vertex-id=[475152], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:36:11 GMT], Content-Type=[application/json]}
2022-04-23T04:36:10.363Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:36:10.364Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5c6c8d1-b034-4612-a2fe-c8b986d8bdaf/model-vers/model-ver/c8cbae10-e34a-4cc9-9e1d-3faa6deac342?depth=0|INFO|500||InvokeReturn
2022-04-23T04:36:10.364Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:36:10.364Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:36:10.372Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:36:10.372Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6b25dcd-7330-4fde-8fd8-a5a127a0283a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:36:10.373Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:36:10.373Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:10.376Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:10.377Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688570372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:36:10.477Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:36:10.478Z||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-04-23T04:36:10.478Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:10.519Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:10.520Z||pool-110-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":5,"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-04-23T04:36:11.412Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T04:36:11.413Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"787b7d00-25af-4815-81f1-bb77feff3327","serviceName":"Demo_pNF_ymLh8QNtGWfv2JxGfQ9f","serviceVersion":"1.0","serviceUUID":"76c66209-4f4e-4960-8bb4-765495c43552","serviceDescription":"catalog service description","serviceInvariantUUID":"3cf1a633-29a2-4387-96a8-84c6cc777ce6","resources":[{"resourceInstanceName":"pNF f8a2742f-361c 0","resourceName":"pNF f8a2742f-361c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"080339e3-1fc8-42aa-bfea-d296c4b6a960","resourceInvariantUUID":"f5174d21-192d-4fd0-88d1-4e29da5b6270","resourceCustomizationUUID":"4b09b4d3-45a7-460e-93dc-5ab2772226aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml","artifactChecksum":"OTU1NDIyOWViOWYyYWEwMzk2NmVjNTZlYzJkMTQ0YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22971d5f-cdc8-4718-9b1c-6495828bbc7f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar","artifactChecksum":"M2JlN2E4YTNkZWMwYTRhMmFhNGJkOTJkZTlkODMwM2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f0c3b45c-d73c-4220-a3a7-cd9ce47dc29d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9760d2d6-3a48-4d8a-9b9d-88aaad56b88f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml","artifactChecksum":"MTY2MmVlMTliMGQxNWRiODFjOGU1N2ExZDY2OTNjMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04a29d5e-6cc6-4f57-a9ca-d623e06e4851","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91aea3e0-8af1-48ac-82d6-5ebd3068b20b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49cc34f3-f9c4-4606-9914-3f7cc497a84a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml","artifactChecksum":"M2U4NmIwNDZkYTA2ZWIwNzdmMGE0NmU5NGUzZmZhOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b56c60f9-90c9-4558-9938-3d4f52289321","artifactVersion":"1"},{"artifactName":"service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar","artifactChecksum":"YWY5YmEyNTgxN2RiMGIwY2E5ZDNjYmFmZmM4YzNlOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"004c3379-7dbb-4b5f-bc88-f04e8020de34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:36:11.413Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:11.414Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:11.417Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:11.417Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:11.518Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:36:11.519Z||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-04-23T04:36:11.519Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:11.551Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:11.552Z||pool-111-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:12.419Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:12.420Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:12.424Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:12.425Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:12.523Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:36:12.524Z||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-04-23T04:36:12.525Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:12.550Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:12.551Z||pool-112-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:13.425Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:13.426Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:13.432Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:13.433Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:13.534Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:36:13.535Z||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-04-23T04:36:13.535Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:13.562Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:13.562Z||pool-113-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:14.435Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:14.436Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:14.439Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:14.440Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:14.540Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:36:14.542Z||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-04-23T04:36:14.543Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:14.561Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:14.562Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:36:15.441Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:15.442Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:15.447Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:15.447Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:15.547Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:36:15.549Z||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-04-23T04:36:15.549Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:15.574Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:15.576Z||pool-115-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:16.448Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:16.449Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:16.452Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:16.453Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:16.553Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:36:16.554Z||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-04-23T04:36:16.554Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:16.574Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:16.575Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:17.454Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:17.455Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:17.459Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:17.459Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:17.560Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:36:17.562Z||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-04-23T04:36:17.562Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:17.587Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:17.588Z||pool-117-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:36:18.460Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:18.461Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:18.464Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:18.464Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:36:18.564Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:36:18.565Z||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-04-23T04:36:18.566Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:18.582Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:18.583Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:36:19.466Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "serviceName": "Demo_pNF_ymLh8QNtGWfv2JxGfQ9f",
  "serviceVersion": "1.0",
  "serviceUUID": "76c66209-4f4e-4960-8bb4-765495c43552",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3cf1a633-29a2-4387-96a8-84c6cc777ce6",
  "resources": [
    {
      "resourceInstanceName": "pNF f8a2742f-361c 0",
      "resourceCustomizationUUID": "4b09b4d3-45a7-460e-93dc-5ab2772226aa",
      "resourceName": "pNF f8a2742f-361c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "080339e3-1fc8-42aa-bfea-d296c4b6a960",
      "resourceInvariantUUID": "f5174d21-192d-4fd0-88d1-4e29da5b6270",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
      "artifactChecksum": "YWY5YmEyNTgxN2RiMGIwY2E5ZDNjYmFmZmM4YzNlOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "004c3379-7dbb-4b5f-bc88-f04e8020de34"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:36:19.466Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:36:19.467Z|a6b25dcd-7330-4fde-8fd8-a5a127a0283a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76c66209-4f4e-4960-8bb4-765495c43552 ASDC
2022-04-23T04:36:19.467Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:787b7d00-25af-4815-81f1-bb77feff3327
ServiceName:Demo_pNF_ymLh8QNtGWfv2JxGfQ9f
ServiceVersion:1.0
ServiceUUID:76c66209-4f4e-4960-8bb4-765495c43552
ServiceInvariantUUID:3cf1a633-29a2-4387-96a8-84c6cc777ce6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
ArtifactUUID:004c3379-7dbb-4b5f-bc88-f04e8020de34
ArtifactChecksum:YWY5YmEyNTgxN2RiMGIwY2E5ZDNjYmFmZmM4YzNlOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f8a2742f-361c 0
ResourceCustomizationUUID:4b09b4d3-45a7-460e-93dc-5ab2772226aa
ResourceInvariantUUID:f5174d21-192d-4fd0-88d1-4e29da5b6270
ResourceName:pNF f8a2742f-361c
ResourceType:PNF
ResourceUUID:080339e3-1fc8-42aa-bfea-d296c4b6a960
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-23T04:36:19.467Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76c66209-4f4e-4960-8bb4-765495c43552 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-04-23T04:36:19.515Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:36:19.515Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:36:19.516Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:36:19.516Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 004c3379-7dbb-4b5f-bc88-f04e8020de34 from URL: /sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:19.516Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:36:19.516Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:20.249Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:36:20.256Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar 004c3379-7dbb-4b5f-bc88-f04e8020de34 82645
2022-04-23T04:36:20.257Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar ASDC sendASDCNotification
2022-04-23T04:36:20.258Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:20.258Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:36:20.258Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:20.261Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:20.262Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688580257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:36:20.362Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:36:20.363Z||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-04-23T04:36:20.363Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:20.379Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:20.380Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:21.262Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:36:21.264Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:36:21.264Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 004c3379-7dbb-4b5f-bc88-f04e8020de34, URL: /sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar to file: /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:21.265Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:21.265Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:21.266Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:21.444Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18144980013694331906/Definitions/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml
2022-04-23T04:36:23.005Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:36:23.006Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:36:23.006Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.006Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-23T04:36:23.006Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.006Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f8a2742f-361c 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-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:36:23.007Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.008Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.008Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Node template pNF f8a2742f-361c 0 is matching search criteria
2022-04-23T04:36:23.008Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:36:23.008Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f8a2742f-361c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:36:23.009Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.009Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.009Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Node template pNF f8a2742f-361c 0 is matching search criteria
2022-04-23T04:36:23.009Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:36:23.009Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f8a2742f-361c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.010Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.011Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.011Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:23.011Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:23.011Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ymLh8QNtGWfv2JxGfQ9f
Description:catalog service description
Model UUID:76c66209-4f4e-4960-8bb4-765495c43552
Model Version:NULL
Model InvariantUuid:3cf1a633-29a2-4387-96a8-84c6cc777ce6
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-04-23T04:36:24.313Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 080339e3-1fc8-42aa-bfea-d296c4b6a960
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-04-23T04:36:24.325Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||pNF f8a2742f-361c 0
2022-04-23T04:36:24.325Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 080339e3-1fc8-42aa-bfea-d296c4b6a960
2022-04-23T04:36:24.325Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 76c66209-4f4e-4960-8bb4-765495c43552
2022-04-23T04:36:24.325Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 76c66209-4f4e-4960-8bb4-765495c43552
2022-04-23T04:36:24.326Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f8a2742f-361c 0 080339e3-1fc8-42aa-bfea-d296c4b6a960 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-04-23T04:36:24.339Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e8e3857, org.onap.sdc.toscaparser.api.parameters.Input@441dae6e, org.onap.sdc.toscaparser.api.parameters.Input@30ac4e4d, org.onap.sdc.toscaparser.api.parameters.Input@6cdc965b, org.onap.sdc.toscaparser.api.parameters.Input@433f4717]
2022-04-23T04:36:24.340Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:24.340Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:24.341Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 76c66209-4f4e-4960-8bb4-765495c43552: pNF f8a2742f-361c
2022-04-23T04:36:24.341Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Processing PNF resource: 080339e3-1fc8-42aa-bfea-d296c4b6a960
2022-04-23T04:36:24.341Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:36:24.341Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_ymLh8QNtGWfv2JxGfQ9f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:36:24.342Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||Resource customization UUID: 4b09b4d3-45a7-460e-93dc-5ab2772226aa is the same as notified resource customizationUUID: 4b09b4d3-45a7-460e-93dc-5ab2772226aa
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-04-23T04:36:24.439Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f8a2742f-361c 080339e3-1fc8-42aa-bfea-d296c4b6a960 0 ASDC deployResourceStructure
2022-04-23T04:36:24.439Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar ASDC sendASDCNotification
2022-04-23T04:36:24.440Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar
2022-04-23T04:36:24.440Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:36:24.441Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:24.444Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:24.444Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688584439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:36:24.544Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:36:24.546Z||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-04-23T04:36:24.546Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:24.565Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:24.566Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:25.447Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787b7d00-25af-4815-81f1-bb77feff3327
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:36:25.471Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787b7d00-25af-4815-81f1-bb77feff3327
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:36:25.476Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:36:25.477Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:36:25.477Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:36:25.477Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:36:25.477Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.477Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.477Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.478Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.478Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.478Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.478Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:36:25.478Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:36:25.487Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:36:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:36:26.462Z||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-04-23T04:36:26.469Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:26.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:36:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6597da04-35cc-49c4-bc9d-d069c6418e79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688463445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:36:26.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:36:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:36:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:36:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:36:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:36:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:36:55.488Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 787b7d00-25af-4815-81f1-bb77feff3327 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-04-23T04:36:55.500Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 787b7d00-25af-4815-81f1-bb77feff3327 and serviceModelVersionId: 76c66209-4f4e-4960-8bb4-765495c43552
2022-04-23T04:36:55.500Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cf1a633-29a2-4387-96a8-84c6cc777ce6
2022-04-23T04:36:55.502Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0
2022-04-23T04:36:55.510Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:36:55.590Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0|INFO|500||Invoke
2022-04-23T04:36:55.591Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[787b7d00-25af-4815-81f1-bb77feff3327], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4eac1437-cb90-400b-8eae-c6e7ea74a7f3], X-ECOMP-RequestID=[787b7d00-25af-4815-81f1-bb77feff3327], X-TransactionId=[], X-ONAP-RequestID=[787b7d00-25af-4815-81f1-bb77feff3327], Content-Type=[application/merge-patch+json]}
2022-04-23T04:36:55.622Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:36:56.230Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?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/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:36:56:465-50645], vertex-id=[479248], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:36:56 GMT], Content-Type=[application/json]}
2022-04-23T04:36:56.231Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:36:56.232Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf1a633-29a2-4387-96a8-84c6cc777ce6/model-vers/model-ver/76c66209-4f4e-4960-8bb4-765495c43552?depth=0|INFO|500||InvokeReturn
2022-04-23T04:36:56.235Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:36:56.235Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:36:56.245Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:36:56.245Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 787b7d00-25af-4815-81f1-bb77feff3327 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:36:56.246Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:36:56.246Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:56.248Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:56.249Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688616245,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:36:56.348Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:36:56.350Z||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-04-23T04:36:56.351Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:56.375Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:56.375Z||pool-121-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-04-23T04:36:57.269Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T04:36:57.270Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f75d4380-368f-446e-80ab-9f7bb3229bc3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"54f268b8-d12e-4769-b7a0-1b78f47546f6","serviceDescription":"service","serviceInvariantUUID":"97dfac6d-3aaf-4d2c-b368-b60c2b089a67","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"33990719-affa-473b-8aa1-2f7c234e695b","resourceInvariantUUID":"31e70d97-a6da-4880-8733-7d4cb3488d07","resourceCustomizationUUID":"2a13404a-fb62-4855-b763-c0c455efc39f","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":"MWI1NTE3ZDhhMjVhMzM0YTEzYjlhODI1NGY2N2MwOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8f23bfb-c6fc-4639-84a3-e4066a83313b","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":"12d22278-4176-410c-b915-339bded6f9d5","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":"3fdbdd66-ab18-462a-ba80-be030323adb8","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":"YzVhN2MyM2I5NzgxNGZlYjQyZTEwMzk1YjMyN2YwNTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0d15b24e-d1ce-4b9e-a03c-f2694e06e5a1","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":"4bbbe523-bb43-49cc-a1f1-326e3bba85b6","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":"04dbd934-ada7-4fdb-8e24-ac39ee58aa07","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":"b12f2cb7-e020-4be5-a611-5ab8fc9f44cb","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":"YjY5NTQ4OTNhNTc4MzEyMWVjZGI4NjYyYjgxNTNhNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5982fb5c-ac75-49f5-934a-4fd6c20b53c3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmQ3NTY0NzU2Zjc5NzRkOGM2MzIxOGJhYzNlYzI5ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4eb2f3b-4b0e-48e3-8086-730687b3945e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:36:57.272Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:57.272Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:57.275Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:57.275Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:57.376Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:36:57.377Z||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-04-23T04:36:57.377Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:57.394Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:57.395Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:58.277Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:58.278Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:58.286Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:58.287Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:58.385Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:36:58.386Z||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-04-23T04:36:58.386Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:58.405Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:58.406Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:36:59.288Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:36:59.289Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:36:59.293Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:36:59.293Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:36:59.395Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-23T04:36:59.397Z||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-04-23T04:36:59.397Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:36:59.415Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:36:59.416Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:37:00.294Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:37:00.295Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:00.300Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:00.301Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:00.401Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:37:00.402Z||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-04-23T04:37:00.402Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:00.420Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:00.420Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:37:01.303Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:37:01.304Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:01.308Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:01.309Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:01.417Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-23T04:37:01.418Z||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-04-23T04:37:01.419Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:01.441Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:01.441Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:37:02.311Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:37:02.311Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:02.316Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:02.317Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:02.415Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:37:02.417Z||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-04-23T04:37:02.417Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:02.465Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:02.466Z||pool-127-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:37:03.317Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:37:03.319Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:03.322Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:03.322Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:03.423Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:37:03.424Z||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-04-23T04:37:03.424Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:03.448Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:03.449Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:37:04.323Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:37:04.325Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:04.330Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:04.331Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:04.432Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:37:04.433Z||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-04-23T04:37:04.433Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:04.450Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:04.451Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:37:05.333Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:37:05.334Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:05.338Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:05.338Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:37:05.440Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-23T04:37:05.441Z||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-04-23T04:37:05.442Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:05.459Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:05.460Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:37:06.339Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54f268b8-d12e-4769-b7a0-1b78f47546f6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97dfac6d-3aaf-4d2c-b368-b60c2b089a67",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a13404a-fb62-4855-b763-c0c455efc39f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "33990719-affa-473b-8aa1-2f7c234e695b",
      "resourceInvariantUUID": "31e70d97-a6da-4880-8733-7d4cb3488d07",
      "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": "NmQ3NTY0NzU2Zjc5NzRkOGM2MzIxOGJhYzNlYzI5ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4eb2f3b-4b0e-48e3-8086-730687b3945e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:37:06.340Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:37:06.340Z|787b7d00-25af-4815-81f1-bb77feff3327|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54f268b8-d12e-4769-b7a0-1b78f47546f6 ASDC
2022-04-23T04:37:06.341Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f75d4380-368f-446e-80ab-9f7bb3229bc3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:54f268b8-d12e-4769-b7a0-1b78f47546f6
ServiceInvariantUUID:97dfac6d-3aaf-4d2c-b368-b60c2b089a67
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:c4eb2f3b-4b0e-48e3-8086-730687b3945e
ArtifactChecksum:NmQ3NTY0NzU2Zjc5NzRkOGM2MzIxOGJhYzNlYzI5ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a13404a-fb62-4855-b763-c0c455efc39f
ResourceInvariantUUID:31e70d97-a6da-4880-8733-7d4cb3488d07
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:33990719-affa-473b-8aa1-2f7c234e695b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-23T04:37:06.345Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54f268b8-d12e-4769-b7a0-1b78f47546f6 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-04-23T04:37:06.393Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:37:06.394Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:37:06.395Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:37:06.395Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c4eb2f3b-4b0e-48e3-8086-730687b3945e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-23T04:37:06.395Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T04:37:06.395Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-23T04:37:07.241Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T04:37:07.248Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c4eb2f3b-4b0e-48e3-8086-730687b3945e 105645
2022-04-23T04:37:07.249Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-23T04:37:07.249Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-23T04:37:07.250Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:37:07.250Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:07.253Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:07.253Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688627249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:37:07.354Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:37:07.355Z||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-04-23T04:37:07.355Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:07.381Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:07.382Z||pool-131-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:37:08.254Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:37:08.256Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T04:37:08.256Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c4eb2f3b-4b0e-48e3-8086-730687b3945e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:08.256Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-23T04:37:08.257Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:08.257Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:08.464Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4456939796214474239/Definitions/service-TestPnfMacro-template.yml
2022-04-23T04:37:09.735Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:37:09.735Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:37:09.736Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.736Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-23T04:37:09.736Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.736Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.736Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||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-04-23T04:37:09.737Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.737Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.737Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.737Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.737Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T04:37:09.738Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.738Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.738Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-23T04:37:09.739Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:37:09.739Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:37:09.739Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.739Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.740Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-23T04:37:09.740Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T04:37:09.740Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:37:09.741Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.741Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.741Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.741Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.742Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.742Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.742Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.742Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.742Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.743Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.743Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:54f268b8-d12e-4769-b7a0-1b78f47546f6
Model Version:NULL
Model InvariantUuid:97dfac6d-3aaf-4d2c-b368-b60c2b089a67
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-04-23T04:37:09.753Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 33990719-affa-473b-8aa1-2f7c234e695b
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-04-23T04:37:09.758Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-04-23T04:37:09.758Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 33990719-affa-473b-8aa1-2f7c234e695b
2022-04-23T04:37:09.758Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 54f268b8-d12e-4769-b7a0-1b78f47546f6
2022-04-23T04:37:09.758Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 54f268b8-d12e-4769-b7a0-1b78f47546f6
2022-04-23T04:37:09.759Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 33990719-affa-473b-8aa1-2f7c234e695b 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-04-23T04:37:09.768Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52bd90ca, org.onap.sdc.toscaparser.api.parameters.Input@684356f7, org.onap.sdc.toscaparser.api.parameters.Input@a802f24, org.onap.sdc.toscaparser.api.parameters.Input@727a807b, org.onap.sdc.toscaparser.api.parameters.Input@4cff753e]
2022-04-23T04:37:09.769Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.769Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.769Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 54f268b8-d12e-4769-b7a0-1b78f47546f6: test-pnf
2022-04-23T04:37:09.770Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Processing PNF resource: 33990719-affa-473b-8aa1-2f7c234e695b
2022-04-23T04:37:09.770Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:37:09.770Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:37:09.770Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||Resource customization UUID: 2a13404a-fb62-4855-b763-c0c455efc39f is the same as notified resource customizationUUID: 2a13404a-fb62-4855-b763-c0c455efc39f
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-04-23T04:37:09.820Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 33990719-affa-473b-8aa1-2f7c234e695b 0 ASDC deployResourceStructure
2022-04-23T04:37:09.820Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-23T04:37:09.820Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-23T04:37:09.821Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:37:09.821Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:09.823Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:09.824Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688629820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:37:09.924Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:37:09.926Z||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-04-23T04:37:09.926Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:09.942Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:09.943Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:37:10.824Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75d4380-368f-446e-80ab-9f7bb3229bc3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:37:11.099Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75d4380-368f-446e-80ab-9f7bb3229bc3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:37:11.105Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:37:11.106Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:37:11.106Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:37:11.106Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:37:11.106Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.106Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.107Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.107Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.107Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.107Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.107Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:37:11.107Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:37:11.119Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:37:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:37:26.463Z||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-04-23T04:37:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:26.504Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:26.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688226454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688472560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688476237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688477306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688478372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688479571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:37:26.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688480575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688481581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688482590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:37:26.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afeff4ee-9fe7-4bd7-a5e1-f1b156cbd681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688513897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:37:26.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:37:26.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:26.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:26.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:37:26.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:26.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T04:37:26.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:37:26.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:37:41.120Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f75d4380-368f-446e-80ab-9f7bb3229bc3 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-04-23T04:37:41.140Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f75d4380-368f-446e-80ab-9f7bb3229bc3 and serviceModelVersionId: 54f268b8-d12e-4769-b7a0-1b78f47546f6
2022-04-23T04:37:41.140Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97dfac6d-3aaf-4d2c-b368-b60c2b089a67
2022-04-23T04:37:41.143Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0
2022-04-23T04:37:41.156Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:37:41.261Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0|INFO|500||Invoke
2022-04-23T04:37:41.263Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f75d4380-368f-446e-80ab-9f7bb3229bc3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a2c7af1-35b4-418a-807c-2192e633d242], X-ECOMP-RequestID=[f75d4380-368f-446e-80ab-9f7bb3229bc3], X-TransactionId=[], X-ONAP-RequestID=[f75d4380-368f-446e-80ab-9f7bb3229bc3], Content-Type=[application/merge-patch+json]}
2022-04-23T04:37:41.320Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:37:41.511Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?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/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:37:42:165-17432], vertex-id=[237640], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:37:42 GMT], Content-Type=[application/json]}
2022-04-23T04:37:41.512Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:37:41.516Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dfac6d-3aaf-4d2c-b368-b60c2b089a67/model-vers/model-ver/54f268b8-d12e-4769-b7a0-1b78f47546f6?depth=0|INFO|500||InvokeReturn
2022-04-23T04:37:41.531Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:37:41.532Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:37:41.547Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:37:41.548Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f75d4380-368f-446e-80ab-9f7bb3229bc3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:37:41.548Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:37:41.550Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:37:41.557Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:37:41.558Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688661548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:37:41.658Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:37:41.660Z||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-04-23T04:37:41.660Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:41.684Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:41.685Z||pool-133-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-04-23T04:37:42.586Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:37:42.587Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:37:42.587Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:37:52.990Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:37:52.991Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:37:52.993Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:37:52.994Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:02.543Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:38:02.544Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:38:02.544Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:38:02.544Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:12.092Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:38:12.093Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:38:12.094Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:38:12.095Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:21.666Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:38:21.667Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:38:21.668Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:38:21.668Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:38:26.462Z||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-04-23T04:38:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:26.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:38:26.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688528630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688532438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688533638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:38:26.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688534770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:38:26.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688536012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T04:38:26.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688537019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688538024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688539028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:38:26.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6b25dcd-7330-4fde-8fd8-a5a127a0283a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688570372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/resourceInstances/pnff8a2742f361c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688580257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:38:26.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:26.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:38:26.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688584439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmlh8qntgwfv2jxgfq9f/1.0/artifacts/service-DemoPnfYmlh8qntgwfv2jxgfq9f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:38:26.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:38:31.208Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:38:31.210Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:38:31.211Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:38:31.211Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:40.760Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:38:40.761Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:38:40.762Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:38:40.762Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:38:50.310Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:39:26.454Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:39:26.455Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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-04-23T04:39:26.455Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:39:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:39:26.462Z||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-04-23T04:39:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:39:26.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:39:26.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787b7d00-25af-4815-81f1-bb77feff3327",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688616245,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:39:26.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:39:26.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:39:26.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688514921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:39:26.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:39:26.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688627249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:39:26.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:39:26.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:39:26.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688629820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:39:26.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:39:36.009Z|f75d4380-368f-446e-80ab-9f7bb3229bc3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:26.455Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:40:26.459Z||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-04-23T04:40:26.459Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:40:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:40:26.463Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:26.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:26.534Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:40:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d4380-368f-446e-80ab-9f7bb3229bc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688661548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:40:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:40:27.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:27.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T04:40:27.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c59e19ae-81bb-4633-b02d-2760c3a2f95f","serviceName":"Demo_pNF_UrthtQiROwp8qj5OGd7U","serviceVersion":"1.0","serviceUUID":"fce39372-5bf4-45c1-a67e-b81ce4e7f138","serviceDescription":"catalog service description","serviceInvariantUUID":"9da00dbd-1d71-4f3a-bcc2-3150244e6898","resources":[{"resourceInstanceName":"pNF 1939e87b-8ec4 0","resourceName":"pNF 1939e87b-8ec4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e1814a57-4a9d-4d3f-9b73-a8327d20318f","resourceInvariantUUID":"7be16248-514b-43e4-ba8f-c0561640a0a8","resourceCustomizationUUID":"c13b4508-5e9d-431f-9a59-77b296ed48b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml","artifactChecksum":"ZGZmNjI4OTlmMjNmNjIzNTUyM2NkNTgwNzkwOGQ4OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17079aac-71e1-4ecf-aed3-d01c4f5cefb8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar","artifactChecksum":"M2JlN2E4YTNkZWMwYTRhMmFhNGJkOTJkZTlkODMwM2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9c0501c-d8c3-4d2b-9a88-540a0cded117","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f04acaff-f175-4e64-b25e-b7bada298edd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml","artifactChecksum":"YjE4N2I4MjQ2YzNlYTc1YjQ3YzBkNDI4YzBjY2Q4YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b9a1ce6-a643-4089-a169-9d3db04ce8dd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52308e37-7dbc-4a66-99a2-915e90d50099","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a680bbb-5373-4dbf-a47c-282b7f90b1eb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml","artifactChecksum":"ZTE1ZWVjNDMxMDZmZTg4MDU0Y2I0N2IwMGUxOWJkZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66245f0d-42ba-448d-8e95-fcfb735a09e7","artifactVersion":"1"},{"artifactName":"service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar","artifactChecksum":"M2U0ZDFhMjRlYmI4YmM4ZDNkZGUwNDQyMTcyZjdjZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be34e075-e47d-4227-8490-b320e86b2eba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:40:27.126Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:27.129Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:27.135Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:27.136Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:27.236Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:40:27.238Z||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-04-23T04:40:27.238Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:27.253Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:27.254Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:28.137Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:28.137Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:28.142Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:28.142Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:28.242Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:40:28.244Z||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-04-23T04:40:28.244Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:28.282Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:28.283Z||pool-135-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:29.142Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:29.143Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:29.162Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:29.162Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:29.268Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-23T04:40:29.269Z||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-04-23T04:40:29.281Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:29.299Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:29.300Z||pool-136-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:40:30.163Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:30.165Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:30.175Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:30.175Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:30.278Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-23T04:40:30.280Z||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-04-23T04:40:30.281Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:30.297Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:30.298Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:31.185Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:31.186Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:31.198Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:31.199Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:31.299Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:40:31.300Z||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-04-23T04:40:31.300Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:31.326Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:31.326Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:32.200Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:32.201Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:32.209Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:32.210Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:32.305Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-23T04:40:32.306Z||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-04-23T04:40:32.306Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:32.341Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:32.342Z||pool-139-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:33.210Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:33.212Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:33.215Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:33.215Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:40:33.316Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:40:33.317Z||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-04-23T04:40:33.317Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:33.335Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:33.337Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:34.222Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:40:34.222Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:34.225Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:34.226Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:40:34.326Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:40:34.327Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:40:34.328Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:34.352Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:34.353Z||pool-141-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:35.227Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "serviceName": "Demo_pNF_UrthtQiROwp8qj5OGd7U",
  "serviceVersion": "1.0",
  "serviceUUID": "fce39372-5bf4-45c1-a67e-b81ce4e7f138",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9da00dbd-1d71-4f3a-bcc2-3150244e6898",
  "resources": [
    {
      "resourceInstanceName": "pNF 1939e87b-8ec4 0",
      "resourceCustomizationUUID": "c13b4508-5e9d-431f-9a59-77b296ed48b7",
      "resourceName": "pNF 1939e87b-8ec4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e1814a57-4a9d-4d3f-9b73-a8327d20318f",
      "resourceInvariantUUID": "7be16248-514b-43e4-ba8f-c0561640a0a8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
      "artifactChecksum": "M2U0ZDFhMjRlYmI4YmM4ZDNkZGUwNDQyMTcyZjdjZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be34e075-e47d-4227-8490-b320e86b2eba"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:40:35.228Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:40:35.228Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fce39372-5bf4-45c1-a67e-b81ce4e7f138 ASDC
2022-04-23T04:40:35.229Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c59e19ae-81bb-4633-b02d-2760c3a2f95f
ServiceName:Demo_pNF_UrthtQiROwp8qj5OGd7U
ServiceVersion:1.0
ServiceUUID:fce39372-5bf4-45c1-a67e-b81ce4e7f138
ServiceInvariantUUID:9da00dbd-1d71-4f3a-bcc2-3150244e6898
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
ArtifactUUID:be34e075-e47d-4227-8490-b320e86b2eba
ArtifactChecksum:M2U0ZDFhMjRlYmI4YmM4ZDNkZGUwNDQyMTcyZjdjZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1939e87b-8ec4 0
ResourceCustomizationUUID:c13b4508-5e9d-431f-9a59-77b296ed48b7
ResourceInvariantUUID:7be16248-514b-43e4-ba8f-c0561640a0a8
ResourceName:pNF 1939e87b-8ec4
ResourceType:PNF
ResourceUUID:e1814a57-4a9d-4d3f-9b73-a8327d20318f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-23T04:40:35.229Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fce39372-5bf4-45c1-a67e-b81ce4e7f138 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-04-23T04:40:35.281Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:40:35.284Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-23T04:40:35.284Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-23T04:40:35.285Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be34e075-e47d-4227-8490-b320e86b2eba from URL: /sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:35.285Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-23T04:40:35.285Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:35.636Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-23T04:40:35.641Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar be34e075-e47d-4227-8490-b320e86b2eba 82633
2022-04-23T04:40:35.642Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar ASDC sendASDCNotification
2022-04-23T04:40:35.642Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:35.643Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:40:35.643Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:35.646Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:35.646Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688835642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:40:35.746Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:40:35.748Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:40:35.748Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:35.767Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:35.768Z||pool-142-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:36.647Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:40:36.648Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-23T04:40:36.649Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be34e075-e47d-4227-8490-b320e86b2eba, URL: /sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar to file: /app/ASDC/1/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:36.654Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:36.658Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:36.659Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:36.947Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9059909725163885045/Definitions/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml
2022-04-23T04:40:38.802Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:40:38.803Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-23T04:40:38.803Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.803Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-23T04:40:38.803Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1939e87b-8ec4 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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.803Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.803Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.804Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.804Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.804Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.804Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:38.804Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-23T04:40:38.805Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.808Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.809Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Node template pNF 1939e87b-8ec4 0 is matching search criteria
2022-04-23T04:40:38.809Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-23T04:40:38.810Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 1939e87b-8ec4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:40:38.810Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.810Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.810Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Node template pNF 1939e87b-8ec4 0 is matching search criteria
2022-04-23T04:40:38.811Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-23T04:40:38.811Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 1939e87b-8ec4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:40:38.812Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.812Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.812Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.812Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.813Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.813Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.813Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.813Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.814Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.814Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.814Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UrthtQiROwp8qj5OGd7U
Description:catalog service description
Model UUID:fce39372-5bf4-45c1-a67e-b81ce4e7f138
Model Version:NULL
Model InvariantUuid:9da00dbd-1d71-4f3a-bcc2-3150244e6898
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-04-23T04:40:38.946Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e1814a57-4a9d-4d3f-9b73-a8327d20318f
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-04-23T04:40:38.953Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||pNF 1939e87b-8ec4 0
2022-04-23T04:40:38.954Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e1814a57-4a9d-4d3f-9b73-a8327d20318f
2022-04-23T04:40:38.954Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: fce39372-5bf4-45c1-a67e-b81ce4e7f138
2022-04-23T04:40:38.954Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fce39372-5bf4-45c1-a67e-b81ce4e7f138
2022-04-23T04:40:38.955Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1939e87b-8ec4 0 e1814a57-4a9d-4d3f-9b73-a8327d20318f 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-04-23T04:40:38.967Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@353331be, org.onap.sdc.toscaparser.api.parameters.Input@9e0e9fb, org.onap.sdc.toscaparser.api.parameters.Input@d3b725, org.onap.sdc.toscaparser.api.parameters.Input@1d3fd726, org.onap.sdc.toscaparser.api.parameters.Input@312dabfe]
2022-04-23T04:40:38.969Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.969Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.970Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fce39372-5bf4-45c1-a67e-b81ce4e7f138: pNF 1939e87b-8ec4
2022-04-23T04:40:38.970Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Processing PNF resource: e1814a57-4a9d-4d3f-9b73-a8327d20318f
2022-04-23T04:40:38.971Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:40:38.972Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UrthtQiROwp8qj5OGd7U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:40:38.972Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||Resource customization UUID: c13b4508-5e9d-431f-9a59-77b296ed48b7 is the same as notified resource customizationUUID: c13b4508-5e9d-431f-9a59-77b296ed48b7
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-04-23T04:40:39.056Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1939e87b-8ec4 e1814a57-4a9d-4d3f-9b73-a8327d20318f 0 ASDC deployResourceStructure
2022-04-23T04:40:39.057Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar ASDC sendASDCNotification
2022-04-23T04:40:39.057Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar
2022-04-23T04:40:39.057Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:40:39.058Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:40:39.061Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:40:39.061Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688839057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:40:39.161Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:40:39.162Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:40:39.163Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:40:39.179Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:40:39.180Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:40:40.063Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:40:40.079Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:40:40.093Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:40:40.094Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:40:40.094Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:41:10.095Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:41:10.116Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:41:10.121Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:41:10.121Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:41:10.121Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:41:26.461Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:41:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:41:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:41:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:41:26.505Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.505Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.511Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.511Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.511Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.512Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.512Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.513Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.513Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.513Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.515Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.515Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.515Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.524Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688800966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688802433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688801869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.525Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688805974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.526Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.527Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.527Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688817842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:41:26.527Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:41:26.527Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.527Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688817864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:41:26.527Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688816780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688809354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688818866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:41:26.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:41:26.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "cds",
  "timestamp": 1650688818872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-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-04-23T04:41:26.542Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c59e19ae-81bb-4633-b02d-2760c3a2f95f
2022-04-23T04:41:26.542Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:41:26.567Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.567Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688817811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:41:26.567Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:41:26.567Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.568Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.568Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.568Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.568Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688818268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:41:26.569Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:41:26.569Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.569Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688819872,
  "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-04-23T04:41:26.577Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c59e19ae-81bb-4633-b02d-2760c3a2f95f
2022-04-23T04:41:26.577Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:41:26.594Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.595Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "policy-id",
  "timestamp": 1650688818815,
  "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-04-23T04:41:26.605Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c59e19ae-81bb-4633-b02d-2760c3a2f95f
2022-04-23T04:41:26.605Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:41:26.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "dcae-sch",
  "timestamp": 1650688813100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688818517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:26.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:41:26.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688818595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:41:26.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:41:40.122Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:41:40.146Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:41:40.150Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:41:40.151Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:41:40.151Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:42:10.151Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:42:10.190Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:42:10.195Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:42:10.196Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:42:10.196Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:42:26.461Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:42:26.466Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:42:26.466Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:42:26.517Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:42:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688827847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:42:26.519Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688828238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:42:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "aai-ml",
  "timestamp": 1650688829244,
  "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-04-23T04:42:26.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c59e19ae-81bb-4633-b02d-2760c3a2f95f
2022-04-23T04:42:26.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:42:26.554Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.555Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.555Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.555Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.555Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688830744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:42:26.555Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:26.556Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.557Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.557Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.557Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.557Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688831750,
  "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-04-23T04:42:26.570Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c59e19ae-81bb-4633-b02d-2760c3a2f95f
2022-04-23T04:42:26.570Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:42:26.586Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.586Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/resourceInstances/pnf1939e87b8ec40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688833223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:26.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688826454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688835239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688835642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:26.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.589Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "clamp",
  "timestamp": 1650688836245,
  "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-04-23T04:42:26.603Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c59e19ae-81bb-4633-b02d-2760c3a2f95f
2022-04-23T04:42:26.604Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:42:26.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:42:26.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688839057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUrthtqirowp8qj5ogd7u/1.0/artifacts/service-DemoPnfUrthtqirowp8qj5ogd7u-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:42:26.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:42:40.196Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:42:40.224Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:42:40.231Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:42:40.231Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:42:40.231Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:42:40.231Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:42:40.231Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:42:40.232Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-04-23T04:42:40.244Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:43:10.244Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f 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-04-23T04:43:10.254Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c59e19ae-81bb-4633-b02d-2760c3a2f95f and serviceModelVersionId: fce39372-5bf4-45c1-a67e-b81ce4e7f138
2022-04-23T04:43:10.254Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9da00dbd-1d71-4f3a-bcc2-3150244e6898
2022-04-23T04:43:10.256Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9da00dbd-1d71-4f3a-bcc2-3150244e6898/model-vers/model-ver/fce39372-5bf4-45c1-a67e-b81ce4e7f138?depth=0
2022-04-23T04:43:10.273Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:43:10.351Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da00dbd-1d71-4f3a-bcc2-3150244e6898/model-vers/model-ver/fce39372-5bf4-45c1-a67e-b81ce4e7f138?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-04-23T04:43:10.363Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da00dbd-1d71-4f3a-bcc2-3150244e6898/model-vers/model-ver/fce39372-5bf4-45c1-a67e-b81ce4e7f138?depth=0|INFO|500||Invoke
2022-04-23T04:43:10.411Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da00dbd-1d71-4f3a-bcc2-3150244e6898/model-vers/model-ver/fce39372-5bf4-45c1-a67e-b81ce4e7f138?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:43:10.531Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da00dbd-1d71-4f3a-bcc2-3150244e6898/model-vers/model-ver/fce39372-5bf4-45c1-a67e-b81ce4e7f138?depth=0|INFO|500||InvokeReturn
2022-04-23T04:43:10.531Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da00dbd-1d71-4f3a-bcc2-3150244e6898/model-vers/model-ver/fce39372-5bf4-45c1-a67e-b81ce4e7f138?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-04:43:11:258-59553], vertex-id=[536680], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:43:11 GMT], Content-Type=[application/json]}
2022-04-23T04:43:10.533Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:43:10.534Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:43:10.535Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-04-23T04:43:10.554Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-04-23T04:43:10.555Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c59e19ae-81bb-4633-b02d-2760c3a2f95f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:43:10.555Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:43:10.555Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:10.560Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:10.560Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688990555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:43:10.660Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:43:10.662Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:10.669Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:10.689Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:10.690Z||pool-144-thread-1|||||INFO|500||cambria reply ok (30 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-04-23T04:43:11.579Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:43:11.580Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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-04-23T04:43:11.580Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:15.949Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:15.950Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T04:43:15.950Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7d9e5e6-32cd-4b2f-93ce-244cdd50b918","serviceName":"Demo_pNF_s1gMBRiX5zQCdKaTHJ3b","serviceVersion":"1.0","serviceUUID":"94b9408b-c096-4850-bd54-54bdd99f0745","serviceDescription":"catalog service description","serviceInvariantUUID":"cea726c8-105d-425e-b472-e0a73e20ff59","resources":[{"resourceInstanceName":"pNF b30e8c6c-7ea4 0","resourceName":"pNF b30e8c6c-7ea4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"402821cc-c530-4134-aca7-0d94efe1eec8","resourceInvariantUUID":"5f26caf4-5910-45e9-9142-d442d2114fe3","resourceCustomizationUUID":"10890f9e-bbb8-4a8c-adb3-09b3c0df9890","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml","artifactChecksum":"Y2U1MWY3ZWNkNDliYThlOGM0YWQ3MzgzODVkMDdiNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad70c89e-5eac-48b5-9e39-7bf5114321e7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar","artifactChecksum":"M2JlN2E4YTNkZWMwYTRhMmFhNGJkOTJkZTlkODMwM2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fa49f24-fe7c-4f83-8cb3-92b791e42897","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e2cc351-abd3-437f-a748-124bfd58201a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml","artifactChecksum":"YzYwZjk2NTM0ZTQ1Yzk3MzEzODFmMjQxYzgwZmYwOTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e788fd06-0746-44a8-969e-4f99b9da7d80","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6cc86a0-6433-44e6-8633-ded7f2a72550","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19f197b5-c5fe-4026-a1a4-a9e427706893","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml","artifactChecksum":"Nzk3ZGYyOGI5NjgxNWI2NmYwMTkxZGQ2NjU2NzhiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"767b34f8-4cda-472a-8110-22c1cfe9eb2d","artifactVersion":"1"},{"artifactName":"service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar","artifactChecksum":"YjA3YTY4ZjcxNTQ1MWY0OTNjZmJiM2M3YzE0NDgyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"755a5543-33e3-4fc4-a552-48d04f4fd1b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:43:15.954Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:15.954Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:15.957Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:15.957Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:16.058Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:43:16.059Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:16.059Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:16.075Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:16.076Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:16.958Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:16.959Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:16.964Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:16.964Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:17.067Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-23T04:43:17.069Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:17.069Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:17.088Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:17.089Z||pool-146-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:17.968Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:17.969Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:17.973Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:17.974Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:18.073Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:43:18.074Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:18.074Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:18.105Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:18.106Z||pool-147-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:43:18.976Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:18.976Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:18.980Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:18.981Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:19.081Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:43:19.082Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:19.082Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:19.099Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:19.100Z||pool-148-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:19.983Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:19.986Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:20.004Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:20.005Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:20.104Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:43:20.110Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:20.110Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:20.128Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:20.130Z||pool-149-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:21.006Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:21.007Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:21.011Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:21.011Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:21.113Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-23T04:43:21.115Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:21.115Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:21.139Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:21.141Z||pool-150-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:22.012Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:22.015Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:22.018Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:22.018Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:22.118Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:43:22.119Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:22.119Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:22.144Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:22.145Z||pool-151-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:23.019Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:43:23.020Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:23.026Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:23.027Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:43:23.125Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:43:23.126Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:23.126Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:23.146Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:23.146Z||pool-152-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:24.030Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "serviceName": "Demo_pNF_s1gMBRiX5zQCdKaTHJ3b",
  "serviceVersion": "1.0",
  "serviceUUID": "94b9408b-c096-4850-bd54-54bdd99f0745",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cea726c8-105d-425e-b472-e0a73e20ff59",
  "resources": [
    {
      "resourceInstanceName": "pNF b30e8c6c-7ea4 0",
      "resourceCustomizationUUID": "10890f9e-bbb8-4a8c-adb3-09b3c0df9890",
      "resourceName": "pNF b30e8c6c-7ea4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "402821cc-c530-4134-aca7-0d94efe1eec8",
      "resourceInvariantUUID": "5f26caf4-5910-45e9-9142-d442d2114fe3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
      "artifactChecksum": "YjA3YTY4ZjcxNTQ1MWY0OTNjZmJiM2M3YzE0NDgyOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "755a5543-33e3-4fc4-a552-48d04f4fd1b8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T04:43:24.030Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:43:24.031Z|c59e19ae-81bb-4633-b02d-2760c3a2f95f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 94b9408b-c096-4850-bd54-54bdd99f0745 ASDC
2022-04-23T04:43:24.033Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
ServiceName:Demo_pNF_s1gMBRiX5zQCdKaTHJ3b
ServiceVersion:1.0
ServiceUUID:94b9408b-c096-4850-bd54-54bdd99f0745
ServiceInvariantUUID:cea726c8-105d-425e-b472-e0a73e20ff59
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
ArtifactUUID:755a5543-33e3-4fc4-a552-48d04f4fd1b8
ArtifactChecksum:YjA3YTY4ZjcxNTQ1MWY0OTNjZmJiM2M3YzE0NDgyOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b30e8c6c-7ea4 0
ResourceCustomizationUUID:10890f9e-bbb8-4a8c-adb3-09b3c0df9890
ResourceInvariantUUID:5f26caf4-5910-45e9-9142-d442d2114fe3
ResourceName:pNF b30e8c6c-7ea4
ResourceType:PNF
ResourceUUID:402821cc-c530-4134-aca7-0d94efe1eec8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-23T04:43:24.033Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94b9408b-c096-4850-bd54-54bdd99f0745 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-04-23T04:43:24.086Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:43:24.088Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-23T04:43:24.088Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-23T04:43:24.088Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 755a5543-33e3-4fc4-a552-48d04f4fd1b8 from URL: /sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:24.088Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-23T04:43:24.089Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:24.625Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-23T04:43:24.633Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar 755a5543-33e3-4fc4-a552-48d04f4fd1b8 82651
2022-04-23T04:43:24.633Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar ASDC sendASDCNotification
2022-04-23T04:43:24.634Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:24.634Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:43:24.635Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:24.641Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:24.641Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650689004633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:43:24.745Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-23T04:43:24.746Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:24.746Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:24.772Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:24.773Z||pool-153-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:25.645Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:43:25.647Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-23T04:43:25.647Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 755a5543-33e3-4fc4-a552-48d04f4fd1b8, URL: /sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar to file: /app/ASDC/1/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:25.648Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:25.649Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:25.649Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:25.877Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4730214790630868347/Definitions/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml
2022-04-23T04:43:26.461Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:43:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:43:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:26.498Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:26.500Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.500Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.501Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.502Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.503Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.504Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.505Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.505Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.506Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.507Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.508Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.509Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.510Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.511Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.511Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.511Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.512Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.512Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.514Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.515Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.515Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.516Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.532Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.532Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.532Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.532Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.534Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.534Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.538Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.539Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.540Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.541Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.541Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.544Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.544Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "dcae-sch",
  "timestamp": 1650688933101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:43:26.545Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.546Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.546Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688937433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:43:26.546Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.546Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.546Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:43:26.546Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.547Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.547Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688938517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:43:26.547Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:26.547Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:43:26.547Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688938595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:43:26.547Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:43:27.486Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:43:27.487Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-23T04:43:27.487Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.487Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-23T04:43:27.487Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b30e8c6c-7ea4 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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.488Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-23T04:43:27.489Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.489Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.489Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Node template pNF b30e8c6c-7ea4 0 is matching search criteria
2022-04-23T04:43:27.489Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b30e8c6c-7ea4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Node template pNF b30e8c6c-7ea4 0 is matching search criteria
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b30e8c6c-7ea4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:43:27.490Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.491Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.492Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.492Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.492Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_s1gMBRiX5zQCdKaTHJ3b
Description:catalog service description
Model UUID:94b9408b-c096-4850-bd54-54bdd99f0745
Model Version:NULL
Model InvariantUuid:cea726c8-105d-425e-b472-e0a73e20ff59
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-04-23T04:43:27.503Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 402821cc-c530-4134-aca7-0d94efe1eec8
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-04-23T04:43:27.509Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||pNF b30e8c6c-7ea4 0
2022-04-23T04:43:27.509Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 402821cc-c530-4134-aca7-0d94efe1eec8
2022-04-23T04:43:27.510Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 94b9408b-c096-4850-bd54-54bdd99f0745
2022-04-23T04:43:27.510Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 94b9408b-c096-4850-bd54-54bdd99f0745
2022-04-23T04:43:27.510Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b30e8c6c-7ea4 0 402821cc-c530-4134-aca7-0d94efe1eec8 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-04-23T04:43:27.525Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d847690, org.onap.sdc.toscaparser.api.parameters.Input@73de3f9b, org.onap.sdc.toscaparser.api.parameters.Input@7a7943ec, org.onap.sdc.toscaparser.api.parameters.Input@4b854716, org.onap.sdc.toscaparser.api.parameters.Input@659b9800]
2022-04-23T04:43:27.526Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.526Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.526Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 94b9408b-c096-4850-bd54-54bdd99f0745: pNF b30e8c6c-7ea4
2022-04-23T04:43:27.526Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Processing PNF resource: 402821cc-c530-4134-aca7-0d94efe1eec8
2022-04-23T04:43:27.527Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T04:43:27.527Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_s1gMBRiX5zQCdKaTHJ3b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:43:27.527Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||Resource customization UUID: 10890f9e-bbb8-4a8c-adb3-09b3c0df9890 is the same as notified resource customizationUUID: 10890f9e-bbb8-4a8c-adb3-09b3c0df9890
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-04-23T04:43:27.583Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b30e8c6c-7ea4 402821cc-c530-4134-aca7-0d94efe1eec8 0 ASDC deployResourceStructure
2022-04-23T04:43:27.584Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar ASDC sendASDCNotification
2022-04-23T04:43:27.584Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar
2022-04-23T04:43:27.585Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:43:27.585Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:43:27.588Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:43:27.588Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650689007584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:43:27.688Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:43:27.689Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:43:27.690Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:43:27.705Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:43:27.706Z||pool-154-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:43:28.589Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:43:28.604Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:43:28.607Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:43:28.608Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:43:28.608Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:43:58.608Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:43:58.622Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:43:58.625Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:43:58.625Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:43:58.626Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:44:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:44:26.462Z||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-04-23T04:44:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:44:26.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:44:26.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:44:26.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:44:26.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:44:28.626Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:44:28.652Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:44:28.656Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:44:28.657Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:44:28.657Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:44:58.658Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:44:58.674Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:44:58.680Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:44:58.680Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:44:58.680Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:45:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:45:26.462Z||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-04-23T04:45:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:45:26.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:45:26.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688940966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688947751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688947749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688949018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650688941869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:45:26.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "cds",
  "timestamp": 1650688950026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-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-04-23T04:45:26.534Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
2022-04-23T04:45:26.534Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:26.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688950345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688951367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T04:45:26.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688950850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:45:26.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650688952370,
  "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-04-23T04:45:26.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
2022-04-23T04:45:26.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:26.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650688951860,
  "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-04-23T04:45:26.585Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
2022-04-23T04:45:26.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:26.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688953248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.602Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688945974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:45:26.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688954801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688955263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688955809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688956255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "aai-ml",
  "timestamp": 1650688956268,
  "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-04-23T04:45:26.615Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
2022-04-23T04:45:26.615Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:26.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "policy-id",
  "timestamp": 1650688956813,
  "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-04-23T04:45:26.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
2022-04-23T04:45:26.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:26.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "clamp",
  "timestamp": 1650688957265,
  "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-04-23T04:45:26.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
2022-04-23T04:45:26.669Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:26.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c59e19ae-81bb-4633-b02d-2760c3a2f95f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688990555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:45:26.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:26.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/resourceInstances/pnfb30e8c6c7ea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650688991579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T04:45:26.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T04:45:26.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:45:26.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650689004633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T04:45:26.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:45:28.680Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T04:45:28.697Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-23T04:45:28.703Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:45:28.703Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:45:28.703Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:45:28.703Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.704Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T04:45:28.705Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:45:28.716Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:45:58.717Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 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-04-23T04:45:58.723Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 and serviceModelVersionId: 94b9408b-c096-4850-bd54-54bdd99f0745
2022-04-23T04:45:58.724Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cea726c8-105d-425e-b472-e0a73e20ff59
2022-04-23T04:45:58.726Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0
2022-04-23T04:45:58.736Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:45:58.819Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0|INFO|500||Invoke
2022-04-23T04:45:58.820Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7d9e5e6-32cd-4b2f-93ce-244cdd50b918], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75bfa6c6-9692-41a7-b777-b7cdfd976cbc], X-ECOMP-RequestID=[a7d9e5e6-32cd-4b2f-93ce-244cdd50b918], X-TransactionId=[], X-ONAP-RequestID=[a7d9e5e6-32cd-4b2f-93ce-244cdd50b918], Content-Type=[application/merge-patch+json]}
2022-04-23T04:45:58.852Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T04:45:59.362Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?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/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220423-04:45:59:701-70300], vertex-id=[544872], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:45:59 GMT], Content-Type=[application/json]}
2022-04-23T04:45:59.362Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:45:59.363Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea726c8-105d-425e-b472-e0a73e20ff59/model-vers/model-ver/94b9408b-c096-4850-bd54-54bdd99f0745?depth=0|INFO|500||InvokeReturn
2022-04-23T04:45:59.364Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:45:59.365Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:45:59.378Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:45:59.378Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7d9e5e6-32cd-4b2f-93ce-244cdd50b918 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:45:59.379Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:45:59.379Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:45:59.384Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:45:59.385Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650689159378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:45:59.485Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:45:59.486Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:45:59.486Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:45:59.539Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:45:59.539Z||pool-155-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:46:00.403Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:46:00.404Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:46:00.404Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:46:10.700Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:46:10.700Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:46:10.702Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:46:10.702Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:46:20.250Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:46:20.251Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:46:20.252Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:46:20.252Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:46:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:46:26.463Z||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-04-23T04:46:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:46:26.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:46:26.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:46:26.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650689007584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS1gmbrix5zqcdkathj3b/1.0/artifacts/service-DemoPnfS1gmbrix5zqcdkathj3b-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T04:46:26.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:46:29.796Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:46:29.797Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:46:29.797Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:46:29.798Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:46:39.338Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:46:39.341Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:46:39.341Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:46:39.342Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:46:48.922Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:47:26.454Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:47:26.455Z||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-04-23T04:47:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:47:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:47:26.462Z||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-04-23T04:47:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:47:26.996Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:47:26.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T04:47:26.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7d9e5e6-32cd-4b2f-93ce-244cdd50b918",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650689159378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:47:26.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:47:36.011Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:48:26.454Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:48:26.455Z||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-04-23T04:48:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:48:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:48:26.463Z||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-04-23T04:48:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:48:36.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:48:36.016Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:49:26.454Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:49:26.455Z||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-04-23T04:49:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:49:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:49:26.464Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:49:26.464Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:49:36.014Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:49:36.019Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:50:26.454Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:50:26.455Z||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-04-23T04:50:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:50:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:50:26.462Z||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-04-23T04:50:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:50:36.022Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:50:36.023Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:51:26.454Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:51:26.455Z||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-04-23T04:51:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:51:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:51:26.462Z||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-04-23T04:51:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:51:36.009Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:51:36.024Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:52:26.454Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:52:26.456Z||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-04-23T04:52:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:52:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:52:26.461Z||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-04-23T04:52:26.461Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:52:36.007Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:52:36.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:53:26.454Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:53:26.455Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:53:26.455Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:53:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:53:26.462Z||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-04-23T04:53:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:53:36.016Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:53:36.028Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:54:26.454Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:54:26.455Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:54:26.455Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:54:26.461Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:54:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:54:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:54:36.012Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:54:36.024Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:55:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:55:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:55:26.455Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:55:26.461Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:55:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:55:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:55:36.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:55:36.010Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:56:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:56:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:56:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:56:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:56:26.462Z||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-04-23T04:56:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:56:36.017Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:56:36.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:57:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:57:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:57:26.455Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:57:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:57:26.462Z||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-04-23T04:57:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:57:36.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:57:36.020Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:58:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:58:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:58:26.455Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:58:26.461Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:58:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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-04-23T04:58:26.462Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:58:36.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:58:36.029Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:59:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:59:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:59:26.455Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:59:26.461Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:59:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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-04-23T04:59:26.462Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:59:36.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T04:59:36.028Z|a7d9e5e6-32cd-4b2f-93ce-244cdd50b918|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T05:00:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T05:00:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T05:00:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T05:00:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T05:00:26.462Z||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-04-23T05:00:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T05:00:36.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T05:00:36.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK