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-06-26T06:02:49.144Z||main|||||INFO|500||The following profiles are active: basic
2022-06-26T06:03:06.153Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-26T06:03:06.158Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-26T06:03:06.377Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-26T06:03:12.647Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-26T06:03:13.698Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-26T06:03:14.587Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-26T06:03:14.631Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-26T06:03:14.805Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-26T06:03:15.480Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-26T06:03:17.065Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-26T06:03:21.254Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T06:03:25.435Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T06:03:25.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-26T06:03:26.514Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T06:03:27.121Z||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-06-26T06:03:29.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T06:03:30.852Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-26T06:03:30.877Z||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$$b3d2088f.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-06-26T06:03:30.878Z||main|||||WARN|500||The sdc end point is not alive
2022-06-26T06:03:35.649Z||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-06-26T06:03:40.006Z||main|||||WARN|500||---
2022-06-26T06:03:40.007Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-26T06:03:40.007Z||main|||||WARN|500||---
2022-06-26T06:03:40.638Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-26T06:03:47.777Z||main|||||INFO|500||Started Application in 64.636 seconds (JVM running for 69.149)
2022-06-26T06:03:47.790Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T06:03:47.792Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T06:03:47.806Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T06:03:47.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T06:03:47.889Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21033f67-7cc1-4054-b043-62ee81e7d8a3 url= /sdc/v1/artifactTypes
2022-06-26T06:03:47.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T06:03:48.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-26T06:03:48.235Z||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-06-26T06:03:48.303Z||scheduling-1|||||DEBUG|500||create keys
2022-06-26T06:03:48.315Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-26T06:03:48.353Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:03:48.385Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b7e19162-afb8-4a53-82d5-43d0730233ac url= /sdc/v1/registerForDistribution
2022-06-26T06:03:48.513Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b7e19162-afb8-4a53-82d5-43d0730233ac url= /sdc/v1/registerForDistribution
2022-06-26T06:03:48.514Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-26T06:03:48.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:03:48.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:03:48.543Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-26T06:03:48.547Z||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-06-26T06:03:48.547Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:03:48.548Z||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-06-26T06:03:48.549Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:03:58.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:03:58.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:04:48.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:04:48.527Z||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-06-26T06:04:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:04:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:04:48.531Z||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-06-26T06:04:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:04:58.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:04:58.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:05:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:05:48.524Z||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-06-26T06:05:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:05:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:05:48.531Z||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-06-26T06:05:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:05:58.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:05:58.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:06:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:06:48.525Z||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-06-26T06:06:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:06:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:06:48.531Z||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-06-26T06:06:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:06:58.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:06:58.078Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:07:48.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:07:48.526Z||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-06-26T06:07:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:07:48.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:07:48.531Z||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-06-26T06:07:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:07:58.086Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:07:58.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:08:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:08:48.524Z||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-06-26T06:08:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:08:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:08:48.531Z||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-06-26T06:08:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:08:58.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:08:58.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:09:48.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:09:48.527Z||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-06-26T06:09:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:09:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:09:48.531Z||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-06-26T06:09:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:09:58.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:09:58.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:10:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:10:48.526Z||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-06-26T06:10:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:10:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:10:48.532Z||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-06-26T06:10:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:10:58.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:10:58.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:11:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:11:48.527Z||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-06-26T06:11:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:11:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:11:48.531Z||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-06-26T06:11:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:11:58.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:11:58.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:12:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:12:48.524Z||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-06-26T06:12:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:12:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:12:48.532Z||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-06-26T06:12:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:12:58.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:12:58.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:12:58.581Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-26T06:13:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:13:48.524Z||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-06-26T06:13:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:13:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:13:48.531Z||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-06-26T06:13:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:13:58.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:13:58.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:14:48.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:14:48.528Z||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-06-26T06:14:48.529Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:14:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:14:48.530Z||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-06-26T06:14:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:14:58.089Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:14:58.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:15:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:15:48.525Z||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-06-26T06:15:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:15:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:15:48.531Z||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-06-26T06:15:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:15:58.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:15:58.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:16:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:16:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:16:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:16:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:16:48.531Z||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-06-26T06:16:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:16:58.083Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:16:58.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:17:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:17:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:17:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:17:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:17:48.531Z||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-06-26T06:17:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:17:58.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:17:58.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:18:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:18:48.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:18:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:18:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:18:48.531Z||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-06-26T06:18:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:18:58.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:18:58.092Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:19:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:19:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:19:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:19:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:19:48.530Z||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-06-26T06:19:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:19:58.104Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:19:58.105Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:20:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:20:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:20:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:20:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:20:48.531Z||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-06-26T06:20:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:20:58.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:20:58.100Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:21:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:21:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:21:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:21:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:21:48.531Z||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-06-26T06:21:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:21:58.086Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:21:58.090Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:22:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:22:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:22:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:22:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:22:48.530Z||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-06-26T06:22:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:22:58.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:22:58.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:23:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:23:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:23:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:23:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:23:48.530Z||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-06-26T06:23:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:23:58.078Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:23:58.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:24:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:24:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:24:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:24:48.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:24:48.530Z||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-06-26T06:24:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:24:58.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:24:58.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:25:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:25:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:25:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:25:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:25:48.530Z||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-06-26T06:25:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:25:58.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:25:58.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:26:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:26:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:26:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:26:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:26:48.531Z||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-06-26T06:26:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:26:58.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:26:58.093Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:27:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:27:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:27:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:27:48.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:27:48.531Z||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-06-26T06:27:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:27:58.074Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:27:58.076Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:28:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:28:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:28:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:28:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:28:48.531Z||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-06-26T06:28:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:28:58.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:28:58.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:29:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:29:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:29:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:29:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:29:48.531Z||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-06-26T06:29:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:29:58.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:29:58.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:30:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:30:48.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:30:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:30:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:30:48.530Z||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-06-26T06:30:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:30:58.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:30:58.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:31:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:31:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:31:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:31:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:31:48.531Z||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-06-26T06:31:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:31:58.085Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:31:58.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:32:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:32:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:32:48.524Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:32:48.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:32:48.532Z||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-06-26T06:32:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:32:58.071Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:32:58.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:33:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:33:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:33:48.524Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:33:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:33:48.530Z||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-06-26T06:33:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:33:58.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:33:58.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:34:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:34:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:34:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:34:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:34:48.531Z||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-06-26T06:34:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:34:58.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:34:58.088Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:35:48.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:35:48.526Z||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-06-26T06:35:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:35:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:35:48.531Z||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-06-26T06:35:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:35:58.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:35:58.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:36:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:36:48.526Z||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-06-26T06:36:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:36:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:36:48.530Z||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-06-26T06:36:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:36:58.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:36:58.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:37:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:37:48.524Z||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-06-26T06:37:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:37:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:37:48.534Z||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-06-26T06:37:48.534Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:37:58.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:37:58.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:38:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:38:48.524Z||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-06-26T06:38:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:38:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:38:48.531Z||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-06-26T06:38:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:38:58.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:38:58.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:39:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:39:48.524Z||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-06-26T06:39:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:39:48.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:39:48.530Z||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-06-26T06:39:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:39:58.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:39:58.088Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:40:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:40:48.524Z||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-06-26T06:40:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:40:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:40:48.531Z||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-06-26T06:40:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:40:58.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:40:58.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:41:48.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:41:48.528Z||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-06-26T06:41:48.528Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:41:48.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:41:48.531Z||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-06-26T06:41:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:41:58.090Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:41:58.090Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:42:48.523Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:42:48.524Z||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-06-26T06:42:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:42:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:42:48.531Z||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-06-26T06:42:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:42:58.082Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:42:58.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:43:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:43:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:43:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:43:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:43:48.531Z||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-06-26T06:43:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:43:58.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:43:58.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:44:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:44:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:44:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:44:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:44:48.530Z||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-06-26T06:44:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:44:58.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:44:58.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:45:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:45:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:45:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:45:48.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:45:48.532Z||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-06-26T06:45:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:45:58.072Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:45:58.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:46:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:46:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:46:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:46:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:46:48.530Z||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-06-26T06:46:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:46:58.098Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:46:58.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:47:48.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:47:48.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:47:48.528Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:47:48.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:47:48.531Z||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-06-26T06:47:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:47:58.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:47:58.087Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:48:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:48:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:48:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:48:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:48:48.530Z||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-06-26T06:48:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:48:58.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:48:58.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:49:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:49:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:49:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:49:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:49:48.531Z||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-06-26T06:49:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:49:58.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:49:58.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:50:48.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:50:48.524Z||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-06-26T06:50:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:50:48.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:50:48.534Z||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-06-26T06:50:48.535Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:50:58.102Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:50:58.106Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:51:48.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:51:48.525Z||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-06-26T06:51:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:51:48.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:51:48.531Z||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-06-26T06:51:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:51:58.085Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:51:58.085Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:52:48.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:52:48.526Z||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-06-26T06:52:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:52:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:52:48.531Z||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-06-26T06:52:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:52:58.093Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:52:58.093Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:53:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:53:48.526Z||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-06-26T06:53:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:53:48.535Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:53:48.536Z||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-06-26T06:53:48.536Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:53:58.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:53:58.086Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:54:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:54:48.524Z||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-06-26T06:54:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:54:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:54:48.531Z||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-06-26T06:54:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:54:58.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:54:58.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:55:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:55:48.525Z||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-06-26T06:55:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:55:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:55:48.530Z||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-06-26T06:55:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:55:58.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:55:58.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:56:48.525Z||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-06-26T06:56:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:56:48.531Z||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-06-26T06:56:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:49.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:49.186Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"218c570d-ff80-4f40-b7e1-5d82b59462ed","serviceName":"basic_onboard_oCQfLl","serviceVersion":"1.0","serviceUUID":"537f3abe-1b7f-41d7-b8f8-04fb35a68a6f","serviceDescription":"service","serviceInvariantUUID":"6fb86681-4f2c-431f-906e-154328fcf69e","resources":[{"resourceInstanceName":"basic_onboard_oCQfLl 0","resourceName":"basic_onboard_oCQfLl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5c3a604-fbcc-4830-95d3-34393b75f35a","resourceInvariantUUID":"c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32","resourceCustomizationUUID":"fb8e751c-8a9c-4370-9cf8-904e4bfd8c42","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml","artifactChecksum":"MWY3OWQzMDYwNzY2ZmI1M2YzY2I2ZDEwNmVlNzkxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbf44105-c59e-41e8-a3f8-5be641fef6da","artifactVersion":"1"},{"artifactName":"basic_onboard_ocqfll0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json","artifactChecksum":"ZTExOTdmZjM1YzIwN2IzNDlmNzI0MjcxOTlkYjI3ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e57289bb-8dd8-4da8-8404-2a2e2bef061d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07774931-740b-4121-8a9c-a1963fa273cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ea30321-803a-497f-95a9-135abd6329ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4b96dce-8957-4671-8742-68972b4ea763","artifactVersion":"2","generatedFromUUID":"07774931-740b-4121-8a9c-a1963fa273cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOcqfll-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml","artifactChecksum":"N2RmMjM4YTkxNGUyOTRjNzYzN2MyZWUxYmEzOTg1YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b21a0019-36fe-45d0-9f8e-15c9cf524b03","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOcqfll-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar","artifactChecksum":"Y2E3N2NkMjlmZDFhZjQ4OTM2YTI5MWY4YWM1OTVkYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8993b2d-d126-41d2-9c1c-1e206147a08e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T06:56:49.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.202Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:49.212Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:49.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.229Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.229Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226580513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226588187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226581374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226583861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226597026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226596787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226595454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226595469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226597800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:56:49.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "cds",
  "timestamp": 1656226596500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-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-06-26T06:56:49.329Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-26T06:56:49.336Z||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-06-26T06:56:49.336Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:49.360Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:49.361Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T06:56:49.482Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:49.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226598159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "policy-id",
  "timestamp": 1656226598806,
  "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-06-26T06:56:49.550Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:49.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226599260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226600460,
  "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-06-26T06:56:49.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226601468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226594920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226593444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:49.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226602865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226607345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226606699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226608350,
  "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-06-26T06:56:49.589Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.590Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:50.237Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:50.238Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:50.240Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:50.241Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T06:56:50.341Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:56:50.343Z||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-06-26T06:56:50.343Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:50.360Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:50.361Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:51.241Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:51.242Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:51.245Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:51.245Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T06:56:51.346Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T06:56:51.347Z||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-06-26T06:56:51.348Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:51.364Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:51.365Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:56:52.247Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:52.247Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:52.250Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:52.250Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:52.350Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:56:52.353Z||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-06-26T06:56:52.353Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:52.370Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:52.371Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:53.251Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:53.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:53.255Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:53.255Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-26T06:56:53.355Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:56:53.357Z||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-06-26T06:56:53.357Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:53.371Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:53.372Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:54.255Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:54.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:54.260Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:54.260Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:56:54.360Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T06:56:54.362Z||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-06-26T06:56:54.362Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:54.396Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:54.397Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:55.262Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:55.263Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:55.266Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:55.266Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:56:55.367Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T06:56:55.368Z||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-06-26T06:56:55.369Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:55.385Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:55.386Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:56.269Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "serviceName": "basic_onboard_oCQfLl",
  "serviceVersion": "1.0",
  "serviceUUID": "537f3abe-1b7f-41d7-b8f8-04fb35a68a6f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6fb86681-4f2c-431f-906e-154328fcf69e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oCQfLl 0",
      "resourceCustomizationUUID": "fb8e751c-8a9c-4370-9cf8-904e4bfd8c42",
      "resourceName": "basic_onboard_oCQfLl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d5c3a604-fbcc-4830-95d3-34393b75f35a",
      "resourceInvariantUUID": "c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ocqfll0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
          "artifactChecksum": "ZTExOTdmZjM1YzIwN2IzNDlmNzI0MjcxOTlkYjI3ZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e57289bb-8dd8-4da8-8404-2a2e2bef061d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "07774931-740b-4121-8a9c-a1963fa273cf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4b96dce-8957-4671-8742-68972b4ea763",
            "generatedFromUUID": "07774931-740b-4121-8a9c-a1963fa273cf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4b96dce-8957-4671-8742-68972b4ea763",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOcqfll-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
      "artifactChecksum": "Y2E3N2NkMjlmZDFhZjQ4OTM2YTI5MWY4YWM1OTVkYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8993b2d-d126-41d2-9c1c-1e206147a08e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T06:56:56.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T06:56:56.271Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f ASDC
2022-06-26T06:56:56.435Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:218c570d-ff80-4f40-b7e1-5d82b59462ed
ServiceName:basic_onboard_oCQfLl
ServiceVersion:1.0
ServiceUUID:537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
ServiceInvariantUUID:6fb86681-4f2c-431f-906e-154328fcf69e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOcqfll-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
ArtifactUUID:c8993b2d-d126-41d2-9c1c-1e206147a08e
ArtifactChecksum:Y2E3N2NkMjlmZDFhZjQ4OTM2YTI5MWY4YWM1OTVkYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oCQfLl 0
ResourceCustomizationUUID:fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
ResourceInvariantUUID:c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32
ResourceName:basic_onboard_oCQfLl
ResourceType:VF
ResourceUUID:d5c3a604-fbcc-4830-95d3-34393b75f35a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ocqfll0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
ArtifactUUID:e57289bb-8dd8-4da8-8404-2a2e2bef061d
ArtifactChecksum:ZTExOTdmZjM1YzIwN2IzNDlmNzI0MjcxOTlkYjI3ZGE=
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/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
ArtifactUUID:07774931-740b-4121-8a9c-a1963fa273cf
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/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
ArtifactUUID:f4b96dce-8957-4671-8742-68972b4ea763
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/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
ArtifactUUID:f4b96dce-8957-4671-8742-68972b4ea763
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T06:56:56.436Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f 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-06-26T06:56:56.494Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T06:56:56.496Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T06:56:56.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T06:56:56.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8993b2d-d126-41d2-9c1c-1e206147a08e from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:56.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:56:56.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:56.608Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:56:56.628Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar c8993b2d-d126-41d2-9c1c-1e206147a08e 71575
2022-06-26T06:56:56.630Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar ASDC sendASDCNotification
2022-06-26T06:56:56.631Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:56.633Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:56:56.635Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:56.638Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:56.638Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226616629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:56:56.738Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T06:56:56.739Z||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-06-26T06:56:56.739Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:56.754Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:56:56.755Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:57.640Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T06:56:57.641Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T06:56:57.642Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c8993b2d-d126-41d2-9c1c-1e206147a08e, URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar to file: /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:57.643Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:57.763Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:57.763Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:58.548Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13909468792482628082/Definitions/service-BasicOnboardOcqfll-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-06-26T06:57:01.521Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oCQfLl 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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.530Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.530Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.530Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T06:57:01.536Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.538Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.544Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.544Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T06:57:01.546Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T06:57:01.548Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.548Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.553Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.553Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is not matching search criteria
2022-06-26T06:57:01.553Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T06:57:01.555Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.555Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T06:57:01.556Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.557Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.557Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.559Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:01.559Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.559Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is not matching search criteria
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d1abf7a-37bf-4ebe-abdc-3b2cb4d8a751
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oCQfLl
Description:service
Model UUID:537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
Model Version:NULL
Model InvariantUuid:6fb86681-4f2c-431f-906e-154328fcf69e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oCQfLl
Model UUID:a8e73694-b280-4ec2-9200-12303d356476
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e107dfd-2b73-4171-ac7c-2158ffefaf75
ModelName:BasicOnboardOcqfll..base_ubuntu18..module-0
ModelUuid:f0048f2f-7511-427f-a245-71a52d3e95a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d1abf7a-37bf-4ebe-abdc-3b2cb4d8a751
ModelInvariantUuid:487ed5c9-89bc-40bd-9bb3-a9c5ab43cf60
ModelName:basic_onboard_oCQfLl-nodes.ubuntu18Cvfc
ModelUuid:ce4a4823-755f-44f1-bdea-260bb6d3071d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3ad128a8-d6cb-4adc-86ba-493678592334
ModelInvariantUuid:338e336e-84c9-4ec2-8f0f-cc26e4d07045
ModelName:BasicOnboardOcqfll.compute.nodes.heat.ubuntu18
ModelUuid:966d91d3-4303-4e30-b740-494d13b37c4d
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-06-26T06:57:01.572Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d5c3a604-fbcc-4830-95d3-34393b75f35a
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-06-26T06:57:01.679Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||basic_onboard_oCQfLl 0
2022-06-26T06:57:01.687Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5c3a604-fbcc-4830-95d3-34393b75f35a
2022-06-26T06:57:01.688Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e57289bb-8dd8-4da8-8404-2a2e2bef061d from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:01.688Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:57:01.688Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:01.755Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:57:01.755Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json e57289bb-8dd8-4da8-8404-2a2e2bef061d 798
2022-06-26T06:57:01.756Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json ASDC sendASDCNotification
2022-06-26T06:57:01.756Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:01.756Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:57:01.757Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:01.759Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:01.760Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226621756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:57:01.861Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T06:57:01.863Z||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-06-26T06:57:01.863Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:01.877Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:01.878Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:57:02.761Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOcqfll..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0e107dfd-2b73-4171-ac7c-2158ffefaf75",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0048f2f-7511-427f-a245-71a52d3e95a6",
    "vfModuleModelCustomizationUUID": "a8c51bc1-a8df-4a9f-a760-fea6f5845c3b",
    "isBase": true,
    "artifacts": [
      "07774931-740b-4121-8a9c-a1963fa273cf",
      "f4b96dce-8957-4671-8742-68972b4ea763"
    ],
    "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-06-26T06:57:02.778Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOcqfll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0048f2f-7511-427f-a245-71a52d3e95a6
VfModuleModelInvariantUUID:0e107dfd-2b73-4171-ac7c-2158ffefaf75
VfModuleModelDescription:NULL
Artifacts UUID List:{
07774931-740b-4121-8a9c-a1963fa273cf
,
f4b96dce-8957-4671-8742-68972b4ea763

}
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-06-26T06:57:02.782Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOcqfll..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0e107dfd-2b73-4171-ac7c-2158ffefaf75",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0048f2f-7511-427f-a245-71a52d3e95a6",
    "vfModuleModelCustomizationUUID": "a8c51bc1-a8df-4a9f-a760-fea6f5845c3b",
    "isBase": true,
    "artifacts": [
      "07774931-740b-4121-8a9c-a1963fa273cf",
      "f4b96dce-8957-4671-8742-68972b4ea763"
    ],
    "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-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOcqfll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0048f2f-7511-427f-a245-71a52d3e95a6
VfModuleModelInvariantUUID:0e107dfd-2b73-4171-ac7c-2158ffefaf75
VfModuleModelDescription:NULL
Artifacts UUID List:{
07774931-740b-4121-8a9c-a1963fa273cf
,
f4b96dce-8957-4671-8742-68972b4ea763

}
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-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 07774931-740b-4121-8a9c-a1963fa273cf from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:03.267Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:57:03.267Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml 07774931-740b-4121-8a9c-a1963fa273cf 5033
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:03.271Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:03.271Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226623268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:57:03.372Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:03.373Z||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-06-26T06:57:03.373Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:03.386Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:03.387Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:04.272Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4b96dce-8957-4671-8742-68972b4ea763 from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:04.273Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:57:04.273Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:04.415Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:57:04.416Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env f4b96dce-8957-4671-8742-68972b4ea763 909
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:04.421Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:04.421Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226624417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:57:04.523Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T06:57:04.525Z||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-06-26T06:57:04.526Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:04.544Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:04.545Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:05.422Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
2022-06-26T06:57:05.422Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oCQfLl 0 d5c3a604-fbcc-4830-95d3-34393b75f35a 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-06-26T06:57:05.462Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f76eb6f, org.onap.sdc.toscaparser.api.parameters.Input@5a52fd72, org.onap.sdc.toscaparser.api.parameters.Input@72c8caeb, org.onap.sdc.toscaparser.api.parameters.Input@4cc1d01c, org.onap.sdc.toscaparser.api.parameters.Input@44646778]
2022-06-26T06:57:05.468Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.469Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.469Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-26T06:57:05.470Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
2022-06-26T06:57:05.470Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb8e751c-8a9c-4370-9cf8-904e4bfd8c42 matches Tosca VF Customization UUID: fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
2022-06-26T06:57:05.471Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fb8e751c-8a9c-4370-9cf8-904e4bfd8c42  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-06-26T06:57:05.486Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.486Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.488Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fb8e751c-8a9c-4370-9cf8-904e4bfd8c42: {\"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-06-26T06:57:05.488Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b259aa4
2022-06-26T06:57:05.489Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.489Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T06:57:05.489Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8c51bc1-a8df-4a9f-a760-fea6f5845c3b
2022-06-26T06:57:05.491Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8c51bc1-a8df-4a9f-a760-fea6f5845c3b
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-06-26T06:57:05.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.499Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.499Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:05.500Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.500Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:05.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is not matching search criteria
2022-06-26T06:57:05.502Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T06:57:05.502Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T06:57:05.502Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d1abf7a-37bf-4ebe-abdc-3b2cb4d8a751
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-06-26T06:57:05.512Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.513Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.513Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:05.514Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.514Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.515Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
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-06-26T06:57:05.517Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.518Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.518Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f: basic_onboard_oCQfLl
2022-06-26T06:57:05.518Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T06:57:05.521Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.521Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_oCQfLl 
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-06-26T06:57:05.692Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oCQfLl d5c3a604-fbcc-4830-95d3-34393b75f35a 1 ASDC deployResourceStructure
2022-06-26T06:57:05.692Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json ASDC sendASDCNotification
2022-06-26T06:57:05.693Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:05.693Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:05.693Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:05.696Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:05.696Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226625692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T06:57:05.796Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:05.797Z||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-06-26T06:57:05.798Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:05.826Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:05.827Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:57:06.697Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T06:57:06.698Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:06.698Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:06.699Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:06.701Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:06.702Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226626697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T06:57:06.802Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:06.803Z||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-06-26T06:57:06.803Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:06.843Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:06.844Z||pool-15-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:07.704Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T06:57:07.704Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:07.705Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:07.705Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:07.708Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:07.708Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226627704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-26T06:57:07.809Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T06:57:07.810Z||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-06-26T06:57:07.810Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:07.826Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:07.827Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:57:08.709Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar ASDC sendASDCNotification
2022-06-26T06:57:08.710Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:08.710Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:08.710Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:08.713Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:08.713Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226628709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:57:08.813Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:08.814Z||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-06-26T06:57:08.815Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:08.846Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:08.847Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:09.714Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T06:57:09.737Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T06:57:09.743Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:57:09.743Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:57:09.743Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:57:39.744Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T06:57:39.764Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T06:57:39.770Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:57:39.771Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:57:39.771Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:57:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:57:48.531Z||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-06-26T06:57:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:48.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:57:48.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:57:48.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:57:48.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:09.771Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T06:58:09.784Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T06:58:09.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:58:09.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:58:09.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:58:39.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T06:58:39.803Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T06:58:39.808Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:58:39.808Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:58:39.808Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:58:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:58:48.531Z||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-06-26T06:58:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:58:49.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:58:49.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226608242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226608716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "aai-ml",
  "timestamp": 1656226609249,
  "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-06-26T06:58:49.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:58:49.083Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:58:49.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "clamp",
  "timestamp": 1656226609722,
  "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-06-26T06:58:49.095Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:58:49.095Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:58:49.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226608523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226616629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226621756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226623268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226624417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226625692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226626697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226627704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226628709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226623443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226620513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226624920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226621373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656226628187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226636505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226636844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226636848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226628861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226637510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226638145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226636736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "policy-id",
  "timestamp": 1656226638516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T06:58:49.153Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.153Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226639341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "cds",
  "timestamp": 1656226637742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-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-06-26T06:58:49.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.162Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226640296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226640371,
  "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-06-26T06:58:49.173Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.174Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656226641300,
  "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-06-26T06:58:49.183Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.183Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226639697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656226641376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226640712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "clamp",
  "timestamp": 1656226641720,
  "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-06-26T06:58:49.196Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.197Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226645973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226653858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226665381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "aai-ml",
  "timestamp": 1656226666384,
  "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-06-26T06:58:49.209Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.209Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:59:09.809Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T06:59:09.823Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T06:59:09.828Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T06:59:09.828Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T06:59:09.828Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T06:59:09.831Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T06:59:39.832Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:59:39.859Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed and serviceModelVersionId: 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
2022-06-26T06:59:39.859Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fb86681-4f2c-431f-906e-154328fcf69e
2022-06-26T06:59:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:59:48.532Z||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-06-26T06:59:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:59:57.210Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0
2022-06-26T06:59:57.386Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T06:59:58.052Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|INFO|500||Invoke
2022-06-26T06:59:58.062Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[218c570d-ff80-4f40-b7e1-5d82b59462ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0d4b258-7041-40db-8a7e-381d4cf9cae9], X-ECOMP-RequestID=[218c570d-ff80-4f40-b7e1-5d82b59462ed], X-TransactionId=[], X-ONAP-RequestID=[218c570d-ff80-4f40-b7e1-5d82b59462ed], Content-Type=[application/merge-patch+json]}
2022-06-26T06:59:58.086Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:59:58.218Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T06:59:58.664Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?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/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-06:59:58:470-3708], vertex-id=[381080], Content-Length=[0], Date=[Sun, 26 Jun 2022 06:59:58 GMT], Content-Type=[application/json]}
2022-06-26T06:59:58.667Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T06:59:58.667Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|INFO|500||InvokeReturn
2022-06-26T06:59:58.673Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T06:59:58.674Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T06:59:58.680Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T06:59:58.681Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 218c570d-ff80-4f40-b7e1-5d82b59462ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T06:59:58.683Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T06:59:58.684Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:59:58.687Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:59:58.687Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226798682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T06:59:58.787Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:59:58.788Z||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-06-26T06:59:58.789Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:59:58.805Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T06:59:58.806Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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-06-26T06:59:59.699Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:59:59.700Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|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-06-26T06:59:59.701Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:04.276Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:04.277Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:00:04.277Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e595b97-5582-425b-8aa7-ed8b1466af9a","serviceName":"vFW 2022-06-26 06-55-55","serviceVersion":"1.0","serviceUUID":"58bf67c6-65dd-479a-9715-5cd609868ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"3ef7199c-9fec-447f-acb4-25fc1de1f781","resources":[{"resourceInstanceName":"vFW f23a0073-2338 0","resourceName":"vFW f23a0073-2338","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89e3ee80-b462-4159-a4ec-e00746f218cc","resourceInvariantUUID":"c5cf0cee-474d-478c-8ba1-3cd3f8dbf068","resourceCustomizationUUID":"cb75e791-dce4-49e3-baf2-7669fe739ac9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml","artifactChecksum":"NDY5NjljYjRhZTk3MTNmZGU4NjgzYTg1ZmM4MzcyMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f56daebb-471f-49f1-8ebd-1de0b8bf27df","artifactVersion":"1"},{"artifactName":"vfwf23a007323380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json","artifactChecksum":"N2EwODRiOGFmOWQyNTkwMmVhNDFjOWIwZWI0MGQ2MWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c088046c-b87b-4194-a944-7589355c4c49","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0a8bc4e-d424-4386-bead-6f296bec3fac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml","artifactChecksum":"YjhhNjcyYWIxMDA3MmIxZTNlZjM1NjY4MzI2MDJiZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40940454-2eac-4088-830e-eec4bd2728ad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9ea853f4-4a9e-40f9-965c-4b64d05f2c38","artifactVersion":"2","generatedFromUUID":"f0a8bc4e-d424-4386-bead-6f296bec3fac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220626065555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml","artifactChecksum":"YWFkYzhkNGM0MGU5NmVlNWQ5ZTE1MDhjMGI3ZTY4YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5eaaf028-ffd4-4b33-b6e4-a033a1d9de05","artifactVersion":"1"},{"artifactName":"service-Vfw20220626065555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar","artifactChecksum":"MmUzZDY4NWZiOWZjZjcyMjlkZDVkZjBjZDRiZDdkZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de24df86-0396-4bff-b521-f92b741006ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:00:04.283Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:04.285Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:04.289Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:04.289Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:00:04.389Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:04.391Z||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-06-26T07:00:04.391Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:04.416Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:04.417Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:05.290Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:05.291Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:05.293Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:05.293Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:00:05.393Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:05.394Z||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-06-26T07:00:05.394Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:05.409Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:05.410Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:06.294Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:06.295Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:06.298Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:06.298Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:00:06.398Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:06.399Z||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-06-26T07:00:06.399Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:06.418Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:06.419Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:07.299Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:07.300Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:07.302Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:07.303Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:00:07.403Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:07.405Z||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-06-26T07:00:07.405Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:07.422Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:07.422Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:08.303Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:08.304Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:08.307Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:08.307Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-26T07:00:08.407Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:08.408Z||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-06-26T07:00:08.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:08.423Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:08.423Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:09.307Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:09.308Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:09.311Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:09.311Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:00:09.411Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:09.412Z||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-06-26T07:00:09.413Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:09.427Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:09.428Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:10.312Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:10.313Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:10.315Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:10.315Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:00:10.416Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:10.417Z||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-06-26T07:00:10.417Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:10.431Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:10.432Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:11.317Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "serviceName": "vFW 2022-06-26 06-55-55",
  "serviceVersion": "1.0",
  "serviceUUID": "58bf67c6-65dd-479a-9715-5cd609868ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3ef7199c-9fec-447f-acb4-25fc1de1f781",
  "resources": [
    {
      "resourceInstanceName": "vFW f23a0073-2338 0",
      "resourceCustomizationUUID": "cb75e791-dce4-49e3-baf2-7669fe739ac9",
      "resourceName": "vFW f23a0073-2338",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "89e3ee80-b462-4159-a4ec-e00746f218cc",
      "resourceInvariantUUID": "c5cf0cee-474d-478c-8ba1-3cd3f8dbf068",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf23a007323380_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
          "artifactChecksum": "N2EwODRiOGFmOWQyNTkwMmVhNDFjOWIwZWI0MGQ2MWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c088046c-b87b-4194-a944-7589355c4c49",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f0a8bc4e-d424-4386-bead-6f296bec3fac",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9ea853f4-4a9e-40f9-965c-4b64d05f2c38",
            "generatedFromUUID": "f0a8bc4e-d424-4386-bead-6f296bec3fac"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9ea853f4-4a9e-40f9-965c-4b64d05f2c38",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220626065555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
      "artifactChecksum": "MmUzZDY4NWZiOWZjZjcyMjlkZDVkZjBjZDRiZDdkZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de24df86-0396-4bff-b521-f92b741006ca"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:00:11.318Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:00:11.318Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58bf67c6-65dd-479a-9715-5cd609868ce6 ASDC
2022-06-26T07:00:11.319Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8e595b97-5582-425b-8aa7-ed8b1466af9a
ServiceName:vFW 2022-06-26 06-55-55
ServiceVersion:1.0
ServiceUUID:58bf67c6-65dd-479a-9715-5cd609868ce6
ServiceInvariantUUID:3ef7199c-9fec-447f-acb4-25fc1de1f781
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220626065555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
ArtifactUUID:de24df86-0396-4bff-b521-f92b741006ca
ArtifactChecksum:MmUzZDY4NWZiOWZjZjcyMjlkZDVkZjBjZDRiZDdkZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f23a0073-2338 0
ResourceCustomizationUUID:cb75e791-dce4-49e3-baf2-7669fe739ac9
ResourceInvariantUUID:c5cf0cee-474d-478c-8ba1-3cd3f8dbf068
ResourceName:vFW f23a0073-2338
ResourceType:VF
ResourceUUID:89e3ee80-b462-4159-a4ec-e00746f218cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf23a007323380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
ArtifactUUID:c088046c-b87b-4194-a944-7589355c4c49
ArtifactChecksum:N2EwODRiOGFmOWQyNTkwMmVhNDFjOWIwZWI0MGQ2MWM=
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/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
ArtifactUUID:f0a8bc4e-d424-4386-bead-6f296bec3fac
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/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
ArtifactUUID:9ea853f4-4a9e-40f9-965c-4b64d05f2c38
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/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
ArtifactUUID:9ea853f4-4a9e-40f9-965c-4b64d05f2c38
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T07:00:11.319Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58bf67c6-65dd-479a-9715-5cd609868ce6 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-06-26T07:00:11.353Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:00:11.354Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de24df86-0396-4bff-b521-f92b741006ca from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:11.526Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:11.533Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar de24df86-0396-4bff-b521-f92b741006ca 99037
2022-06-26T07:00:11.533Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar ASDC sendASDCNotification
2022-06-26T07:00:11.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:11.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:11.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:11.536Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:11.536Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226811533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:11.637Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:11.638Z||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-06-26T07:00:11.638Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:11.653Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:11.653Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:12.537Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:00:12.538Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T07:00:12.539Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: de24df86-0396-4bff-b521-f92b741006ca, URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar to file: /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.539Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.540Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.540Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9814139853214944857/Definitions/service-Vfw20220626065555-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-06-26T07:00:15.451Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:00:15.452Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T07:00:15.452Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.453Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-26T07:00:15.453Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.454Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.454Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.454Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.456Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.456Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.456Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.457Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f23a0073-2338 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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.457Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.457Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T07:00:15.458Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.458Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.459Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.459Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T07:00:15.459Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:00:15.460Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.460Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.460Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.461Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T07:00:15.461Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:00:15.462Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.462Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.462Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.465Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:15.465Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:15.465Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.466Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.466Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:15.466Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.467Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:15.467Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.467Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:00:15.468Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.468Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:00:15.468Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.469Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.469Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:15.470Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.470Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.470Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:15.471Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.471Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.472Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:15.472Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.472Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.473Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.473Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.473Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T07:00:15.474Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:15.474Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:15.474Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.475Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.475Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:15.475Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.476Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:15.476Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.476Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=876f8ef5-de77-49e0-b8a2-7f86dfd97ed0
2022-06-26T07:00:15.477Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.477Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.477Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.478Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.478Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:15.478Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.479Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.479Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:15.479Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:15.481Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.481Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a7a8fd3-3208-4a4c-8fda-b16cddb8e9d5
2022-06-26T07:00:15.482Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.482Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.482Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.483Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.483Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:15.483Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.484Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.484Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:15.484Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.485Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:15.485Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:15.485Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.486Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.486Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T07:00:15.486Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a37c128b-5657-4c31-a999-fa5c79843491
2022-06-26T07:00:15.487Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.487Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.487Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.488Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.488Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.488Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.489Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:15.489Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.489Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-26 06-55-55
Description:catalog service description
Model UUID:58bf67c6-65dd-479a-9715-5cd609868ce6
Model Version:NULL
Model InvariantUuid:3ef7199c-9fec-447f-acb4-25fc1de1f781
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f23a0073-2338
Model UUID:fc84721f-8472-46c0-b97f-fea73d36dea0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5cf0cee-474d-478c-8ba1-3cd3f8dbf068
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb75e791-dce4-49e3-baf2-7669fe739ac9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b179274d-39a2-4b6b-8a02-efc429fba858
ModelName:VfwF23a00732338..base_vfw..module-0
ModelUuid:d4ee7f64-d72e-44a0-8253-6abde7999de9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:876f8ef5-de77-49e0-b8a2-7f86dfd97ed0
ModelInvariantUuid:899335c1-8416-4a95-92dd-b683dd65d408
ModelName:vFW f23a0073-2338-nodes.vfwCvfc
ModelUuid:be67c76d-40c5-4963-b7e5-164d3a428c88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e8ba8c67-94fa-4f0a-94c7-71ae9078eaa2
ModelInvariantUuid:d4e5d299-f364-42e7-8494-3ada467a244a
ModelName:VfwF23a00732338.compute.nodes.heat.vfw
ModelUuid:cbe1f864-666e-4d66-a6aa-cf5c757e0744
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6a7a8fd3-3208-4a4c-8fda-b16cddb8e9d5
ModelInvariantUuid:5ef9efad-2950-4868-8c09-6cd7b1eed30f
ModelName:vFW f23a0073-2338-nodes.vsnCvfc
ModelUuid:88c25b08-9b57-48b6-b490-8de46a4d5a9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4041baf5-2448-40ad-a9f5-b139ac89d8f5
ModelInvariantUuid:257ebc20-769d-4756-b6e2-89dd21a41dfd
ModelName:VfwF23a00732338.compute.nodes.heat.vsn
ModelUuid:89d1b74a-b9a1-41fb-a55a-3131cb7c96fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a37c128b-5657-4c31-a999-fa5c79843491
ModelInvariantUuid:4696aef1-de43-49f7-8168-bdfcaf1353ad
ModelName:vFW f23a0073-2338-nodes.vpgCvfc
ModelUuid:5f487248-1d7b-4d2e-9ead-01855b8a8020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9cf29b16-25b4-4030-9954-14f6a354cc5f
ModelInvariantUuid:aeb5f7ce-a27a-4f88-8641-b0b2a48329ff
ModelName:VfwF23a00732338.compute.nodes.heat.vpg
ModelUuid:d3adc39b-aafd-4d82-871d-8a4ec45af35a
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-06-26T07:00:15.497Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 89e3ee80-b462-4159-a4ec-e00746f218cc
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-06-26T07:00:15.500Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||vFW f23a0073-2338 0
2022-06-26T07:00:15.500Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89e3ee80-b462-4159-a4ec-e00746f218cc
2022-06-26T07:00:15.501Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c088046c-b87b-4194-a944-7589355c4c49 from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:15.501Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:15.502Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:15.603Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:15.604Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json c088046c-b87b-4194-a944-7589355c4c49 785
2022-06-26T07:00:15.605Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json ASDC sendASDCNotification
2022-06-26T07:00:15.605Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:15.605Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:15.606Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:15.608Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:15.609Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226815604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:15.709Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:15.710Z||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-06-26T07:00:15.710Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:15.726Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:15.727Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:16.610Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF23a00732338..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b179274d-39a2-4b6b-8a02-efc429fba858",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4ee7f64-d72e-44a0-8253-6abde7999de9",
    "vfModuleModelCustomizationUUID": "08cf0080-e0e8-4745-9cea-bafe6d86c8c9",
    "isBase": true,
    "artifacts": [
      "f0a8bc4e-d424-4386-bead-6f296bec3fac",
      "9ea853f4-4a9e-40f9-965c-4b64d05f2c38"
    ],
    "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-06-26T07:00:16.618Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF23a00732338..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4ee7f64-d72e-44a0-8253-6abde7999de9
VfModuleModelInvariantUUID:b179274d-39a2-4b6b-8a02-efc429fba858
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0a8bc4e-d424-4386-bead-6f296bec3fac
,
9ea853f4-4a9e-40f9-965c-4b64d05f2c38

}
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-06-26T07:00:16.621Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF23a00732338..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b179274d-39a2-4b6b-8a02-efc429fba858",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4ee7f64-d72e-44a0-8253-6abde7999de9",
    "vfModuleModelCustomizationUUID": "08cf0080-e0e8-4745-9cea-bafe6d86c8c9",
    "isBase": true,
    "artifacts": [
      "f0a8bc4e-d424-4386-bead-6f296bec3fac",
      "9ea853f4-4a9e-40f9-965c-4b64d05f2c38"
    ],
    "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-06-26T07:00:16.621Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF23a00732338..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4ee7f64-d72e-44a0-8253-6abde7999de9
VfModuleModelInvariantUUID:b179274d-39a2-4b6b-8a02-efc429fba858
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0a8bc4e-d424-4386-bead-6f296bec3fac
,
9ea853f4-4a9e-40f9-965c-4b64d05f2c38

}
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-06-26T07:00:16.622Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f0a8bc4e-d424-4386-bead-6f296bec3fac from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:16.622Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:16.623Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:16.718Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:16.719Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml f0a8bc4e-d424-4386-bead-6f296bec3fac 20368
2022-06-26T07:00:16.720Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T07:00:16.720Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:16.720Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:16.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:16.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:16.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226816720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:16.823Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:00:16.824Z||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-06-26T07:00:16.825Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:16.840Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:16.841Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:17.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ea853f4-4a9e-40f9-965c-4b64d05f2c38 from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:17.725Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:17.725Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:17.783Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:17.784Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env 9ea853f4-4a9e-40f9-965c-4b64d05f2c38 2098
2022-06-26T07:00:17.784Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T07:00:17.784Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:17.785Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:17.785Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:17.787Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:17.787Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226817784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:17.887Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:17.889Z||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-06-26T07:00:17.889Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:17.906Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:17.907Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:18.788Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 58bf67c6-65dd-479a-9715-5cd609868ce6
2022-06-26T07:00:18.789Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f23a0073-2338 0 89e3ee80-b462-4159-a4ec-e00746f218cc 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-06-26T07:00:18.805Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b67e246, org.onap.sdc.toscaparser.api.parameters.Input@3ec954f1, org.onap.sdc.toscaparser.api.parameters.Input@734bbf61, org.onap.sdc.toscaparser.api.parameters.Input@75e51bfc, org.onap.sdc.toscaparser.api.parameters.Input@7114b2d4]
2022-06-26T07:00:18.806Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cb75e791-dce4-49e3-baf2-7669fe739ac9
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb75e791-dce4-49e3-baf2-7669fe739ac9 matches Tosca VF Customization UUID: cb75e791-dce4-49e3-baf2-7669fe739ac9
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cb75e791-dce4-49e3-baf2-7669fe739ac9  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-06-26T07:00:18.809Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.810Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.810Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cb75e791-dce4-49e3-baf2-7669fe739ac9: {\"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-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7677ddd9
2022-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08cf0080-e0e8-4745-9cea-bafe6d86c8c9
2022-06-26T07:00:18.812Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08cf0080-e0e8-4745-9cea-bafe6d86c8c9
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-06-26T07:00:18.814Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.814Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.815Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.815Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.815Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.816Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.816Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.816Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:18.817Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:18.817Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:18.817Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T07:00:18.818Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:18.818Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:18.818Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.819Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.819Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:18.819Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.820Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:18.820Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.820Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=876f8ef5-de77-49e0-b8a2-7f86dfd97ed0
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-06-26T07:00:18.823Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.823Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.823Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.824Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.824Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:18.824Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.826Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:18.826Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.826Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T07:00:18.827Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:18.827Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.827Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:18.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a7a8fd3-3208-4a4c-8fda-b16cddb8e9d5
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-06-26T07:00:18.830Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.831Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.831Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.834Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.834Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:18.835Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:18.835Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:18.835Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:18.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:18.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T07:00:18.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a37c128b-5657-4c31-a999-fa5c79843491
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-06-26T07:00:18.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.841Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.841Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.842Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.842Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.842Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=cb75e791-dce4-49e3-baf2-7669fe739ac9
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-06-26T07:00:18.844Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.844Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.844Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 58bf67c6-65dd-479a-9715-5cd609868ce6: vFW f23a0073-2338
2022-06-26T07:00:18.845Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.845Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.845Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.846Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.846Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.846Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.848Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-26 06-55-55 
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-06-26T07:00:18.990Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f23a0073-2338 89e3ee80-b462-4159-a4ec-e00746f218cc 1 ASDC deployResourceStructure
2022-06-26T07:00:18.991Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json ASDC sendASDCNotification
2022-06-26T07:00:18.991Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:18.991Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:18.992Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:18.994Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:18.994Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226818991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:19.094Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:00:19.095Z||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-06-26T07:00:19.096Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:19.115Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:19.116Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:19.996Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T07:00:19.996Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:19.997Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:19.997Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:20.000Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:20.000Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226819996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:20.100Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:20.101Z||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-06-26T07:00:20.101Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:20.117Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:20.118Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:21.004Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T07:00:21.005Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:21.005Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:21.005Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:21.008Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:21.008Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226821004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:21.108Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:21.109Z||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-06-26T07:00:21.109Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:21.123Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:21.124Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:22.009Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar ASDC sendASDCNotification
2022-06-26T07:00:22.010Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:22.010Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:22.011Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:22.014Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:22.014Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226822009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:22.114Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:22.115Z||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-06-26T07:00:22.115Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:22.132Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:22.132Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:23.015Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:00:23.028Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:00:23.035Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:00:23.036Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:00:23.036Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:00:23.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:00:23.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:00:23.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:00:23.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:00:23.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:00:23.039Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:00:23.039Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:00:23.039Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:00:23.046Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:00:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:00:48.531Z||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-06-26T07:00:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:49.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:49.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226798682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226799699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226811533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226815604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226816720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226817784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226818991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226819996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226821004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226822009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:00:49.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:53.047Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T07:00:53.054Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a and serviceModelVersionId: 58bf67c6-65dd-479a-9715-5cd609868ce6
2022-06-26T07:00:53.054Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ef7199c-9fec-447f-acb4-25fc1de1f781
2022-06-26T07:00:53.056Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0
2022-06-26T07:00:53.061Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:00:53.123Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|INFO|500||Invoke
2022-06-26T07:00:53.123Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e595b97-5582-425b-8aa7-ed8b1466af9a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bed644e4-35c3-4fa7-9d3d-d60fd3639c9f], X-ECOMP-RequestID=[8e595b97-5582-425b-8aa7-ed8b1466af9a], X-TransactionId=[], X-ONAP-RequestID=[8e595b97-5582-425b-8aa7-ed8b1466af9a], Content-Type=[application/merge-patch+json]}
2022-06-26T07:00:53.161Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:00:53.268Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?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/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-07:00:53:407-75496], vertex-id=[225416], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:00:53 GMT], Content-Type=[application/json]}
2022-06-26T07:00:53.269Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:00:53.270Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|INFO|500||InvokeReturn
2022-06-26T07:00:53.270Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:00:53.272Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:00:53.276Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T07:00:53.276Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e595b97-5582-425b-8aa7-ed8b1466af9a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:00:53.277Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:00:53.277Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:53.280Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:53.280Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226853277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:00:53.381Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:00:53.382Z||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-06-26T07:00:53.382Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:53.405Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:00:53.407Z||pool-34-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-06-26T07:00:54.291Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:00:54.292Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:00:54.292Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:03.858Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:01:03.859Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:03.860Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:01:03.860Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:13.400Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:01:13.402Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:13.402Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:01:13.402Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:22.954Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:01:48.523Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:48.524Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:01:48.525Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:48.530Z||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-06-26T07:01:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:49.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:01:49.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-26T07:01:49.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656226853277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:01:49.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:01:58.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:02:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:02:48.524Z||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-06-26T07:02:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:02:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:02:48.531Z||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-06-26T07:02:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:02:58.078Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:02:58.093Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:03:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:03:48.524Z||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-06-26T07:03:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:03:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:03:48.531Z||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-06-26T07:03:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:03:58.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:03:58.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:04:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:04:48.525Z||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-06-26T07:04:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:04:48.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:04:48.534Z||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-06-26T07:04:48.535Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:04:58.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:04:58.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:05:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:05:48.526Z||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-06-26T07:05:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:05:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:05:48.531Z||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-06-26T07:05:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:05:58.081Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:05:58.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:06:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:06:48.525Z||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-06-26T07:06:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:06:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:06:48.530Z||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-06-26T07:06:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:06:58.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:06:58.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:07:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:07:48.525Z||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-06-26T07:07:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:07:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:07:48.531Z||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-06-26T07:07:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:07:58.072Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:07:58.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:08:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:08:48.524Z||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-06-26T07:08:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:08:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:08:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:08:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:08:58.076Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:08:58.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:09:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:09:48.524Z||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-06-26T07:09:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:09:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:09:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:09:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:09:58.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:09:58.075Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:10:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:10:48.524Z||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-06-26T07:10:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:10:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:10:48.531Z||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-06-26T07:10:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:10:58.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:10:58.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:11:48.524Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:11:48.528Z||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-06-26T07:11:48.528Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:11:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:11:48.530Z||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-06-26T07:11:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:11:58.083Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:11:58.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:12:48.525Z||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-06-26T07:12:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:12:48.531Z||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-06-26T07:12:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:48.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:48.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227540513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "policy-id",
  "timestamp": 1656227541374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227540513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "cds",
  "timestamp": 1656227543861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "policy-id",
  "timestamp": 1656227541374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "cds",
  "timestamp": 1656227543861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "policy-id",
  "timestamp": 1656227547225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "aai-ml",
  "timestamp": 1656227545972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "cds",
  "timestamp": 1656227546643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "policy-id",
  "timestamp": 1656227548231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227548187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "aai-ml",
  "timestamp": 1656227545972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "cds",
  "timestamp": 1656227547661,
  "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-06-26T07:12:48.997Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:48.997Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "policy-id",
  "timestamp": 1656227549234,
  "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-06-26T07:12:49.012Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:49.012Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227548187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "aai-ml",
  "timestamp": 1656227548767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "aai-ml",
  "timestamp": 1656227553193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227554920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "clamp",
  "timestamp": 1656227553441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "aai-ml",
  "timestamp": 1656227554198,
  "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-06-26T07:12:49.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:49.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227554920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "clamp",
  "timestamp": 1656227553441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227557826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227559468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227560472,
  "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-06-26T07:12:49.052Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:49.053Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227560513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227558861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "clamp",
  "timestamp": 1656227565847,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227561374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227568425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227566798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.168Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:49.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9be37131-72dd-4423-9c1a-18f1e3a12f1e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8408676d-69e1-4fb7-abd9-3103ee7f2d28","serviceDescription":"service","serviceInvariantUUID":"816513df-f163-438d-921c-6baa29afeaa6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"134ebc0f-73fd-49b8-aca8-c03e1eb2417c","resourceInvariantUUID":"144b5443-2fb5-4a00-a46f-da93951dee13","resourceCustomizationUUID":"411fb380-5d6d-442f-99d6-c54eb8f6d7ca","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":"MDhjMTcxMTBkODY3ODRjY2NkYWQ1ZWExZmVlODA0Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d30a49a7-3a88-4c34-99d5-0f5805fa51e0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Nzc1MjM0ZTZmNTlhZGI1ODJmMTEzOTIyYTRiM2ZkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2463e5a-8f1a-45d6-b24f-ce78591155cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:12:49.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:12:49.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:49.181Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:49.182Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.282Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:12:49.283Z||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-06-26T07:12:49.283Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:49.298Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:49.299Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:12:50.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:12:50.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:50.185Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:50.185Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:12:50.285Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:12:50.286Z||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-06-26T07:12:50.287Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:50.302Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:50.303Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:12:51.186Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8408676d-69e1-4fb7-abd9-3103ee7f2d28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "816513df-f163-438d-921c-6baa29afeaa6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "411fb380-5d6d-442f-99d6-c54eb8f6d7ca",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "134ebc0f-73fd-49b8-aca8-c03e1eb2417c",
      "resourceInvariantUUID": "144b5443-2fb5-4a00-a46f-da93951dee13",
      "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": "Nzc1MjM0ZTZmNTlhZGI1ODJmMTEzOTIyYTRiM2ZkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a2463e5a-8f1a-45d6-b24f-ce78591155cd"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:12:51.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:12:51.187Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8408676d-69e1-4fb7-abd9-3103ee7f2d28 ASDC
2022-06-26T07:12:51.187Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9be37131-72dd-4423-9c1a-18f1e3a12f1e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8408676d-69e1-4fb7-abd9-3103ee7f2d28
ServiceInvariantUUID:816513df-f163-438d-921c-6baa29afeaa6
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:a2463e5a-8f1a-45d6-b24f-ce78591155cd
ArtifactChecksum:Nzc1MjM0ZTZmNTlhZGI1ODJmMTEzOTIyYTRiM2ZkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:411fb380-5d6d-442f-99d6-c54eb8f6d7ca
ResourceInvariantUUID:144b5443-2fb5-4a00-a46f-da93951dee13
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:134ebc0f-73fd-49b8-aca8-c03e1eb2417c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-26T07:12:51.187Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8408676d-69e1-4fb7-abd9-3103ee7f2d28 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-06-26T07:12:51.218Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:12:51.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:12:51.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:12:51.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2463e5a-8f1a-45d6-b24f-ce78591155cd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:51.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:12:51.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:51.292Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:12:51.295Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a2463e5a-8f1a-45d6-b24f-ce78591155cd 52509
2022-06-26T07:12:51.295Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-26T07:12:51.296Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:51.296Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:12:51.296Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:51.298Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:51.298Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227571295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:12:51.399Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:12:51.400Z||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-06-26T07:12:51.400Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:51.417Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:51.418Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:12:52.299Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:12:52.300Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:12:52.301Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a2463e5a-8f1a-45d6-b24f-ce78591155cd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:52.301Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-26T07:12:52.302Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:52.302Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:52.469Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14792671880535348721/Definitions/service-BasicNetwork-template.yml
2022-06-26T07:12:53.090Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.093Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:12:53.093Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.097Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.097Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.097Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.099Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8408676d-69e1-4fb7-abd9-3103ee7f2d28
Model Version:NULL
Model InvariantUuid:816513df-f163-438d-921c-6baa29afeaa6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:144b5443-2fb5-4a00-a46f-da93951dee13
Model UUID:a9588191-7a13-4756-af08-f3d8e9f2579c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:411fb380-5d6d-442f-99d6-c54eb8f6d7ca
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-06-26T07:12:53.106Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 134ebc0f-73fd-49b8-aca8-c03e1eb2417c
2022-06-26T07:12:53.107Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||No resources found for Service: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
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-06-26T07:12:53.119Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||
2022-06-26T07:12:53.119Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-26T07:12:53.121Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
2022-06-26T07:12:53.121Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
2022-06-26T07:12:53.121Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-26T07:12:53.122Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.128Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2443b589, org.onap.sdc.toscaparser.api.parameters.Input@46b6c968, org.onap.sdc.toscaparser.api.parameters.Input@55f19e4, org.onap.sdc.toscaparser.api.parameters.Input@243927ce, org.onap.sdc.toscaparser.api.parameters.Input@1d6f313d]
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8408676d-69e1-4fb7-abd9-3103ee7f2d28: Generic NeutronNet
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.172Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.172Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:53.224Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:53.224Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227573221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:12:53.324Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:12:53.326Z||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-06-26T07:12:53.326Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:53.343Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:12:53.343Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:12:54.225Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:12:54.240Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:12:54.246Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:12:54.246Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:12:54.256Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:13:24.257Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:13:24.264Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e and serviceModelVersionId: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
2022-06-26T07:13:24.264Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 816513df-f163-438d-921c-6baa29afeaa6
2022-06-26T07:13:24.265Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0
2022-06-26T07:13:24.270Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:13:24.341Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?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-06-26T07:13:24.343Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0|INFO|500||Invoke
2022-06-26T07:13:24.376Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:13:24.704Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0|INFO|500||InvokeReturn
2022-06-26T07:13:24.705Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-07:13:24:621-19695], vertex-id=[422040], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:13:24 GMT], Content-Type=[application/json]}
2022-06-26T07:13:24.705Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:13:24.706Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:13:24.706Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:13:24.711Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T07:13:24.711Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9be37131-72dd-4423-9c1a-18f1e3a12f1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:13:24.711Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:13:24.712Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:24.714Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:24.714Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227604711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:13:24.814Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:13:24.815Z||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-06-26T07:13:24.816Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:24.836Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:24.837Z||pool-39-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-06-26T07:13:25.728Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:13:25.728Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae939c26-8ada-4f17-a0bf-f65cd8d970e9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8edab6b7-f813-4606-b67a-ad543df81cff","serviceDescription":"service","serviceInvariantUUID":"624cd756-d19f-443e-860d-08cc8609f1bc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e78c8388-d6ed-4455-afed-88aa14af53d0","resourceInvariantUUID":"112799ea-23e9-47bc-9034-7ad3dc6027e5","resourceCustomizationUUID":"ef3f1a52-5368-4319-a006-ae84a281a977","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":"NmM3MzFiMGUyODA1MzBiMmNiZjYwNDM1ZTM5MjBhMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e385ed88-59ea-4e73-9f40-a279677eaff5","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":"N2NmMzA3ZWJhN2EyZjIzMjVhMmM2NzM3ODdkNzA5ZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"513a81f5-8ecf-4eb8-aab5-35ccf080c08c","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":"71e4ea9a-2d62-4175-b1c2-eef40e219b11","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":"63fe53ca-77c6-4b2d-9e0f-09e563797a98","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":"9493fe28-8ed8-4bdc-93b8-32a7c04804f4","artifactVersion":"2","generatedFromUUID":"71e4ea9a-2d62-4175-b1c2-eef40e219b11"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTMxMDIyMDA1MjY2MjQ0OWY2MDFjMGJiM2IzMzdlMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e568d18c-070c-4378-ab4b-adaec5f19b24","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjc3ZDc4ZGNlZDRmNmY0Njg5YzFiMDMzMDg0YmYwODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:13:25.729Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:25.729Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:25.731Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:25.731Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:13:25.832Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:25.833Z||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-06-26T07:13:25.833Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:25.849Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:25.850Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:26.732Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:26.733Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:26.735Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:26.735Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:13:26.835Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:26.837Z||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-06-26T07:13:26.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:26.854Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:26.855Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:27.736Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:27.737Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:27.742Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:27.742Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:13:27.842Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:27.843Z||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-06-26T07:13:27.843Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:27.860Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:27.860Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:28.742Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:28.743Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:28.746Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:28.746Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:13:28.846Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:28.848Z||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-06-26T07:13:28.848Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:28.865Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:28.866Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:29.746Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:29.747Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:29.750Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:29.750Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T07:13:29.852Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T07:13:29.855Z||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-06-26T07:13:29.855Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:29.871Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:29.872Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:30.751Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:30.752Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:30.755Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:30.755Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:13:30.855Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:30.856Z||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-06-26T07:13:30.856Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:30.892Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:30.893Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:31.756Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:31.756Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:31.758Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:31.758Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:13:31.859Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:31.860Z||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-06-26T07:13:31.860Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:31.878Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:31.878Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:32.760Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8edab6b7-f813-4606-b67a-ad543df81cff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "624cd756-d19f-443e-860d-08cc8609f1bc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ef3f1a52-5368-4319-a006-ae84a281a977",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e78c8388-d6ed-4455-afed-88aa14af53d0",
      "resourceInvariantUUID": "112799ea-23e9-47bc-9034-7ad3dc6027e5",
      "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": "N2NmMzA3ZWJhN2EyZjIzMjVhMmM2NzM3ODdkNzA5ZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "513a81f5-8ecf-4eb8-aab5-35ccf080c08c",
          "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": "71e4ea9a-2d62-4175-b1c2-eef40e219b11",
          "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": "9493fe28-8ed8-4bdc-93b8-32a7c04804f4",
            "generatedFromUUID": "71e4ea9a-2d62-4175-b1c2-eef40e219b11"
          },
          "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": "9493fe28-8ed8-4bdc-93b8-32a7c04804f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Yjc3ZDc4ZGNlZDRmNmY0Njg5YzFiMDMzMDg0YmYwODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:13:32.761Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:13:32.761Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8edab6b7-f813-4606-b67a-ad543df81cff ASDC
2022-06-26T07:13:32.762Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ae939c26-8ada-4f17-a0bf-f65cd8d970e9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8edab6b7-f813-4606-b67a-ad543df81cff
ServiceInvariantUUID:624cd756-d19f-443e-860d-08cc8609f1bc
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:4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa
ArtifactChecksum:Yjc3ZDc4ZGNlZDRmNmY0Njg5YzFiMDMzMDg0YmYwODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ef3f1a52-5368-4319-a006-ae84a281a977
ResourceInvariantUUID:112799ea-23e9-47bc-9034-7ad3dc6027e5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e78c8388-d6ed-4455-afed-88aa14af53d0
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:513a81f5-8ecf-4eb8-aab5-35ccf080c08c
ArtifactChecksum:N2NmMzA3ZWJhN2EyZjIzMjVhMmM2NzM3ODdkNzA5ZTE=
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:71e4ea9a-2d62-4175-b1c2-eef40e219b11
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:9493fe28-8ed8-4bdc-93b8-32a7c04804f4
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:9493fe28-8ed8-4bdc-93b8-32a7c04804f4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T07:13:32.762Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8edab6b7-f813-4606-b67a-ad543df81cff 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-06-26T07:13:32.807Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:13:32.809Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:32.907Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:13:32.911Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa 71048
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:32.914Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:32.914Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227612912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:13:33.015Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:33.016Z||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-06-26T07:13:33.016Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:33.034Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:33.034Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:33.915Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:13:33.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:13:33.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:33.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-26T07:13:33.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:33.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:34.038Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18202590846041009391/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-06-26T07:13:35.257Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:13:35.258Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:13:35.262Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.262Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.263Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.263Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:13:35.263Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:13:35.264Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.264Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.264Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.265Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:13:35.265Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:13:35.265Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.266Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.266Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.266Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T07:13:35.267Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-26T07:13:35.267Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-26T07:13:35.267Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-26T07:13:35.268Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:13:35.268Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:13:35.268Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T07:13:35.272Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T07:13:35.272Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:13:35.272Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2bba5a67-d338-4624-8b50-67915073d25d
2022-06-26T07:13:35.273Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.273Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.273Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.273Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.274Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.274Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.274Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:35.274Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.275Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8edab6b7-f813-4606-b67a-ad543df81cff
Model Version:NULL
Model InvariantUuid:624cd756-d19f-443e-860d-08cc8609f1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:72b506d0-e4a0-4e62-9b7e-2bca0bdad6fc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:112799ea-23e9-47bc-9034-7ad3dc6027e5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ef3f1a52-5368-4319-a006-ae84a281a977
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f5ba002f-f05a-4252-83da-7568768357a7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b7cec5f1-5268-4da5-b5ef-15e66ff8ff98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2bba5a67-d338-4624-8b50-67915073d25d
ModelInvariantUuid:78375b43-8708-4afc-8381-97cd25f9d68e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:dcd803f7-5bb1-4bdf-b2c0-4b8f36683229
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:53fc404d-b953-4ece-bf57-db6763d93dde
ModelInvariantUuid:787bf58d-cf29-464a-9de0-f28e3e8cb240
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3c93f555-22f3-4bf2-888c-bdea327658bc
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-06-26T07:13:35.282Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e78c8388-d6ed-4455-afed-88aa14af53d0
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-06-26T07:13:35.286Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-06-26T07:13:35.286Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e78c8388-d6ed-4455-afed-88aa14af53d0
2022-06-26T07:13:35.286Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 513a81f5-8ecf-4eb8-aab5-35ccf080c08c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-26T07:13:35.286Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:13:35.286Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-26T07:13:35.392Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:13:35.393Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 513a81f5-8ecf-4eb8-aab5-35ccf080c08c 787
2022-06-26T07:13:35.393Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-26T07:13:35.393Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-26T07:13:35.393Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:13:35.394Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:35.396Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:35.396Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227615393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:13:35.496Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:35.497Z||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-06-26T07:13:35.497Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:35.512Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:35.513Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:36.397Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f5ba002f-f05a-4252-83da-7568768357a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7cec5f1-5268-4da5-b5ef-15e66ff8ff98",
    "vfModuleModelCustomizationUUID": "b4a2ef8b-71c8-4df8-8c13-99cf0b7d95e8",
    "isBase": true,
    "artifacts": [
      "71e4ea9a-2d62-4175-b1c2-eef40e219b11",
      "9493fe28-8ed8-4bdc-93b8-32a7c04804f4"
    ],
    "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-06-26T07:13:36.402Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7cec5f1-5268-4da5-b5ef-15e66ff8ff98
VfModuleModelInvariantUUID:f5ba002f-f05a-4252-83da-7568768357a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
71e4ea9a-2d62-4175-b1c2-eef40e219b11
,
9493fe28-8ed8-4bdc-93b8-32a7c04804f4

}
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-06-26T07:13:36.405Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f5ba002f-f05a-4252-83da-7568768357a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7cec5f1-5268-4da5-b5ef-15e66ff8ff98",
    "vfModuleModelCustomizationUUID": "b4a2ef8b-71c8-4df8-8c13-99cf0b7d95e8",
    "isBase": true,
    "artifacts": [
      "71e4ea9a-2d62-4175-b1c2-eef40e219b11",
      "9493fe28-8ed8-4bdc-93b8-32a7c04804f4"
    ],
    "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-06-26T07:13:36.405Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7cec5f1-5268-4da5-b5ef-15e66ff8ff98
VfModuleModelInvariantUUID:f5ba002f-f05a-4252-83da-7568768357a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
71e4ea9a-2d62-4175-b1c2-eef40e219b11
,
9493fe28-8ed8-4bdc-93b8-32a7c04804f4

}
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-06-26T07:13:36.405Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 71e4ea9a-2d62-4175-b1c2-eef40e219b11 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-26T07:13:36.405Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:13:36.406Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-26T07:13:36.675Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:13:36.676Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 71e4ea9a-2d62-4175-b1c2-eef40e219b11 5033
2022-06-26T07:13:36.676Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-26T07:13:36.676Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-26T07:13:36.677Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:13:36.677Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:36.679Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:36.680Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227616676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:13:36.779Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:13:36.780Z||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-06-26T07:13:36.781Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:36.795Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:36.796Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:37.681Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9493fe28-8ed8-4bdc-93b8-32a7c04804f4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-26T07:13:37.683Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:13:37.684Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-26T07:13:37.881Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:13:37.881Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9493fe28-8ed8-4bdc-93b8-32a7c04804f4 903
2022-06-26T07:13:37.882Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-26T07:13:37.882Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-26T07:13:37.882Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:13:37.882Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:37.884Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:37.884Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227617881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:13:37.985Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:37.986Z||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-06-26T07:13:37.986Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:38.015Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:38.016Z||pool-50-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:38.885Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8edab6b7-f813-4606-b67a-ad543df81cff
2022-06-26T07:13:38.886Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e78c8388-d6ed-4455-afed-88aa14af53d0 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-06-26T07:13:38.901Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78fa6574, org.onap.sdc.toscaparser.api.parameters.Input@2fdb89a3, org.onap.sdc.toscaparser.api.parameters.Input@19b53260, org.onap.sdc.toscaparser.api.parameters.Input@1dc700fc, org.onap.sdc.toscaparser.api.parameters.Input@36bd07f5]
2022-06-26T07:13:38.903Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.903Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.904Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-26T07:13:38.904Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ef3f1a52-5368-4319-a006-ae84a281a977
2022-06-26T07:13:38.904Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ef3f1a52-5368-4319-a006-ae84a281a977 matches Tosca VF Customization UUID: ef3f1a52-5368-4319-a006-ae84a281a977
2022-06-26T07:13:38.904Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ef3f1a52-5368-4319-a006-ae84a281a977  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-06-26T07:13:38.907Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.907Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.908Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ef3f1a52-5368-4319-a006-ae84a281a977: {\"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-06-26T07:13:38.909Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@502b244c
2022-06-26T07:13:38.910Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.911Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:13:38.911Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4a2ef8b-71c8-4df8-8c13-99cf0b7d95e8
2022-06-26T07:13:38.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4a2ef8b-71c8-4df8-8c13-99cf0b7d95e8
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-06-26T07:13:38.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:38.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:38.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.918Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:38.918Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:38.918Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.918Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T07:13:38.919Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T07:13:38.919Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:13:38.919Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2bba5a67-d338-4624-8b50-67915073d25d
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-06-26T07:13:38.924Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.925Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:38.925Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:38.925Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.925Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:38.925Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ef3f1a52-5368-4319-a006-ae84a281a977
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-06-26T07:13:38.927Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.927Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.927Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8edab6b7-f813-4606-b67a-ad543df81cff: basic_vm
2022-06-26T07:13:38.927Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.928Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.928Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.928Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.928Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.928Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.929Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.929Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.929Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:13:38.930Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:38.930Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T07:13:39.003Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e78c8388-d6ed-4455-afed-88aa14af53d0 1 ASDC deployResourceStructure
2022-06-26T07:13:39.004Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-26T07:13:39.004Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-26T07:13:39.004Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:13:39.004Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:39.006Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:39.007Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227619004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:13:39.107Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:39.108Z||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-06-26T07:13:39.108Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:39.127Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:39.127Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:40.008Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-26T07:13:40.008Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-26T07:13:40.008Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:13:40.009Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:40.011Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:40.011Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227620007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:13:40.111Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:40.113Z||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-06-26T07:13:40.113Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:40.136Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:40.137Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:41.012Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-26T07:13:41.013Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-26T07:13:41.013Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:13:41.014Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:41.018Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:41.018Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227621012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:13:41.119Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T07:13:41.120Z||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-06-26T07:13:41.120Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:41.153Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:41.154Z||pool-53-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:42.020Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-26T07:13:42.021Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:42.021Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:13:42.021Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:42.023Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:42.023Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227622020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:13:42.123Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:42.124Z||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-06-26T07:13:42.125Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:42.144Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:42.145Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:43.024Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:13:43.035Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:13:43.039Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:13:43.039Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:13:43.039Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:13:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:13:48.531Z||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-06-26T07:13:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:48.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:13:48.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:13:48.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:13:48.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:14:13.040Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:14:13.053Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:14:13.057Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:14:13.057Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:14:13.057Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:14:43.061Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:14:43.090Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:14:43.094Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:14:43.094Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:14:43.094Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:14:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:14:48.531Z||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-06-26T07:14:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:14:48.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:14:48.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:14:48.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227569104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:14:48.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:13.095Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:15:13.120Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:15:13.136Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:15:13.137Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:15:13.137Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:15:43.138Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:15:43.150Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:15:43.154Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:15:43.154Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:15:43.154Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:15:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:15:48.533Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:15:48.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:15:48.572Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:15:48.591Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.591Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.594Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.594Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.594Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "cds",
  "timestamp": 1656227567803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:15:48.607Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae939c26-8ada-4f17-a0bf-f65cd8d970e9
2022-06-26T07:15:48.608Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:15:48.622Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.623Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "clamp",
  "timestamp": 1656227567856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.623Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.624Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.624Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227569540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.624Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.624Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.624Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.625Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.625Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.625Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227570108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.626Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.626Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.626Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.627Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.627Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.627Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "clamp",
  "timestamp": 1656227568859,
  "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-06-26T07:15:48.634Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:15:48.635Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:15:48.644Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.645Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227570622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.646Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.646Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.647Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.647Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.647Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.648Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "policy-id",
  "timestamp": 1656227571111,
  "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-06-26T07:15:48.653Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae939c26-8ada-4f17-a0bf-f65cd8d970e9
2022-06-26T07:15:48.653Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:15:48.664Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.664Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227571295,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.665Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.665Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.665Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227571680,
  "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-06-26T07:15:48.676Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae939c26-8ada-4f17-a0bf-f65cd8d970e9
2022-06-26T07:15:48.676Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:15:48.687Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.687Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.688Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.688Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.688Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227572685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.688Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.688Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.689Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.689Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.689Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.689Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227573221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.689Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.690Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.690Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.690Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.690Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.690Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.700Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.700Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.700Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.701Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.701Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.701Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.701Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.701Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.701Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.702Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.702Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.702Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.703Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.705Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.705Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.706Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.706Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.706Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.707Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.707Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.707Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.708Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.708Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.708Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.708Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.708Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.708Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.709Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.709Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.709Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.709Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.709Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.709Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.710Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.710Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.710Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.710Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.711Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.711Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.711Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.711Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.711Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.711Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.712Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.712Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.712Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.712Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.712Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.712Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.713Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.713Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.713Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.713Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.713Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.714Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.714Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.714Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.714Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.714Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.714Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.715Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.715Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.715Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.715Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.715Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.716Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.716Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.716Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.716Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.716Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.717Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.717Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227568187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.722Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227573861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.726Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.726Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.726Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.727Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.727Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.727Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227584036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.727Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.727Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.727Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227584068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.728Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.729Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.729Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.729Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.729Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.729Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.729Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.730Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.730Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "cds",
  "timestamp": 1656227585075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T07:15:48.750Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 808413e5-4781-4a95-b73c-559a68f0fe8d
2022-06-26T07:15:48.751Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:15:48.759Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.760Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.760Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.760Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.760Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.761Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.761Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.761Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.761Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.761Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.761Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.762Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.762Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.762Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.762Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.762Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.762Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.763Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.763Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.763Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.763Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.763Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.763Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.764Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.764Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.764Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.764Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.764Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.765Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227580514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.765Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.765Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.766Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.766Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.766Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.767Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.768Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.768Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.769Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.770Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.770Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.770Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227590248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.771Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.771Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.771Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227581373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.771Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.772Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.772Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.772Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.772Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.772Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.773Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.773Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.773Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227591325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.773Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227591119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.774Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227592124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227592373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.775Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227592683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227591222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.776Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "policy-id",
  "timestamp": 1656227593129,
  "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-06-26T07:15:48.783Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 808413e5-4781-4a95-b73c-559a68f0fe8d
2022-06-26T07:15:48.783Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:15:48.795Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.796Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227593440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.797Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.797Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.797Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "aai-ml",
  "timestamp": 1656227592226,
  "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-06-26T07:15:48.805Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae939c26-8ada-4f17-a0bf-f65cd8d970e9
2022-06-26T07:15:48.806Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:15:48.821Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.821Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227594548,
  "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-06-26T07:15:48.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 808413e5-4781-4a95-b73c-559a68f0fe8d
2022-06-26T07:15:48.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:15:48.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227595041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.839Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.839Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.839Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227595551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.839Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227596049,
  "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-06-26T07:15:48.856Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae939c26-8ada-4f17-a0bf-f65cd8d970e9
2022-06-26T07:15:48.857Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:15:48.872Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.872Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.873Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.873Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.873Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.873Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.874Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.875Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.875Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.875Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.875Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.875Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.875Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.876Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.877Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227600852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.878Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227575973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.879Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.880Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227602745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.881Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.882Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.882Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227602863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.882Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.882Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.882Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227604711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227584920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.883Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.884Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.884Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.884Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.884Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.884Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "clamp",
  "timestamp": 1656227603867,
  "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-06-26T07:15:48.889Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae939c26-8ada-4f17-a0bf-f65cd8d970e9
2022-06-26T07:15:48.890Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:15:48.899Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.899Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.899Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227606166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.900Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.901Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.902Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.903Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227608548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.904Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.905Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.905Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656227600517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.907Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227601373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.908Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.909Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.909Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.909Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227609553,
  "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-06-26T07:15:48.914Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 808413e5-4781-4a95-b73c-559a68f0fe8d
2022-06-26T07:15:48.915Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:15:48.934Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.938Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.940Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.940Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.940Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.940Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.941Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.941Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.942Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.942Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.942Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227610134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:48.943Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.943Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.943Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.944Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.944Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.944Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.945Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.945Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.946Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.946Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.947Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.947Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.947Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.948Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.948Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227609680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.948Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.948Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.950Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227611139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:48.950Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:48.951Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.951Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.951Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.951Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.951Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:48.952Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.952Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.952Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.953Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.954Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.955Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:48.956Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:48.956Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:48.956Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "aai-ml",
  "timestamp": 1656227610683,
  "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-06-26T07:15:48.983Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 808413e5-4781-4a95-b73c-559a68f0fe8d
2022-06-26T07:15:48.983Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:15:49.001Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.003Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "policy-id",
  "timestamp": 1656227612143,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T07:15:49.020Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5304f18-9ee4-425e-a084-b95756cd5804
2022-06-26T07:15:49.020Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:15:49.029Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.030Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.031Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.031Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.031Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.031Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.032Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.032Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227612912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.032Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.032Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.032Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227603863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:49.033Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.033Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.033Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.033Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.033Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.033Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.034Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.034Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.034Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:15:49.034Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.034Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.034Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227612652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.035Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.035Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.035Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227583443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:49.035Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.036Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.036Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "cds",
  "timestamp": 1656227613659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-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-06-26T07:15:49.052Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5304f18-9ee4-425e-a084-b95756cd5804
2022-06-26T07:15:49.053Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:15:49.062Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.062Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.063Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.063Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.063Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227615393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.063Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.063Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.063Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227608187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227616676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227617117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227617881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227618347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.066Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227619004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.068Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656227619352,
  "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-06-26T07:15:49.084Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c5304f18-9ee4-425e-a084-b95756cd5804
2022-06-26T07:15:49.084Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227620007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.100Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.101Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.101Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.101Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.101Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.101Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227611688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:49.101Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227621012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.102Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227620421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227622020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227614920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227623915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.103Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.104Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.104Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227622316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:15:49.104Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.104Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.104Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227623863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.105Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.106Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.106Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227625805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.106Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.106Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.107Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "clamp",
  "timestamp": 1656227624866,
  "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-06-26T07:15:49.116Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 808413e5-4781-4a95-b73c-559a68f0fe8d
2022-06-26T07:15:49.117Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:15:49.133Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.135Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656227626813,
  "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-06-26T07:15:49.141Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5304f18-9ee4-425e-a084-b95756cd5804
2022-06-26T07:15:49.141Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:15:49.160Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.160Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227625362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:15:49.161Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:15:49.161Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.162Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "aai-ml",
  "timestamp": 1656227626365,
  "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-06-26T07:15:49.169Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5304f18-9ee4-425e-a084-b95756cd5804
2022-06-26T07:15:49.173Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:15:49.190Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:15:49.191Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:15:49.191Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:13.155Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:16:13.179Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:16:13.185Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:16:13.185Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:16:13.185Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:16:13.185Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:16:13.185Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:16:13.185Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:16:13.186Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:16:13.186Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:16:13.186Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:16:13.186Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:16:13.186Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:16:13.196Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:16:43.197Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9 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-06-26T07:16:43.203Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae939c26-8ada-4f17-a0bf-f65cd8d970e9 and serviceModelVersionId: 8edab6b7-f813-4606-b67a-ad543df81cff
2022-06-26T07:16:43.203Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 624cd756-d19f-443e-860d-08cc8609f1bc
2022-06-26T07:16:43.205Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/624cd756-d19f-443e-860d-08cc8609f1bc/model-vers/model-ver/8edab6b7-f813-4606-b67a-ad543df81cff?depth=0
2022-06-26T07:16:43.214Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:16:43.307Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624cd756-d19f-443e-860d-08cc8609f1bc/model-vers/model-ver/8edab6b7-f813-4606-b67a-ad543df81cff?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-06-26T07:16:43.310Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624cd756-d19f-443e-860d-08cc8609f1bc/model-vers/model-ver/8edab6b7-f813-4606-b67a-ad543df81cff?depth=0|INFO|500||Invoke
2022-06-26T07:16:43.346Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624cd756-d19f-443e-860d-08cc8609f1bc/model-vers/model-ver/8edab6b7-f813-4606-b67a-ad543df81cff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:16:43.982Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624cd756-d19f-443e-860d-08cc8609f1bc/model-vers/model-ver/8edab6b7-f813-4606-b67a-ad543df81cff?depth=0|INFO|500||InvokeReturn
2022-06-26T07:16:43.983Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624cd756-d19f-443e-860d-08cc8609f1bc/model-vers/model-ver/8edab6b7-f813-4606-b67a-ad543df81cff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-07:16:43:564-16297], vertex-id=[237704], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:16:43 GMT], Content-Type=[application/json]}
2022-06-26T07:16:43.983Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:16:43.983Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:16:43.983Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:16:43.990Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T07:16:43.991Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae939c26-8ada-4f17-a0bf-f65cd8d970e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:16:43.991Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:16:43.991Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:44.010Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:44.010Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227803991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:16:44.095Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-26T07:16:44.096Z||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-06-26T07:16:44.096Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:44.116Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:44.117Z||pool-55-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-06-26T07:16:45.024Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:16:45.025Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"808413e5-4781-4a95-b73c-559a68f0fe8d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e6b09db6-426f-491e-b46d-b4722098cb1f","serviceDescription":"service","serviceInvariantUUID":"c1f7fb19-5e18-4b11-add0-e1e41bbf858d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"704dd33c-ebea-4973-845f-66daed6603ba","resourceInvariantUUID":"33a90afe-7b35-4bf1-aa42-1cbd4aaf6232","resourceCustomizationUUID":"439c0392-8889-4405-9a91-a0d141d57e5a","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":"NjY4NzVlMjhkN2MwZTYxOGZhNmQzNWE0NWM2OTY2M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee66ac4c-9b5a-4bb1-af6c-72a1cba151e2","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":"55daac73-5b15-452b-ac70-a00014c1f466","artifactVersion":"2","generatedFromUUID":"cf9c58dd-559f-4b38-8462-f7c8eb80248b"},{"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":"cf9c58dd-559f-4b38-8462-f7c8eb80248b","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":"MGNhNzY4MDAyY2VhNDdhMDM2Y2EzYjYyOTIxOGRjM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32f8e68d-33dc-4554-8eb8-a9377064c436","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":"0e3b8e86-cefb-44e3-8698-f5afdf9d5f67","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":"53cd49f3-7c79-4235-a104-b0be80bf1dde","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":"968a6d81-7420-4e39-9cd2-40e0d542643d","artifactVersion":"2","generatedFromUUID":"0e3b8e86-cefb-44e3-8698-f5afdf9d5f67"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmNkNmMzOTIxZDBjMDU3MGVlNDUxNmRkZTE4Zjk5NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d51674a2-3dbc-4b2a-8d1e-83a38398cc78","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTdhYzRjNmQxYjViMTUxMmQ4ZDQyMjA3OWMyN2UxMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc0dab9f-561a-4a9e-9b92-161acb91f04f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:16:45.026Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:45.027Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:45.029Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:45.030Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:45.130Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:45.131Z||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-06-26T07:16:45.131Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:45.149Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:45.150Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:46.030Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:46.031Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:46.035Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:46.035Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-26T07:16:46.135Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:46.136Z||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-06-26T07:16:46.136Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:46.159Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:46.160Z||pool-57-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:47.036Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:47.037Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:47.040Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:47.040Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-26T07:16:47.140Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:16:47.141Z||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-06-26T07:16:47.141Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:47.156Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:47.157Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:48.042Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:48.043Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:48.046Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:48.046Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:16:48.146Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:48.147Z||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-06-26T07:16:48.147Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:48.160Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:48.161Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:16:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:16:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:48.563Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:48.564Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.564Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.565Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.566Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227625872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227639857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227641865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:16:48.567Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:16:48.568Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "clamp",
  "timestamp": 1656227642871,
  "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-06-26T07:16:48.576Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5304f18-9ee4-425e-a084-b95756cd5804
2022-06-26T07:16:48.576Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:16:49.054Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:49.054Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:49.058Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:49.058Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:16:49.161Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-26T07:16:49.162Z||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-06-26T07:16:49.162Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:49.174Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:49.175Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:50.059Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:50.060Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:50.064Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:50.064Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:50.164Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:16:50.166Z||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-06-26T07:16:50.166Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:50.180Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:50.180Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:51.065Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:51.066Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:51.068Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:51.068Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-26T07:16:51.169Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:51.170Z||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-06-26T07:16:51.170Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:51.196Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:51.196Z||pool-62-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:52.069Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:52.070Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:52.072Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:52.072Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:16:52.173Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T07:16:52.174Z||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-06-26T07:16:52.174Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:52.188Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:52.189Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:53.073Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:16:53.074Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:53.076Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:53.076Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:16:53.176Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:53.182Z||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-06-26T07:16:53.183Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:53.202Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:53.202Z||pool-64-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:16:54.078Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e6b09db6-426f-491e-b46d-b4722098cb1f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1f7fb19-5e18-4b11-add0-e1e41bbf858d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "439c0392-8889-4405-9a91-a0d141d57e5a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "704dd33c-ebea-4973-845f-66daed6603ba",
      "resourceInvariantUUID": "33a90afe-7b35-4bf1-aa42-1cbd4aaf6232",
      "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": "55daac73-5b15-452b-ac70-a00014c1f466",
          "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": "cf9c58dd-559f-4b38-8462-f7c8eb80248b",
          "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": "MGNhNzY4MDAyY2VhNDdhMDM2Y2EzYjYyOTIxOGRjM2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "32f8e68d-33dc-4554-8eb8-a9377064c436",
          "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": "0e3b8e86-cefb-44e3-8698-f5afdf9d5f67",
          "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": "968a6d81-7420-4e39-9cd2-40e0d542643d",
            "generatedFromUUID": "0e3b8e86-cefb-44e3-8698-f5afdf9d5f67"
          },
          "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": "968a6d81-7420-4e39-9cd2-40e0d542643d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTdhYzRjNmQxYjViMTUxMmQ4ZDQyMjA3OWMyN2UxMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc0dab9f-561a-4a9e-9b92-161acb91f04f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:16:54.078Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:16:54.078Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e6b09db6-426f-491e-b46d-b4722098cb1f ASDC
2022-06-26T07:16:54.079Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:808413e5-4781-4a95-b73c-559a68f0fe8d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e6b09db6-426f-491e-b46d-b4722098cb1f
ServiceInvariantUUID:c1f7fb19-5e18-4b11-add0-e1e41bbf858d
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:bc0dab9f-561a-4a9e-9b92-161acb91f04f
ArtifactChecksum:OTdhYzRjNmQxYjViMTUxMmQ4ZDQyMjA3OWMyN2UxMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:439c0392-8889-4405-9a91-a0d141d57e5a
ResourceInvariantUUID:33a90afe-7b35-4bf1-aa42-1cbd4aaf6232
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:704dd33c-ebea-4973-845f-66daed6603ba
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:55daac73-5b15-452b-ac70-a00014c1f466
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:cf9c58dd-559f-4b38-8462-f7c8eb80248b
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:32f8e68d-33dc-4554-8eb8-a9377064c436
ArtifactChecksum:MGNhNzY4MDAyY2VhNDdhMDM2Y2EzYjYyOTIxOGRjM2I=
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:0e3b8e86-cefb-44e3-8698-f5afdf9d5f67
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:968a6d81-7420-4e39-9cd2-40e0d542643d
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:968a6d81-7420-4e39-9cd2-40e0d542643d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T07:16:54.079Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6b09db6-426f-491e-b46d-b4722098cb1f 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-06-26T07:16:54.114Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:16:54.114Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:16:54.115Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:16:54.115Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc0dab9f-561a-4a9e-9b92-161acb91f04f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-26T07:16:54.115Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:16:54.115Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-26T07:16:54.283Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:16:54.288Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bc0dab9f-561a-4a9e-9b92-161acb91f04f 68961
2022-06-26T07:16:54.288Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-26T07:16:54.288Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-26T07:16:54.289Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:16:54.289Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:54.291Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:54.291Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227814288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:16:54.391Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:16:54.392Z||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-06-26T07:16:54.393Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:54.411Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:54.412Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:55.292Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:16:55.294Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:16:55.294Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bc0dab9f-561a-4a9e-9b92-161acb91f04f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T07:16:55.325Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-26T07:16:55.327Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T07:16:55.327Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T07:16:55.506Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3630361794828478486/Definitions/service-BasicCnf-template.yml
2022-06-26T07:16:56.856Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:16:56.857Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:16:56.857Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T07:16:56.857Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-26T07:16:56.857Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:56.857Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:56.857Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-26T07:16:56.858Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:56.858Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:16:56.858Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.858Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.859Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:16:56.859Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:16:56.859Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:16:56.860Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.860Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.860Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:16:56.860Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:16:56.860Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:16:56.861Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.861Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.861Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.862Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:16:56.863Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:16:56.863Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.863Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:16:56.863Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:16:56.863Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.863Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:16:56.864Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:16:56.864Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.864Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-26T07:16:56.864Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-26T07:16:56.864Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4eb712cf-5193-42df-927d-e6974a44340f
2022-06-26T07:16:56.864Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:16:56.865Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e6b09db6-426f-491e-b46d-b4722098cb1f
Model Version:NULL
Model InvariantUuid:c1f7fb19-5e18-4b11-add0-e1e41bbf858d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:77c0f3a1-0865-45ec-973d-94374771b12b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:33a90afe-7b35-4bf1-aa42-1cbd4aaf6232
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:439c0392-8889-4405-9a91-a0d141d57e5a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:761164ff-4e99-471d-8ff4-188223ab229e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c197da7c-93b1-4d09-a3d4-7aa8ab2fce33
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4eb712cf-5193-42df-927d-e6974a44340f
ModelInvariantUuid:dd85b979-7c4b-4a92-94ce-1d075d0f2feb
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:8a232fb0-43e7-4d99-90b2-4f02fc160168
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fec207f3-7b83-4b46-88f9-5501e2eafbca
ModelInvariantUuid:6126cc80-de2a-4ab4-a005-a2df16c6e5b5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6623f181-c4e8-4b71-ab18-ee12c3dd21cf
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-06-26T07:16:56.869Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 704dd33c-ebea-4973-845f-66daed6603ba
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-06-26T07:16:56.871Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-06-26T07:16:56.871Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 704dd33c-ebea-4973-845f-66daed6603ba
2022-06-26T07:16:56.871Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55daac73-5b15-452b-ac70-a00014c1f466 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-26T07:16:56.871Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:16:56.871Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:56.995Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:16:56.996Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 55daac73-5b15-452b-ac70-a00014c1f466 12
2022-06-26T07:16:56.996Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:56.996Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:56.996Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:16:56.997Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:56.998Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:56.999Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227816996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:16:57.099Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:57.100Z||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-06-26T07:16:57.100Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:57.115Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:57.116Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:57.999Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cf9c58dd-559f-4b38-8462-f7c8eb80248b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-26T07:16:58.001Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:16:58.001Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:58.101Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:16:58.102Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cf9c58dd-559f-4b38-8462-f7c8eb80248b 2688
2022-06-26T07:16:58.102Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:58.102Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:58.103Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:16:58.104Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:58.107Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:58.107Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227818102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:16:58.207Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:16:58.208Z||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-06-26T07:16:58.208Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:58.225Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:58.225Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:16:59.109Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 32f8e68d-33dc-4554-8eb8-a9377064c436 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-26T07:16:59.110Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:16:59.110Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:59.274Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:16:59.275Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 32f8e68d-33dc-4554-8eb8-a9377064c436 828
2022-06-26T07:16:59.276Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:59.276Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:16:59.276Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:16:59.277Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:16:59.280Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:16:59.282Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227819276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:16:59.380Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T07:16:59.381Z||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-06-26T07:16:59.381Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:16:59.395Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:16:59.396Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:00.282Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "761164ff-4e99-471d-8ff4-188223ab229e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c197da7c-93b1-4d09-a3d4-7aa8ab2fce33",
    "vfModuleModelCustomizationUUID": "19fb3ca2-8da3-469a-beb0-84e59ac4dae8",
    "isBase": true,
    "artifacts": [
      "0e3b8e86-cefb-44e3-8698-f5afdf9d5f67",
      "cf9c58dd-559f-4b38-8462-f7c8eb80248b",
      "968a6d81-7420-4e39-9cd2-40e0d542643d"
    ],
    "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-06-26T07:17:00.289Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c197da7c-93b1-4d09-a3d4-7aa8ab2fce33
VfModuleModelInvariantUUID:761164ff-4e99-471d-8ff4-188223ab229e
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3b8e86-cefb-44e3-8698-f5afdf9d5f67
,
cf9c58dd-559f-4b38-8462-f7c8eb80248b
,
968a6d81-7420-4e39-9cd2-40e0d542643d

}
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-06-26T07:17:00.291Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "761164ff-4e99-471d-8ff4-188223ab229e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c197da7c-93b1-4d09-a3d4-7aa8ab2fce33",
    "vfModuleModelCustomizationUUID": "19fb3ca2-8da3-469a-beb0-84e59ac4dae8",
    "isBase": true,
    "artifacts": [
      "0e3b8e86-cefb-44e3-8698-f5afdf9d5f67",
      "cf9c58dd-559f-4b38-8462-f7c8eb80248b",
      "968a6d81-7420-4e39-9cd2-40e0d542643d"
    ],
    "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-06-26T07:17:00.291Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c197da7c-93b1-4d09-a3d4-7aa8ab2fce33
VfModuleModelInvariantUUID:761164ff-4e99-471d-8ff4-188223ab229e
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3b8e86-cefb-44e3-8698-f5afdf9d5f67
,
cf9c58dd-559f-4b38-8462-f7c8eb80248b
,
968a6d81-7420-4e39-9cd2-40e0d542643d

}
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-06-26T07:17:00.291Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e3b8e86-cefb-44e3-8698-f5afdf9d5f67 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-26T07:17:00.292Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:17:00.292Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:00.389Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:17:00.390Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0e3b8e86-cefb-44e3-8698-f5afdf9d5f67 1164
2022-06-26T07:17:00.390Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:00.390Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:00.391Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:17:00.391Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:00.393Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:00.393Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227820390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:17:00.493Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:17:00.495Z||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-06-26T07:17:00.495Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:00.508Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:00.509Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:01.394Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 968a6d81-7420-4e39-9cd2-40e0d542643d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-26T07:17:01.395Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:17:01.395Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:01.459Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:17:01.459Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 968a6d81-7420-4e39-9cd2-40e0d542643d 200
2022-06-26T07:17:01.459Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:01.460Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:01.460Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:17:01.460Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:01.463Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:01.463Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227821459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:17:01.563Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:01.564Z||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-06-26T07:17:01.564Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:01.578Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:01.579Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:02.463Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e6b09db6-426f-491e-b46d-b4722098cb1f
2022-06-26T07:17:02.464Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 704dd33c-ebea-4973-845f-66daed6603ba ASDC
2022-06-26T07:17:02.479Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06-26T07:17:02.495Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7110ab37, org.onap.sdc.toscaparser.api.parameters.Input@7d622e3, org.onap.sdc.toscaparser.api.parameters.Input@34a2a229, org.onap.sdc.toscaparser.api.parameters.Input@42d53589, org.onap.sdc.toscaparser.api.parameters.Input@36e867f7]
2022-06-26T07:17:02.497Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.498Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.498Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-26T07:17:02.498Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 439c0392-8889-4405-9a91-a0d141d57e5a
2022-06-26T07:17:02.498Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 439c0392-8889-4405-9a91-a0d141d57e5a matches Tosca VF Customization UUID: 439c0392-8889-4405-9a91-a0d141d57e5a
2022-06-26T07:17:02.498Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 439c0392-8889-4405-9a91-a0d141d57e5a  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-06-26T07:17:02.501Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.502Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.503Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 439c0392-8889-4405-9a91-a0d141d57e5a: {\"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-06-26T07:17:02.503Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a9fd3e6
2022-06-26T07:17:02.503Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.503Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:17:02.503Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19fb3ca2-8da3-469a-beb0-84e59ac4dae8
2022-06-26T07:17:02.504Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19fb3ca2-8da3-469a-beb0-84e59ac4dae8
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-06-26T07:17:02.507Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.507Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:17:02.508Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:17:02.508Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.508Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:17:02.508Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:17:02.509Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.509Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-26T07:17:02.509Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-26T07:17:02.509Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4eb712cf-5193-42df-927d-e6974a44340f
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-06-26T07:17:02.512Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.512Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:17:02.512Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:17:02.513Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.513Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-26T07:17:02.513Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=439c0392-8889-4405-9a91-a0d141d57e5a
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-06-26T07:17:02.515Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.516Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.516Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e6b09db6-426f-491e-b46d-b4722098cb1f: basic_cnf
2022-06-26T07:17:02.516Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.516Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.517Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.517Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.517Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.517Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.517Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.518Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.518Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:02.518Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:02.518Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:02.591Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 704dd33c-ebea-4973-845f-66daed6603ba 1 ASDC deployResourceStructure
2022-06-26T07:17:02.593Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:02.593Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:02.594Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T07:17:02.594Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:02.597Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:02.597Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227822592,
  "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-06-26T07:17:02.697Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:02.698Z||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-06-26T07:17:02.698Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:02.714Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:02.714Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:17:03.599Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:03.599Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:03.599Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T07:17:03.600Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:03.602Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:03.602Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227823598,
  "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-06-26T07:17:03.702Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:03.704Z||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-06-26T07:17:03.704Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:03.718Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:03.719Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:17:04.603Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:04.604Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:04.604Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:17:04.604Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:04.607Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:04.607Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227824603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:17:04.709Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T07:17:04.711Z||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-06-26T07:17:04.711Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:04.732Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:04.732Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:05.609Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:05.610Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:05.610Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:17:05.610Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:05.612Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:05.613Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227825608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:17:05.713Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:05.714Z||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-06-26T07:17:05.714Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:05.730Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:05.731Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:06.614Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:06.614Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||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-06-26T07:17:06.615Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:17:06.615Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:06.621Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:06.621Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:17:06.724Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-26T07:17:06.725Z||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-06-26T07:17:06.725Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:06.750Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:06.751Z||pool-75-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:17:07.622Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-26T07:17:07.622Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-26T07:17:07.623Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:17:07.623Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:07.625Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:07.625Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227827622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:17:07.725Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:07.726Z||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-06-26T07:17:07.726Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:07.744Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:07.745Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:08.626Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 808413e5-4781-4a95-b73c-559a68f0fe8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:17:08.637Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 808413e5-4781-4a95-b73c-559a68f0fe8d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:17:08.641Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:17:08.641Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:08.642Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:08.643Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:17:08.647Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:17:38.649Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 808413e5-4781-4a95-b73c-559a68f0fe8d 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-06-26T07:17:38.655Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 808413e5-4781-4a95-b73c-559a68f0fe8d and serviceModelVersionId: e6b09db6-426f-491e-b46d-b4722098cb1f
2022-06-26T07:17:38.656Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1f7fb19-5e18-4b11-add0-e1e41bbf858d
2022-06-26T07:17:38.657Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0
2022-06-26T07:17:38.662Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:17:38.718Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0|INFO|500||Invoke
2022-06-26T07:17:38.719Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[808413e5-4781-4a95-b73c-559a68f0fe8d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f0d1522-e5bd-4d53-a2ce-14faa00fabaf], X-ECOMP-RequestID=[808413e5-4781-4a95-b73c-559a68f0fe8d], X-TransactionId=[], X-ONAP-RequestID=[808413e5-4781-4a95-b73c-559a68f0fe8d], Content-Type=[application/merge-patch+json]}
2022-06-26T07:17:38.739Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:17:39.099Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?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/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-07:17:38:943-23369], vertex-id=[462968], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:17:38 GMT], Content-Type=[application/json]}
2022-06-26T07:17:39.099Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:17:39.100Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f7fb19-5e18-4b11-add0-e1e41bbf858d/model-vers/model-ver/e6b09db6-426f-491e-b46d-b4722098cb1f?depth=0|INFO|500||InvokeReturn
2022-06-26T07:17:39.104Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:17:39.104Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:17:39.108Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T07:17:39.108Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 808413e5-4781-4a95-b73c-559a68f0fe8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:17:39.109Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:17:39.109Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:39.112Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:39.112Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227859109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:17:39.212Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:39.213Z||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-06-26T07:17:39.213Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:39.230Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:39.231Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 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-06-26T07:17:40.127Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:17:40.128Z|808413e5-4781-4a95-b73c-559a68f0fe8d|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-06-26T07:17:40.128Z|808413e5-4781-4a95-b73c-559a68f0fe8d|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:44.593Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:44.594Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:17:44.594Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5304f18-9ee4-425e-a084-b95756cd5804","serviceName":"Demo_pNF_lcY1uxZQqrD23FbgQC0g","serviceVersion":"1.0","serviceUUID":"e59dd7c6-10ee-47db-b544-c4f1de3026bb","serviceDescription":"catalog service description","serviceInvariantUUID":"cac6b6f9-88cd-45d7-8ae0-3939e8021402","resources":[{"resourceInstanceName":"pNF 91c0afaa-469d 0","resourceName":"pNF 91c0afaa-469d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"376be276-ddb2-47cc-9a5f-725c638d5562","resourceInvariantUUID":"fb040189-45e4-4514-b1ed-a410239d5652","resourceCustomizationUUID":"fbc2a6c2-c65a-4913-95a3-864cbd4be00b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRkMmQ2MDFkOWU2YTYyNmQ3NGRhNjU5N2U0ZGFmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8d63b06-a46a-41ab-a82f-efc75b72802a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar","artifactChecksum":"OTVhOTI0MjM4NDFjMjgyNmE4NDAzNmU0YWFkYjlmMWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d6ccbbd-e2fd-434b-bc4e-389443ccac7c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"886799fb-b9b2-4bc1-ab74-646e396885dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGUxZDIzNjQxMDBjYjAzODYwYzdkODYyNjgwOTM5ZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f17befd4-1d28-415b-a576-9e1491d21852","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"655377ef-148c-4fe5-9c57-e16a6f9ceccc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5af7c3aa-e199-453e-bf11-96ee360859e9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml","artifactChecksum":"MzUwYzc5MmRjNWYyYjU3MmVjNjZlNjMyM2IyNzNjYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31d9c5d5-a941-4819-9fd7-b29504124e34","artifactVersion":"1"},{"artifactName":"service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar","artifactChecksum":"Y2ZmZjE4NzMwMzIxNTcxN2M3MTg2YWYyZjJjNGQ4ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54a6916a-2c67-4721-a431-7297dc4a87e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:17:44.596Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:44.597Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:44.600Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:44.601Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:44.704Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-26T07:17:44.705Z||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-06-26T07:17:44.705Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:44.729Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:44.730Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:45.602Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:45.603Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:45.605Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:45.606Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:45.706Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:45.707Z||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-06-26T07:17:45.707Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:45.725Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:45.725Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:46.606Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:46.607Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:46.611Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:46.611Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:46.711Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:46.712Z||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-06-26T07:17:46.712Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:46.735Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:46.735Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:47.612Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:47.613Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:47.617Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:47.617Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:47.717Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:47.718Z||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-06-26T07:17:47.719Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:47.734Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:47.734Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:17:48.531Z||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-06-26T07:17:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:48.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:48.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:17:48.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227803991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:17:48.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:17:48.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:17:48.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:48.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:17:48.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:17:48.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-26T07:17:48.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:17:48.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:17:48.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-26T07:17:48.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:17:48.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:17:48.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:17:48.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:17:48.617Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:48.618Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:48.621Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:48.621Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:48.721Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:17:48.722Z||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-06-26T07:17:48.722Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:48.740Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:48.741Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:17:49.622Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:49.623Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:49.625Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:49.625Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:49.726Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:17:49.726Z||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-06-26T07:17:49.727Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:49.742Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:49.742Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:50.626Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:50.627Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:50.630Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:50.631Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:17:50.731Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:17:50.732Z||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-06-26T07:17:50.732Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:50.750Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:50.750Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:51.631Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:17:51.632Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:51.634Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:51.634Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:17:51.734Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:51.736Z||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-06-26T07:17:51.736Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:51.751Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:51.752Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:52.635Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "serviceName": "Demo_pNF_lcY1uxZQqrD23FbgQC0g",
  "serviceVersion": "1.0",
  "serviceUUID": "e59dd7c6-10ee-47db-b544-c4f1de3026bb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cac6b6f9-88cd-45d7-8ae0-3939e8021402",
  "resources": [
    {
      "resourceInstanceName": "pNF 91c0afaa-469d 0",
      "resourceCustomizationUUID": "fbc2a6c2-c65a-4913-95a3-864cbd4be00b",
      "resourceName": "pNF 91c0afaa-469d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "376be276-ddb2-47cc-9a5f-725c638d5562",
      "resourceInvariantUUID": "fb040189-45e4-4514-b1ed-a410239d5652",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
      "artifactChecksum": "Y2ZmZjE4NzMwMzIxNTcxN2M3MTg2YWYyZjJjNGQ4ZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54a6916a-2c67-4721-a431-7297dc4a87e6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:17:52.636Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:17:52.636Z|808413e5-4781-4a95-b73c-559a68f0fe8d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e59dd7c6-10ee-47db-b544-c4f1de3026bb ASDC
2022-06-26T07:17:52.636Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c5304f18-9ee4-425e-a084-b95756cd5804
ServiceName:Demo_pNF_lcY1uxZQqrD23FbgQC0g
ServiceVersion:1.0
ServiceUUID:e59dd7c6-10ee-47db-b544-c4f1de3026bb
ServiceInvariantUUID:cac6b6f9-88cd-45d7-8ae0-3939e8021402
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
ArtifactUUID:54a6916a-2c67-4721-a431-7297dc4a87e6
ArtifactChecksum:Y2ZmZjE4NzMwMzIxNTcxN2M3MTg2YWYyZjJjNGQ4ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 91c0afaa-469d 0
ResourceCustomizationUUID:fbc2a6c2-c65a-4913-95a3-864cbd4be00b
ResourceInvariantUUID:fb040189-45e4-4514-b1ed-a410239d5652
ResourceName:pNF 91c0afaa-469d
ResourceType:PNF
ResourceUUID:376be276-ddb2-47cc-9a5f-725c638d5562
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-26T07:17:52.636Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e59dd7c6-10ee-47db-b544-c4f1de3026bb 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-06-26T07:17:52.667Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:17:52.667Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:17:52.668Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:17:52.668Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54a6916a-2c67-4721-a431-7297dc4a87e6 from URL: /sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:52.668Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:17:52.668Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:52.833Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:17:52.838Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar 54a6916a-2c67-4721-a431-7297dc4a87e6 82658
2022-06-26T07:17:52.839Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar ASDC sendASDCNotification
2022-06-26T07:17:52.839Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:52.839Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:17:52.839Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:52.841Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:52.841Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227872839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:17:52.942Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:52.943Z||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-06-26T07:17:52.944Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:52.962Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:52.963Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:17:53.842Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:17:53.843Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:17:53.843Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 54a6916a-2c67-4721-a431-7297dc4a87e6, URL: /sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar to file: /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:53.844Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:53.844Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:53.844Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:53.969Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10635612947197691458/Definitions/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml
2022-06-26T07:17:54.772Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:17:54.773Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:17:54.773Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.774Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T07:17:54.774Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 91c0afaa-469d 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-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.774Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.774Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.775Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.775Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.775Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.776Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.776Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:17:54.777Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.778Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.778Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Node template pNF 91c0afaa-469d 0 is matching search criteria
2022-06-26T07:17:54.778Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:17:54.779Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 91c0afaa-469d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:17:54.779Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.779Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.779Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Node template pNF 91c0afaa-469d 0 is matching search criteria
2022-06-26T07:17:54.779Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:17:54.780Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 91c0afaa-469d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:17:54.780Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.780Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.780Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.780Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.780Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.781Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.781Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.781Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.781Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.781Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.782Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lcY1uxZQqrD23FbgQC0g
Description:catalog service description
Model UUID:e59dd7c6-10ee-47db-b544-c4f1de3026bb
Model Version:NULL
Model InvariantUuid:cac6b6f9-88cd-45d7-8ae0-3939e8021402
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-06-26T07:17:54.791Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 376be276-ddb2-47cc-9a5f-725c638d5562
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-06-26T07:17:54.795Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||pNF 91c0afaa-469d 0
2022-06-26T07:17:54.795Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 376be276-ddb2-47cc-9a5f-725c638d5562
2022-06-26T07:17:54.796Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e59dd7c6-10ee-47db-b544-c4f1de3026bb
2022-06-26T07:17:54.796Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e59dd7c6-10ee-47db-b544-c4f1de3026bb
2022-06-26T07:17:54.796Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 91c0afaa-469d 0 376be276-ddb2-47cc-9a5f-725c638d5562 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-06-26T07:17:54.800Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@355774a3, org.onap.sdc.toscaparser.api.parameters.Input@676be17e, org.onap.sdc.toscaparser.api.parameters.Input@4943410e, org.onap.sdc.toscaparser.api.parameters.Input@54a0b032, org.onap.sdc.toscaparser.api.parameters.Input@5adc2469]
2022-06-26T07:17:54.801Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.801Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.801Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e59dd7c6-10ee-47db-b544-c4f1de3026bb: pNF 91c0afaa-469d
2022-06-26T07:17:54.802Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Processing PNF resource: 376be276-ddb2-47cc-9a5f-725c638d5562
2022-06-26T07:17:54.802Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:17:54.802Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lcY1uxZQqrD23FbgQC0g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:17:54.802Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Resource customization UUID: fbc2a6c2-c65a-4913-95a3-864cbd4be00b is the same as notified resource customizationUUID: fbc2a6c2-c65a-4913-95a3-864cbd4be00b
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-06-26T07:17:54.843Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 91c0afaa-469d 376be276-ddb2-47cc-9a5f-725c638d5562 0 ASDC deployResourceStructure
2022-06-26T07:17:54.844Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar ASDC sendASDCNotification
2022-06-26T07:17:54.844Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar
2022-06-26T07:17:54.844Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:17:54.845Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:17:54.847Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:17:54.847Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227874844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:17:54.948Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:17:54.950Z||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-06-26T07:17:54.950Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:17:54.980Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:17:54.981Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:17:55.849Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5304f18-9ee4-425e-a084-b95756cd5804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:17:55.865Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5304f18-9ee4-425e-a084-b95756cd5804
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:17:55.870Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:17:55.870Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:17:55.871Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:17:55.871Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:17:55.871Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.871Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.872Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.872Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.872Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.872Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.873Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:17:55.873Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:17:55.878Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:18:25.879Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5304f18-9ee4-425e-a084-b95756cd5804 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-06-26T07:18:25.885Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5304f18-9ee4-425e-a084-b95756cd5804 and serviceModelVersionId: e59dd7c6-10ee-47db-b544-c4f1de3026bb
2022-06-26T07:18:25.886Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cac6b6f9-88cd-45d7-8ae0-3939e8021402
2022-06-26T07:18:25.887Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cac6b6f9-88cd-45d7-8ae0-3939e8021402/model-vers/model-ver/e59dd7c6-10ee-47db-b544-c4f1de3026bb?depth=0
2022-06-26T07:18:25.892Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:18:25.951Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cac6b6f9-88cd-45d7-8ae0-3939e8021402/model-vers/model-ver/e59dd7c6-10ee-47db-b544-c4f1de3026bb?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-06-26T07:18:25.957Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cac6b6f9-88cd-45d7-8ae0-3939e8021402/model-vers/model-ver/e59dd7c6-10ee-47db-b544-c4f1de3026bb?depth=0|INFO|500||Invoke
2022-06-26T07:18:25.985Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cac6b6f9-88cd-45d7-8ae0-3939e8021402/model-vers/model-ver/e59dd7c6-10ee-47db-b544-c4f1de3026bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:18:26.190Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cac6b6f9-88cd-45d7-8ae0-3939e8021402/model-vers/model-ver/e59dd7c6-10ee-47db-b544-c4f1de3026bb?depth=0|INFO|500||InvokeReturn
2022-06-26T07:18:26.191Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cac6b6f9-88cd-45d7-8ae0-3939e8021402/model-vers/model-ver/e59dd7c6-10ee-47db-b544-c4f1de3026bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-07:18:26:189-38228], vertex-id=[213192], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:18:26 GMT], Content-Type=[application/json]}
2022-06-26T07:18:26.191Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:18:26.192Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:18:26.192Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:18:26.196Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T07:18:26.197Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5304f18-9ee4-425e-a084-b95756cd5804 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:18:26.201Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:18:26.201Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:18:26.206Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:18:26.207Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227906197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:18:26.304Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-26T07:18:26.305Z||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-06-26T07:18:26.305Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:18:26.327Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:18:26.327Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 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-06-26T07:18:27.234Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:18:27.235Z|c5304f18-9ee4-425e-a084-b95756cd5804|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-06-26T07:18:27.236Z|c5304f18-9ee4-425e-a084-b95756cd5804|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:18:36.790Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:18:36.791Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:18:36.792Z||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-06-26T07:18:36.792Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:18:46.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:18:46.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:18:46.339Z||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-06-26T07:18:46.339Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:18:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:18:48.531Z||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-06-26T07:18:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:18:48.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:18:48.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:18:48.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:18:48.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-26T07:18:48.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:18:48.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227568523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:18:48.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227814288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:18:48.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227816996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:18:48.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227818102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:18:48.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227819276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:18:48.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227820390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:18:48.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227821459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:18:48.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227822592,
  "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-06-26T07:18:48.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227823598,
  "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-06-26T07:18:48.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227824603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:18:48.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227825608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227827622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "808413e5-4781-4a95-b73c-559a68f0fe8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227859109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:18:48.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:18:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:18:48.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:18:48.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:18:55.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:18:55.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:18:55.881Z||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-06-26T07:18:55.882Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:19:05.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:19:05.427Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:19:05.427Z||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-06-26T07:19:05.428Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:19:14.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:19:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:19:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:19:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:19:48.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:19:48.530Z||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-06-26T07:19:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:19:48.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:19:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T07:19:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:19:48.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:19:58.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:20:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:20:48.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:20:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:20:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:20:48.532Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:20:48.532Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:20:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:20:49.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:20:49.065Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/resourceInstances/pnf91c0afaa469d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:20:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:20:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:20:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:20:49.067Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:20:49.068Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:20:49.068Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227860127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:20:49.068Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:20:49.068Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:20:49.069Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227872839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:20:49.069Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:20:49.069Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:20:49.069Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227874844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLcy1uxzqqrd23fbgqc0g/1.0/artifacts/service-DemoPnfLcy1uxzqqrd23fbgqc0g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:20:49.070Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:20:49.070Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:20:49.070Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5304f18-9ee4-425e-a084-b95756cd5804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656227906197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:20:49.070Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:20:58.097Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:21:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:21:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:21:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:21:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:21:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:21:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:21:58.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:21:58.076Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:22:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:22:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:22:48.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:22:48.530Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:22:48.531Z|c5304f18-9ee4-425e-a084-b95756cd5804|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-06-26T07:22:48.531Z|c5304f18-9ee4-425e-a084-b95756cd5804|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:22:58.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:22:58.074Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:23:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:23:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:23:48.525Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:23:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:23:48.530Z||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-06-26T07:23:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:23:58.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:23:58.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:24:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:24:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:24:48.525Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:24:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:24:48.531Z||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-06-26T07:24:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:24:58.074Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:24:58.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:25:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:25:48.526Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:25:48.526Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:25:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:25:48.531Z||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-06-26T07:25:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:25:58.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:25:58.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:26:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:26:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:26:48.525Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:26:48.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:26:48.531Z||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-06-26T07:26:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:26:58.073Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:26:58.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:27:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:27:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:27:48.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:27:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:27:48.530Z||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-06-26T07:27:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:27:58.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:27:58.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:28:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:28:48.525Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:28:48.525Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:28:48.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:28:48.530Z||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-06-26T07:28:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:28:58.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:28:58.074Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:29:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:29:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:29:48.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:29:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:29:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:29:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:29:58.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:29:58.085Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:30:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:30:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:30:48.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:30:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:30:48.530Z||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-06-26T07:30:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:30:58.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:30:58.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:31:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:31:48.526Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:31:48.526Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:31:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:31:48.530Z||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-06-26T07:31:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:31:58.098Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:31:58.098Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:32:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:32:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:32:48.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:32:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:32:48.530Z||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-06-26T07:32:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:32:58.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:32:58.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:48.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:33:48.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:33:48.524Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:48.530Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:33:48.530Z|c5304f18-9ee4-425e-a084-b95756cd5804|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-06-26T07:33:48.531Z|c5304f18-9ee4-425e-a084-b95756cd5804|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:49.167Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:49.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ce905bd-9a03-4ea3-ac57-39f33cc5ec63","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1c0b9da7-9f36-4a50-b063-1288c92e038f","serviceDescription":"service","serviceInvariantUUID":"d1e7dc19-20ac-47d9-b843-156120e6ebf8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09c907a5-5372-4106-bc70-5e390722bff0","resourceInvariantUUID":"2d8a41dd-6e9d-48ce-8966-9d0af494c286","resourceCustomizationUUID":"e85c76da-7d65-4183-8537-038b939ae385","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":"MjMzNzhkMTViZGFjMTc0ZWZhMDMwZjY0MjRhMmIyZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01c4d183-c915-45b5-a8f4-578792dd93c1","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":"ODZmZjYxNmM3OTMwN2E3Y2VlMjU5NmIxOTFjMTBhMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b826443-09eb-4d26-bfe8-c4085fff0055","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":"68ad5564-7a5c-4261-aa15-3345ea0591c1","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":"70755de7-a06a-4c58-b52d-33c20534432f","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":"6ae6c1fd-facb-4f2d-8ca3-154be5ae3411","artifactVersion":"2","generatedFromUUID":"68ad5564-7a5c-4261-aa15-3345ea0591c1"},{"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":"OGE0MWRkYjcyYTk0NGFlZjYwMzI3ZmVmNzY5N2FmMjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4f3901ff-f408-44de-895c-03972b48125e","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":"MDI5YjJlMWM2ZmRmM2RhYjgzYjk0NjQ2NzRjMDUzNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f81caf8-c2d8-4ebf-a465-de0d0f9d0211","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2FmNTE4ZGMyNTcxODM3MTUxODE5NjRjNmYxMzI4ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f0fd71d-686d-4f59-96a2-0054a1c3630e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:33:49.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:49.174Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:49.176Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:49.177Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.178Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.179Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.179Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.179Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:49.180Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.180Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.180Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.181Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.181Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.182Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.182Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.182Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.183Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.183Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.183Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.184Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.184Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.184Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.185Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.185Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.185Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.186Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.186Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.186Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.186Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.187Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.187Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.187Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.188Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.188Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.188Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.188Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.189Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.189Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.189Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.190Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.190Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.190Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.191Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.191Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.191Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.191Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.192Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.192Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.192Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.193Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.193Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.193Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.194Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.194Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.194Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.194Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.195Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.195Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.195Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.196Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.196Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.196Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.197Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.197Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.197Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.197Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.198Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.198Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.198Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.199Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.199Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.199Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.200Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.200Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.200Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.201Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.201Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.201Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.201Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.202Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.202Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.202Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.202Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.203Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.203Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.203Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.203Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.204Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.204Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.204Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.204Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.204Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.205Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.205Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.205Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.205Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.205Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.206Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.206Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.206Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.206Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.207Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.207Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.207Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.207Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.207Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.208Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.208Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.208Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.208Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.208Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.209Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.209Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.209Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.209Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.210Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.210Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.210Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.210Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.210Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.211Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.211Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.211Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.211Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.212Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.212Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.212Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.212Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.212Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.213Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.213Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.213Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.213Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.214Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.214Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.214Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228775973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.215Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.215Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.215Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228783443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.215Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.215Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228784920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228781373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.216Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228780513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.217Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.217Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.217Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.217Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.217Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.218Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.218Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.218Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.218Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228793044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.218Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.218Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.219Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228794693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.219Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.219Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.219Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228794528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.219Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.219Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228794726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.220Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228795533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.221Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.222Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.222Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228788187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.222Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.222Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.222Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.223Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.223Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.223Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "policy-id",
  "timestamp": 1656228796536,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T07:33:49.243Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
2022-06-26T07:33:49.243Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:33:49.253Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.254Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228796941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.254Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.255Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.255Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:49.255Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.256Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.256Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228797253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:33:49.256Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.256Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.257Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228798007,
  "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-06-26T07:33:49.270Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
2022-06-26T07:33:49.270Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:33:49.278Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.278Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228788861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:49.279Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:33:49.279Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.280Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228798256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-06-26T07:33:49.279Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:33:49.281Z||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-06-26T07:33:49.281Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:33:49.286Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
2022-06-26T07:33:49.286Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:33:49.295Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.296Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228799018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:33:49.296Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.296Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.296Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228797740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.297Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.297Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.297Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "cds",
  "timestamp": 1656228800200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:33:49.300Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:49.301Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:49.304Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
2022-06-26T07:33:49.304Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:33:49.314Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.315Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228800686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:33:49.315Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.315Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.315Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "aai-ml",
  "timestamp": 1656228801689,
  "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-06-26T07:33:49.321Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
2022-06-26T07:33:49.322Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:33:49.330Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.330Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228803030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:49.331Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.331Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.331Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228807033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:33:49.332Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:33:49.332Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:33:49.332Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "clamp",
  "timestamp": 1656228808037,
  "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-06-26T07:33:49.337Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
2022-06-26T07:33:49.338Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:33:50.181Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:50.182Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:50.184Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:50.184Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:33:50.284Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:33:50.285Z||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-06-26T07:33:50.285Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:50.298Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:50.299Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:51.185Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:51.185Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:51.187Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:51.188Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:33:51.288Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:33:51.289Z||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-06-26T07:33:51.289Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:51.304Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:51.305Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:52.188Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:52.190Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:52.192Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:52.192Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:52.292Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:33:52.294Z||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-06-26T07:33:52.294Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:52.309Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:52.309Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:53.193Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:53.193Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:53.196Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:53.197Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T07:33:53.297Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:33:53.298Z||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-06-26T07:33:53.298Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:53.311Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:53.312Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:54.200Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:54.201Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:54.203Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:54.203Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:54.303Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:33:54.304Z||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-06-26T07:33:54.304Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:54.325Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:54.326Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:55.204Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:55.205Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:55.208Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:55.208Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:33:55.308Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:33:55.309Z||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-06-26T07:33:55.310Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:55.323Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:55.324Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:56.209Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:33:56.211Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:56.213Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:56.213Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:33:56.314Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T07:33:56.314Z||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-06-26T07:33:56.315Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:56.329Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:56.330Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:57.216Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1c0b9da7-9f36-4a50-b063-1288c92e038f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d1e7dc19-20ac-47d9-b843-156120e6ebf8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e85c76da-7d65-4183-8537-038b939ae385",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "09c907a5-5372-4106-bc70-5e390722bff0",
      "resourceInvariantUUID": "2d8a41dd-6e9d-48ce-8966-9d0af494c286",
      "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": "ODZmZjYxNmM3OTMwN2E3Y2VlMjU5NmIxOTFjMTBhMGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b826443-09eb-4d26-bfe8-c4085fff0055",
          "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": "68ad5564-7a5c-4261-aa15-3345ea0591c1",
          "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": "6ae6c1fd-facb-4f2d-8ca3-154be5ae3411",
            "generatedFromUUID": "68ad5564-7a5c-4261-aa15-3345ea0591c1"
          },
          "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": "6ae6c1fd-facb-4f2d-8ca3-154be5ae3411",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2FmNTE4ZGMyNTcxODM3MTUxODE5NjRjNmYxMzI4ZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f0fd71d-686d-4f59-96a2-0054a1c3630e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:33:57.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:33:57.217Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c0b9da7-9f36-4a50-b063-1288c92e038f ASDC
2022-06-26T07:33:57.218Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1c0b9da7-9f36-4a50-b063-1288c92e038f
ServiceInvariantUUID:d1e7dc19-20ac-47d9-b843-156120e6ebf8
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:2f0fd71d-686d-4f59-96a2-0054a1c3630e
ArtifactChecksum:M2FmNTE4ZGMyNTcxODM3MTUxODE5NjRjNmYxMzI4ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e85c76da-7d65-4183-8537-038b939ae385
ResourceInvariantUUID:2d8a41dd-6e9d-48ce-8966-9d0af494c286
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:09c907a5-5372-4106-bc70-5e390722bff0
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:3b826443-09eb-4d26-bfe8-c4085fff0055
ArtifactChecksum:ODZmZjYxNmM3OTMwN2E3Y2VlMjU5NmIxOTFjMTBhMGU=
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:68ad5564-7a5c-4261-aa15-3345ea0591c1
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:6ae6c1fd-facb-4f2d-8ca3-154be5ae3411
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:6ae6c1fd-facb-4f2d-8ca3-154be5ae3411
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T07:33:57.218Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c0b9da7-9f36-4a50-b063-1288c92e038f 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-06-26T07:33:57.256Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:33:57.259Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:33:57.260Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:33:57.260Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f0fd71d-686d-4f59-96a2-0054a1c3630e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-26T07:33:57.260Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:33:57.260Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-26T07:33:57.496Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:33:57.500Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2f0fd71d-686d-4f59-96a2-0054a1c3630e 78799
2022-06-26T07:33:57.501Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-26T07:33:57.501Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-26T07:33:57.501Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:33:57.502Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:33:57.504Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:33:57.505Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228837501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:33:57.606Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T07:33:57.607Z||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-06-26T07:33:57.607Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:33:57.622Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:33:57.623Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:33:58.505Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:33:58.507Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:33:58.507Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2f0fd71d-686d-4f59-96a2-0054a1c3630e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T07:33:58.508Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-26T07:33:58.509Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T07:33:58.509Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T07:33:58.708Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9046063554153755330/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-06-26T07:34:00.055Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:34:00.056Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T07:34:00.056Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-26T07:34:00.056Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T07:34:00.056Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.057Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.058Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T07:34:00.058Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.058Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.058Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:00.059Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T07:34:00.059Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:34:00.059Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.059Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.060Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:00.060Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T07:34:00.060Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:34:00.060Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.060Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.061Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.061Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-26T07:34:00.061Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-26T07:34:00.061Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-26T07:34:00.061Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-26T07:34:00.062Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:34:00.062Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:34:00.062Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.062Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:34:00.062Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.062Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.063Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20e849f9-be16-4902-9c1d-12152aa3c793
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.064Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.065Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:00.065Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:00.065Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1c0b9da7-9f36-4a50-b063-1288c92e038f
Model Version:NULL
Model InvariantUuid:d1e7dc19-20ac-47d9-b843-156120e6ebf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ac7683f6-3d92-41a7-90d5-653c7883f27c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d8a41dd-6e9d-48ce-8966-9d0af494c286
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e85c76da-7d65-4183-8537-038b939ae385
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:727fbe11-e7b4-41bc-b13c-c35356e73076
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ca3f5b5d-0d27-4cf4-bf05-b0f79e0a01e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:20e849f9-be16-4902-9c1d-12152aa3c793
ModelInvariantUuid:8b1ef312-e554-4cc1-9bab-859bee7f90aa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e2569343-0579-4f2c-960f-a86cbd95200f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:83634c86-68d0-41be-adda-edb064a55f41
ModelInvariantUuid:d97cdee8-f4bc-4aa4-b99b-abfae2de2637
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a5d8074c-15d2-45ca-a692-0a611a51e726
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-06-26T07:34:00.072Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 09c907a5-5372-4106-bc70-5e390722bff0
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-06-26T07:34:00.076Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-06-26T07:34:00.077Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09c907a5-5372-4106-bc70-5e390722bff0
2022-06-26T07:34:00.077Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b826443-09eb-4d26-bfe8-c4085fff0055 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-26T07:34:00.078Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:34:00.078Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.207Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:34:00.207Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3b826443-09eb-4d26-bfe8-c4085fff0055 792
2022-06-26T07:34:00.208Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.208Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:00.209Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:34:00.209Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:00.211Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:00.212Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228840208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:34:00.312Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:00.313Z||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-06-26T07:34:00.313Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:00.326Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:00.327Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:34:01.213Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "727fbe11-e7b4-41bc-b13c-c35356e73076",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca3f5b5d-0d27-4cf4-bf05-b0f79e0a01e6",
    "vfModuleModelCustomizationUUID": "7bdb3b68-aff2-4713-b05f-94450aba0e09",
    "isBase": true,
    "artifacts": [
      "68ad5564-7a5c-4261-aa15-3345ea0591c1",
      "6ae6c1fd-facb-4f2d-8ca3-154be5ae3411"
    ],
    "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-06-26T07:34:01.218Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca3f5b5d-0d27-4cf4-bf05-b0f79e0a01e6
VfModuleModelInvariantUUID:727fbe11-e7b4-41bc-b13c-c35356e73076
VfModuleModelDescription:NULL
Artifacts UUID List:{
68ad5564-7a5c-4261-aa15-3345ea0591c1
,
6ae6c1fd-facb-4f2d-8ca3-154be5ae3411

}
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-06-26T07:34:01.221Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "727fbe11-e7b4-41bc-b13c-c35356e73076",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca3f5b5d-0d27-4cf4-bf05-b0f79e0a01e6",
    "vfModuleModelCustomizationUUID": "7bdb3b68-aff2-4713-b05f-94450aba0e09",
    "isBase": true,
    "artifacts": [
      "68ad5564-7a5c-4261-aa15-3345ea0591c1",
      "6ae6c1fd-facb-4f2d-8ca3-154be5ae3411"
    ],
    "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-06-26T07:34:01.221Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca3f5b5d-0d27-4cf4-bf05-b0f79e0a01e6
VfModuleModelInvariantUUID:727fbe11-e7b4-41bc-b13c-c35356e73076
VfModuleModelDescription:NULL
Artifacts UUID List:{
68ad5564-7a5c-4261-aa15-3345ea0591c1
,
6ae6c1fd-facb-4f2d-8ca3-154be5ae3411

}
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-06-26T07:34:01.221Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68ad5564-7a5c-4261-aa15-3345ea0591c1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-26T07:34:01.222Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:34:01.222Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:01.504Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:34:01.505Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 68ad5564-7a5c-4261-aa15-3345ea0591c1 5033
2022-06-26T07:34:01.506Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:01.506Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:01.506Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:34:01.506Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:01.508Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:01.509Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:34:01.609Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:01.610Z||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-06-26T07:34:01.610Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:01.625Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:01.626Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:02.510Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6ae6c1fd-facb-4f2d-8ca3-154be5ae3411 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-26T07:34:02.510Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:34:02.511Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:02.604Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:34:02.605Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6ae6c1fd-facb-4f2d-8ca3-154be5ae3411 903
2022-06-26T07:34:02.605Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:02.605Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:02.606Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:34:02.606Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:02.608Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:02.609Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228842605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:34:02.709Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:02.710Z||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-06-26T07:34:02.710Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:02.730Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:02.731Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:34:03.610Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1c0b9da7-9f36-4a50-b063-1288c92e038f
2022-06-26T07:34:03.611Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 09c907a5-5372-4106-bc70-5e390722bff0 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-06-26T07:34:03.632Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1179d2d4, org.onap.sdc.toscaparser.api.parameters.Input@51744c61, org.onap.sdc.toscaparser.api.parameters.Input@1b1670b, org.onap.sdc.toscaparser.api.parameters.Input@6237ea10, org.onap.sdc.toscaparser.api.parameters.Input@3d077bf0]
2022-06-26T07:34:03.635Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.635Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.635Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-26T07:34:03.636Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e85c76da-7d65-4183-8537-038b939ae385
2022-06-26T07:34:03.636Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e85c76da-7d65-4183-8537-038b939ae385 matches Tosca VF Customization UUID: e85c76da-7d65-4183-8537-038b939ae385
2022-06-26T07:34:03.636Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e85c76da-7d65-4183-8537-038b939ae385  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-06-26T07:34:03.639Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.639Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.643Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e85c76da-7d65-4183-8537-038b939ae385: {\"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-06-26T07:34:03.644Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19da856b
2022-06-26T07:34:03.644Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.644Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:34:03.645Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bdb3b68-aff2-4713-b05f-94450aba0e09
2022-06-26T07:34:03.645Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bdb3b68-aff2-4713-b05f-94450aba0e09
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-06-26T07:34:03.648Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.648Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:03.649Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:34:03.649Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.649Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:03.650Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:34:03.650Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.650Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-26T07:34:03.651Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-26T07:34:03.651Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:34:03.651Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20e849f9-be16-4902-9c1d-12152aa3c793
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-06-26T07:34:03.655Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.655Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:03.656Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:34:03.656Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.656Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-26T07:34:03.656Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e85c76da-7d65-4183-8537-038b939ae385
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-06-26T07:34:03.658Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.659Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.659Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1c0b9da7-9f36-4a50-b063-1288c92e038f: basic_vm_macro
2022-06-26T07:34:03.659Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.660Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.660Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.660Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.661Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.661Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.661Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.661Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.662Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:34:03.662Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:34:03.662Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:03.758Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 09c907a5-5372-4106-bc70-5e390722bff0 1 ASDC deployResourceStructure
2022-06-26T07:34:03.759Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:03.759Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:03.759Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:34:03.759Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:03.762Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:03.762Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228843758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:34:03.862Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:03.863Z||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-06-26T07:34:03.864Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:03.931Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:03.931Z||pool-101-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:34:04.763Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:04.764Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:04.764Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:34:04.764Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:04.766Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:04.767Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228844763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:34:04.867Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:04.868Z||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-06-26T07:34:04.868Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:04.895Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:04.895Z||pool-102-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:05.767Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:05.768Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:05.768Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:34:05.768Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:05.770Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:05.770Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228845767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:34:05.871Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:05.872Z||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-06-26T07:34:05.873Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:05.887Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:05.888Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:06.772Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-26T07:34:06.772Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-26T07:34:06.772Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:34:06.772Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:06.775Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:06.775Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228846771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:34:06.875Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:06.877Z||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-06-26T07:34:06.877Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:06.895Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:06.897Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:07.776Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:34:07.787Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:34:07.790Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:34:07.790Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:34:07.790Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:34:07.790Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:34:07.790Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:34:07.791Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:34:07.791Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:34:07.791Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:34:07.791Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:34:07.791Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:34:07.791Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:07.796Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:34:37.796Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 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-06-26T07:34:37.803Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 and serviceModelVersionId: 1c0b9da7-9f36-4a50-b063-1288c92e038f
2022-06-26T07:34:37.804Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1e7dc19-20ac-47d9-b843-156120e6ebf8
2022-06-26T07:34:37.805Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1e7dc19-20ac-47d9-b843-156120e6ebf8/model-vers/model-ver/1c0b9da7-9f36-4a50-b063-1288c92e038f?depth=0
2022-06-26T07:34:37.811Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:34:37.864Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7dc19-20ac-47d9-b843-156120e6ebf8/model-vers/model-ver/1c0b9da7-9f36-4a50-b063-1288c92e038f?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-06-26T07:34:37.866Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7dc19-20ac-47d9-b843-156120e6ebf8/model-vers/model-ver/1c0b9da7-9f36-4a50-b063-1288c92e038f?depth=0|INFO|500||Invoke
2022-06-26T07:34:37.897Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7dc19-20ac-47d9-b843-156120e6ebf8/model-vers/model-ver/1c0b9da7-9f36-4a50-b063-1288c92e038f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:34:38.126Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7dc19-20ac-47d9-b843-156120e6ebf8/model-vers/model-ver/1c0b9da7-9f36-4a50-b063-1288c92e038f?depth=0|INFO|500||InvokeReturn
2022-06-26T07:34:38.128Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7dc19-20ac-47d9-b843-156120e6ebf8/model-vers/model-ver/1c0b9da7-9f36-4a50-b063-1288c92e038f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220626-07:34:38:070-20250], vertex-id=[491672], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:34:38 GMT], Content-Type=[application/json]}
2022-06-26T07:34:38.128Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:34:38.129Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:34:38.129Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:38.135Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||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-06-26T07:34:38.135Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ce905bd-9a03-4ea3-ac57-39f33cc5ec63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:34:38.136Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:34:38.136Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:38.138Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:38.138Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228878135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:34:38.238Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:34:38.239Z||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-06-26T07:34:38.239Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:38.260Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:38.260Z||pool-105-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-06-26T07:34:48.523Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:34:48.524Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:34:48.524Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:48.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:34:48.530Z||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-06-26T07:34:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:48.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:48.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:34:48.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:34:48.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:34:49.151Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:49.151Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T07:34:49.152Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f71b07f-227e-45af-94da-7aaa085f5050","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01919973-cb95-443a-8c01-ef8d5229e29c","serviceDescription":"service","serviceInvariantUUID":"a49542a0-6f99-4ace-94b1-14c56dd9485c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e540e76-d084-44a5-97bb-13a801045f01","resourceInvariantUUID":"677661c2-0cf6-4436-9d2a-3b42627a8201","resourceCustomizationUUID":"c3f1d311-0c30-453d-a062-80e86d6b2a47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NmE5MjNjYzFiNWUyYjA3MzhhYWQxMDU5YTM3ZmUxMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1354c62-33e6-4cb6-955d-e965cc268b52","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MWZlN2IxMDIyYjgzYWU2ZGM2MzdlZmE1MzEyMTEyNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b145b19f-5f36-4972-9b90-2f08681bca60","artifactVersion":"2"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8634701-6d35-4b33-90fe-b0eb308bc694","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41193b65-a111-4495-bafb-5953ea7b897b","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b3f89e0-fb90-4a2a-a5d0-92903894df42","artifactVersion":"3","generatedFromUUID":"8e6009c8-a604-4248-af9a-fb49c2504049"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53aea40e-61d1-4a18-8d2b-51d011de6649","artifactVersion":"3","generatedFromUUID":"c8634701-6d35-4b33-90fe-b0eb308bc694"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e6009c8-a604-4248-af9a-fb49c2504049","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d1f7fa01-dd77-4b15-84b9-9f96c8b6d033","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YTRhMjc0OGEzMjk1MjA1MDYxZWY0MTVhMjE0MmI3NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8c3af3b-da1e-43d6-a789-c5ca82755dac","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWYxZWI1NTJhYmNkMzM4NjBmZmJmNTI3YWNlYjg1NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21813cf3-71a7-4365-9be0-947574d06890","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:34:49.153Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:49.154Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:49.155Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:49.155Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:34:49.256Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:49.257Z||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-06-26T07:34:49.257Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:49.272Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:49.273Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:50.156Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:50.157Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:50.160Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:50.161Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:34:50.260Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:34:50.261Z||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-06-26T07:34:50.261Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:50.277Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:50.277Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:34:51.162Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:51.162Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:51.165Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:51.165Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:34:51.265Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:51.266Z||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-06-26T07:34:51.266Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:51.280Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:51.281Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:52.166Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:52.166Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:52.169Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:52.171Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:34:52.270Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T07:34:52.271Z||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-06-26T07:34:52.271Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:52.288Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:52.289Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:53.172Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:53.173Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:53.174Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:53.175Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-26T07:34:53.275Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:53.276Z||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-06-26T07:34:53.276Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:53.291Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:53.292Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:54.175Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:54.176Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:54.178Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:54.178Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-26T07:34:54.279Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:34:54.279Z||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-06-26T07:34:54.280Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:54.295Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:54.296Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:55.179Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:55.180Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:55.182Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:55.183Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-26T07:34:55.283Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:55.284Z||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-06-26T07:34:55.284Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:55.302Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:55.303Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:56.183Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:56.184Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:56.186Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:56.187Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:34:56.287Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:56.288Z||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-06-26T07:34:56.288Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:56.305Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:56.305Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:57.187Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:57.188Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:57.191Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:57.191Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:34:57.293Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T07:34:57.295Z||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-06-26T07:34:57.295Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:57.310Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:57.310Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:34:58.192Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:34:58.193Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:58.195Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:58.196Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:34:58.295Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:34:58.297Z||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-06-26T07:34:58.297Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:58.311Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:58.312Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:34:59.197Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01919973-cb95-443a-8c01-ef8d5229e29c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a49542a0-6f99-4ace-94b1-14c56dd9485c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c3f1d311-0c30-453d-a062-80e86d6b2a47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0e540e76-d084-44a5-97bb-13a801045f01",
      "resourceInvariantUUID": "677661c2-0cf6-4436-9d2a-3b42627a8201",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MWZlN2IxMDIyYjgzYWU2ZGM2MzdlZmE1MzEyMTEyNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b145b19f-5f36-4972-9b90-2f08681bca60",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8634701-6d35-4b33-90fe-b0eb308bc694",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "53aea40e-61d1-4a18-8d2b-51d011de6649",
            "generatedFromUUID": "c8634701-6d35-4b33-90fe-b0eb308bc694"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "8b3f89e0-fb90-4a2a-a5d0-92903894df42",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "53aea40e-61d1-4a18-8d2b-51d011de6649",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8e6009c8-a604-4248-af9a-fb49c2504049",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWYxZWI1NTJhYmNkMzM4NjBmZmJmNTI3YWNlYjg1NDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21813cf3-71a7-4365-9be0-947574d06890"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:34:59.198Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:34:59.198Z|1ce905bd-9a03-4ea3-ac57-39f33cc5ec63|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01919973-cb95-443a-8c01-ef8d5229e29c ASDC
2022-06-26T07:34:59.199Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1f71b07f-227e-45af-94da-7aaa085f5050
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01919973-cb95-443a-8c01-ef8d5229e29c
ServiceInvariantUUID:a49542a0-6f99-4ace-94b1-14c56dd9485c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:21813cf3-71a7-4365-9be0-947574d06890
ArtifactChecksum:NWYxZWI1NTJhYmNkMzM4NjBmZmJmNTI3YWNlYjg1NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c3f1d311-0c30-453d-a062-80e86d6b2a47
ResourceInvariantUUID:677661c2-0cf6-4436-9d2a-3b42627a8201
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0e540e76-d084-44a5-97bb-13a801045f01
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:b145b19f-5f36-4972-9b90-2f08681bca60
ArtifactChecksum:MWZlN2IxMDIyYjgzYWU2ZGM2MzdlZmE1MzEyMTEyNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:c8634701-6d35-4b33-90fe-b0eb308bc694
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:53aea40e-61d1-4a18-8d2b-51d011de6649
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:8b3f89e0-fb90-4a2a-a5d0-92903894df42
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:53aea40e-61d1-4a18-8d2b-51d011de6649
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:8e6009c8-a604-4248-af9a-fb49c2504049
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-26T07:34:59.199Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01919973-cb95-443a-8c01-ef8d5229e29c 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-06-26T07:34:59.249Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:34:59.250Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:34:59.250Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:34:59.250Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 21813cf3-71a7-4365-9be0-947574d06890 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-26T07:34:59.250Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:34:59.250Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-26T07:34:59.401Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:34:59.411Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 21813cf3-71a7-4365-9be0-947574d06890 158210
2022-06-26T07:34:59.412Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-26T07:34:59.412Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-26T07:34:59.412Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:34:59.412Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:34:59.414Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:34:59.414Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228899412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:34:59.515Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:34:59.516Z||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-06-26T07:34:59.516Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:34:59.536Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:34:59.536Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:00.415Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:35:00.417Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:35:00.417Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 21813cf3-71a7-4365-9be0-947574d06890, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:00.417Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-26T07:35:00.418Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:00.418Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:00.539Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5053393151751518632/Definitions/service-BasicCnfMacro-template.yml
2022-06-26T07:35:01.686Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:01.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-26T07:35:01.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:01.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:35:01.691Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d8ba648b-20fb-47f9-b981-bf0211be6ac0
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:01.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01919973-cb95-443a-8c01-ef8d5229e29c
Model Version:NULL
Model InvariantUuid:a49542a0-6f99-4ace-94b1-14c56dd9485c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5f33ee42-a0f4-42e7-bb4c-4ee83d4264b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:677661c2-0cf6-4436-9d2a-3b42627a8201
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3f1d311-0c30-453d-a062-80e86d6b2a47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4afc2b4e-fffe-4547-97f2-0682ddbe07a0
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:4f5a4e05-0ca9-43a8-b096-10054229c555
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:617e2c09-3519-417a-ae92-387b1fefb048
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:bccc4a92-8356-4a03-ac0c-d0a6246da92d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8ba648b-20fb-47f9-b981-bf0211be6ac0
ModelInvariantUuid:271dbadd-ebdd-4823-849e-2a21b17d8988
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:03bf4f61-3814-41a4-ab91-a632bbc7c9d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:71549a72-16b9-4e05-b99a-790f3a2a2c3f
ModelInvariantUuid:07b79c12-a361-4e1b-90f8-aba5c880bc71
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:494d0b7c-a3cd-4c2f-b247-e77173764903
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-06-26T07:35:01.703Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e540e76-d084-44a5-97bb-13a801045f01
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-06-26T07:35:01.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-06-26T07:35:01.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e540e76-d084-44a5-97bb-13a801045f01
2022-06-26T07:35:01.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b145b19f-5f36-4972-9b90-2f08681bca60 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-26T07:35:01.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:35:01.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-26T07:35:01.813Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:35:01.813Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b145b19f-5f36-4972-9b90-2f08681bca60 1565
2022-06-26T07:35:01.814Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-26T07:35:01.814Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-26T07:35:01.814Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:35:01.814Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:01.816Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:01.816Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228901814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:01.916Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:01.917Z||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-06-26T07:35:01.917Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:01.932Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:01.932Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:02.817Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "617e2c09-3519-417a-ae92-387b1fefb048",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bccc4a92-8356-4a03-ac0c-d0a6246da92d",
    "vfModuleModelCustomizationUUID": "11b99280-06da-44a5-bc5c-3d81b8bf60f5",
    "isBase": true,
    "artifacts": [
      "c8634701-6d35-4b33-90fe-b0eb308bc694",
      "53aea40e-61d1-4a18-8d2b-51d011de6649"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "4afc2b4e-fffe-4547-97f2-0682ddbe07a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f5a4e05-0ca9-43a8-b096-10054229c555",
    "vfModuleModelCustomizationUUID": "22f6bb89-b109-41db-9047-0bdd16f22d8a",
    "isBase": false,
    "artifacts": [
      "8e6009c8-a604-4248-af9a-fb49c2504049"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-26T07:35:02.822Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bccc4a92-8356-4a03-ac0c-d0a6246da92d
VfModuleModelInvariantUUID:617e2c09-3519-417a-ae92-387b1fefb048
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8634701-6d35-4b33-90fe-b0eb308bc694
,
53aea40e-61d1-4a18-8d2b-51d011de6649

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:4f5a4e05-0ca9-43a8-b096-10054229c555
VfModuleModelInvariantUUID:4afc2b4e-fffe-4547-97f2-0682ddbe07a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e6009c8-a604-4248-af9a-fb49c2504049

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

isBase:false


}

2022-06-26T07:35:02.825Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "617e2c09-3519-417a-ae92-387b1fefb048",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bccc4a92-8356-4a03-ac0c-d0a6246da92d",
    "vfModuleModelCustomizationUUID": "11b99280-06da-44a5-bc5c-3d81b8bf60f5",
    "isBase": true,
    "artifacts": [
      "c8634701-6d35-4b33-90fe-b0eb308bc694",
      "53aea40e-61d1-4a18-8d2b-51d011de6649"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "4afc2b4e-fffe-4547-97f2-0682ddbe07a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f5a4e05-0ca9-43a8-b096-10054229c555",
    "vfModuleModelCustomizationUUID": "22f6bb89-b109-41db-9047-0bdd16f22d8a",
    "isBase": false,
    "artifacts": [
      "8e6009c8-a604-4248-af9a-fb49c2504049"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-26T07:35:02.825Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bccc4a92-8356-4a03-ac0c-d0a6246da92d
VfModuleModelInvariantUUID:617e2c09-3519-417a-ae92-387b1fefb048
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8634701-6d35-4b33-90fe-b0eb308bc694
,
53aea40e-61d1-4a18-8d2b-51d011de6649

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:4f5a4e05-0ca9-43a8-b096-10054229c555
VfModuleModelInvariantUUID:4afc2b4e-fffe-4547-97f2-0682ddbe07a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e6009c8-a604-4248-af9a-fb49c2504049

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

isBase:false


}

2022-06-26T07:35:02.826Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c8634701-6d35-4b33-90fe-b0eb308bc694 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-26T07:35:02.826Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:35:02.826Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-26T07:35:03.159Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:35:03.160Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c8634701-6d35-4b33-90fe-b0eb308bc694 914
2022-06-26T07:35:03.160Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-26T07:35:03.160Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-26T07:35:03.160Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:35:03.161Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:03.162Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:03.162Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228903160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:03.263Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:03.264Z||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-06-26T07:35:03.264Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:03.285Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:03.286Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:35:04.163Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b3f89e0-fb90-4a2a-a5d0-92903894df42 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-26T07:35:04.164Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:35:04.164Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-26T07:35:04.408Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:35:04.409Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8b3f89e0-fb90-4a2a-a5d0-92903894df42 12
2022-06-26T07:35:04.410Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-26T07:35:04.410Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-26T07:35:04.410Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:35:04.410Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:04.412Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:04.412Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228904409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:04.513Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:35:04.514Z||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-06-26T07:35:04.514Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:04.531Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:04.532Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:35:05.414Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53aea40e-61d1-4a18-8d2b-51d011de6649 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-26T07:35:05.414Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:35:05.414Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-26T07:35:05.528Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:35:05.529Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 53aea40e-61d1-4a18-8d2b-51d011de6649 96
2022-06-26T07:35:05.530Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-26T07:35:05.530Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-26T07:35:05.530Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:35:05.530Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:05.533Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:05.534Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228905529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:05.634Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:05.635Z||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-06-26T07:35:05.635Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:05.662Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:05.662Z||pool-120-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:06.535Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e6009c8-a604-4248-af9a-fb49c2504049 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-26T07:35:06.535Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:35:06.536Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-26T07:35:06.594Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:35:06.595Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8e6009c8-a604-4248-af9a-fb49c2504049 20206
2022-06-26T07:35:06.595Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-26T07:35:06.596Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-26T07:35:06.596Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:35:06.596Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:06.599Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:06.599Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228906595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:06.699Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:06.700Z||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-06-26T07:35:06.701Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:06.714Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:06.715Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:07.604Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01919973-cb95-443a-8c01-ef8d5229e29c
2022-06-26T07:35:07.605Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0e540e76-d084-44a5-97bb-13a801045f01 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:35:07.616Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@388d6f13, org.onap.sdc.toscaparser.api.parameters.Input@2969ca56, org.onap.sdc.toscaparser.api.parameters.Input@7d98442a, org.onap.sdc.toscaparser.api.parameters.Input@5e1f0e96, org.onap.sdc.toscaparser.api.parameters.Input@d3907b1]
2022-06-26T07:35:07.618Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.618Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.618Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-26T07:35:07.618Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c3f1d311-0c30-453d-a062-80e86d6b2a47
2022-06-26T07:35:07.618Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3f1d311-0c30-453d-a062-80e86d6b2a47 matches Tosca VF Customization UUID: c3f1d311-0c30-453d-a062-80e86d6b2a47
2022-06-26T07:35:07.618Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c3f1d311-0c30-453d-a062-80e86d6b2a47  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-06-26T07:35:07.620Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.621Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.621Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c3f1d311-0c30-453d-a062-80e86d6b2a47: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-26T07:35:07.622Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@732e28dc
2022-06-26T07:35:07.622Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.622Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:35:07.622Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22f6bb89-b109-41db-9047-0bdd16f22d8a
2022-06-26T07:35:07.622Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22f6bb89-b109-41db-9047-0bdd16f22d8a
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-06-26T07:35:07.625Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.626Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:07.628Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:35:07.629Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.629Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:07.629Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:35:07.629Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.630Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-26T07:35:07.630Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c3f1d311-0c30-453d-a062-80e86d6b2a47
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-06-26T07:35:07.632Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.633Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.633Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01919973-cb95-443a-8c01-ef8d5229e29c: basic_cnf_macro
2022-06-26T07:35:07.633Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.633Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.633Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.634Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.634Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.634Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.634Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.634Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.634Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:35:07.635Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:35:07.635Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T07:35:07.682Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0e540e76-d084-44a5-97bb-13a801045f01 2 ASDC deployResourceStructure
2022-06-26T07:35:07.683Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-26T07:35:07.683Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-26T07:35:07.683Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:35:07.684Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:07.687Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:07.688Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228907683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:07.787Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:35:07.788Z||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-06-26T07:35:07.788Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:07.803Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:07.804Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:08.689Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-26T07:35:08.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-26T07:35:08.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:35:08.690Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:08.692Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:08.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228908689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:08.792Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:35:08.793Z||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-06-26T07:35:08.793Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:08.812Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:08.813Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:09.693Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-26T07:35:09.696Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-26T07:35:09.696Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T07:35:09.696Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:09.699Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:09.699Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228909693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-26T07:35:09.800Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:09.801Z||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-06-26T07:35:09.801Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:09.815Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:09.816Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:10.701Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-26T07:35:10.701Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-26T07:35:10.702Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:35:10.702Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:10.704Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:10.704Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228910701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:10.805Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:10.806Z||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-06-26T07:35:10.806Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:10.821Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:10.822Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:35:11.705Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-26T07:35:11.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-26T07:35:11.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-26T07:35:11.707Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:11.710Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:11.710Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228911705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-26T07:35:11.810Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:11.811Z||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-06-26T07:35:11.811Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:11.835Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:11.836Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:12.711Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-26T07:35:12.712Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-26T07:35:12.712Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:35:12.712Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:35:12.715Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:35:12.715Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:12.815Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:35:12.816Z||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-06-26T07:35:12.816Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:12.832Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:12.833Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:35:13.716Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:35:13.728Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:35:13.731Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:35:13.731Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:35:13.731Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:35:43.732Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:35:43.753Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:35:43.757Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:35:43.757Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T07:35:43.757Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T07:35:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:35:48.531Z||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-06-26T07:35:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:35:48.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:35:48.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228828523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228837501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228840208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228841505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228842605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228843758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228844763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228845767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228846771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228833861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228835973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228848096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228848096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228840513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "cds",
  "timestamp": 1656228849359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:35:48.610Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f71b07f-227e-45af-94da-7aaa085f5050
2022-06-26T07:35:48.611Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:35:48.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228841373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228851253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228852168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228852379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228853173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228853444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "policy-id",
  "timestamp": 1656228854176,
  "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-06-26T07:35:48.633Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f71b07f-227e-45af-94da-7aaa085f5050
2022-06-26T07:35:48.634Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:35:48.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228844920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228843441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228855644,
  "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-06-26T07:35:48.652Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f71b07f-227e-45af-94da-7aaa085f5050
2022-06-26T07:35:48.653Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:35:48.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228855763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228856647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228848187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228858136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228857313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228859142,
  "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-06-26T07:35:48.668Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f71b07f-227e-45af-94da-7aaa085f5050
2022-06-26T07:35:48.668Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:35:48.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "aai-ml",
  "timestamp": 1656228858317,
  "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-06-26T07:35:48.682Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f71b07f-227e-45af-94da-7aaa085f5050
2022-06-26T07:35:48.682Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:35:48.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228859040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:35:48.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228864046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:35:48.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:35:48.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "clamp",
  "timestamp": 1656228865050,
  "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-06-26T07:35:48.699Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f71b07f-227e-45af-94da-7aaa085f5050
2022-06-26T07:35:48.699Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:35:48.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:35:48.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ce905bd-9a03-4ea3-ac57-39f33cc5ec63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228878135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:35:48.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:13.758Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:36:13.777Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:36:13.787Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:36:13.791Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:36:13.791Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:36:13.792Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:36:13.792Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:13.792Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:13.792Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:13.792Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:13.793Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:13.793Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:13.793Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||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-06-26T07:36:13.801Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:36:43.802Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f71b07f-227e-45af-94da-7aaa085f5050 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-06-26T07:36:43.918Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f71b07f-227e-45af-94da-7aaa085f5050 and serviceModelVersionId: 01919973-cb95-443a-8c01-ef8d5229e29c
2022-06-26T07:36:43.918Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a49542a0-6f99-4ace-94b1-14c56dd9485c
2022-06-26T07:36:43.920Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0
2022-06-26T07:36:43.933Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:36:44.019Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0|INFO|500||Invoke
2022-06-26T07:36:44.020Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f71b07f-227e-45af-94da-7aaa085f5050], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48b85b34-09ca-4f37-8d4a-34c152aa85aa], X-ECOMP-RequestID=[1f71b07f-227e-45af-94da-7aaa085f5050], X-TransactionId=[], X-ONAP-RequestID=[1f71b07f-227e-45af-94da-7aaa085f5050], Content-Type=[application/merge-patch+json]}
2022-06-26T07:36:44.074Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:36:44.584Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?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/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-07:36:44:243-57521], vertex-id=[688288], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:36:44 GMT], Content-Type=[application/json]}
2022-06-26T07:36:44.585Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:36:44.586Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a49542a0-6f99-4ace-94b1-14c56dd9485c/model-vers/model-ver/01919973-cb95-443a-8c01-ef8d5229e29c?depth=0|INFO|500||InvokeReturn
2022-06-26T07:36:44.587Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:36:44.587Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||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-06-26T07:36:44.594Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||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-06-26T07:36:44.595Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f71b07f-227e-45af-94da-7aaa085f5050 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:36:44.596Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:36:44.597Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:44.600Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:44.601Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229004595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:36:44.700Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:36:44.702Z||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-06-26T07:36:44.702Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:44.727Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:44.728Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 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-06-26T07:36:45.622Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:36:45.623Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:36:45.623Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:46.259Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:46.261Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T07:36:46.261Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3bb75da-c56f-493b-a311-87a6ef9f4910","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d6931d43-fcfb-4041-9141-1c92266d998c","serviceDescription":"service","serviceInvariantUUID":"44f43ba2-0472-457d-972e-cdacb0e75ffd","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d5941e41-703e-4988-a6e8-067ea6399d4c","resourceInvariantUUID":"726433a0-ca1a-4076-b29e-132ec43a09ad","resourceCustomizationUUID":"ec0aa5fd-c6ed-4534-9d31-f2e2c5c65bdb","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":"ODk0ZmM5YmI5M2FkNzkyYTJhNzhjNGU3ZGEzZDlmNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ac0a059-c4fb-4361-88b0-18d2403bbc44","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":"dc657213-e27b-4825-8765-1143a0ae0a6a","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":"1ff80ddb-54b8-4dc0-99b1-ed37e29a4a3b","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":"OWM1MWE5N2Q1OTNiYTk1YTQzYWU3NzlhZDg5YjVmOTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1d5fdfc9-3747-4a1f-89c9-caaff3c069c4","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":"062f9e43-680a-4eac-86e0-bf69a29063c5","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":"e094032c-0089-494c-b5ad-b40cf4656348","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":"a272f42a-2d1f-4b2c-80e2-61864a0b5486","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":"M2E0MDk4YTE0N2QwYjk1MjQ2MDIyNWRkMmVmM2E1Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a27beb1-85e8-41ec-9f07-cab2371ef9e9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTc5YzExZjY1ZDJiYWU4N2JkMjUzYTc4ZmNiY2ExOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89700189-0cef-4ca5-a34d-0936efeb86e8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:36:46.265Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:46.265Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:46.271Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:46.271Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:46.371Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:36:46.372Z||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-06-26T07:36:46.372Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:46.387Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:46.388Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:47.272Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:47.273Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:47.276Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:47.276Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:47.377Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T07:36:47.379Z||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-06-26T07:36:47.379Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:47.394Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:47.395Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:36:48.277Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:48.278Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:48.280Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:48.280Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.381Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:48.382Z||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-06-26T07:36:48.382Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:48.401Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:48.402Z||pool-131-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:36:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:36:48.530Z||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-06-26T07:36:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:48.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:48.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228888523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228899412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228901814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228903160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228904409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228905529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228906595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228907683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228908689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228909693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228910701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228911705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-26T07:36:48.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656228912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228908187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228903441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228908862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228904920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228922568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228920936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228922478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228923525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "cds",
  "timestamp": 1656228922221,
  "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-06-26T07:36:48.610Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3bb75da-c56f-493b-a311-87a6ef9f4910
2022-06-26T07:36:48.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:36:48.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228924499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656228924529,
  "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-06-26T07:36:48.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f3bb75da-c56f-493b-a311-87a6ef9f4910
2022-06-26T07:36:48.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:36:48.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656228925503,
  "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-06-26T07:36:48.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3bb75da-c56f-493b-a311-87a6ef9f4910
2022-06-26T07:36:48.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:36:48.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228927059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656228920513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228921373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228929061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228931144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "clamp",
  "timestamp": 1656228930065,
  "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-06-26T07:36:48.661Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3bb75da-c56f-493b-a311-87a6ef9f4910
2022-06-26T07:36:48.662Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:36:48.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228932148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "policy-id",
  "timestamp": 1656228933152,
  "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-06-26T07:36:48.676Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3bb75da-c56f-493b-a311-87a6ef9f4910
2022-06-26T07:36:48.676Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:36:48.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228925973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:36:48.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228935835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228940472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T07:36:48.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "aai-ml",
  "timestamp": 1656228941476,
  "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-06-26T07:36:48.692Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3bb75da-c56f-493b-a311-87a6ef9f4910
2022-06-26T07:36:48.692Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:36:49.282Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:49.282Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:49.284Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:49.285Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:49.385Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:49.386Z||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-06-26T07:36:49.386Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:49.402Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:49.403Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:36:50.285Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:50.287Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:50.289Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:50.289Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:50.389Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:36:50.391Z||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-06-26T07:36:50.391Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:50.404Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:50.404Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:51.290Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:51.291Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:51.294Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:51.294Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:51.394Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:36:51.395Z||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-06-26T07:36:51.395Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:51.411Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:51.412Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:52.295Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:52.296Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:52.298Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:52.298Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:52.398Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:52.399Z||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-06-26T07:36:52.399Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:52.413Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:52.414Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:53.299Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:53.300Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:53.302Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:53.302Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:36:53.402Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:53.403Z||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-06-26T07:36:53.404Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:53.418Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:53.419Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:54.303Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:36:54.303Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:54.306Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:54.306Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:36:54.406Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:54.407Z||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-06-26T07:36:54.407Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:54.421Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:54.422Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:55.307Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d6931d43-fcfb-4041-9141-1c92266d998c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44f43ba2-0472-457d-972e-cdacb0e75ffd",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ec0aa5fd-c6ed-4534-9d31-f2e2c5c65bdb",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d5941e41-703e-4988-a6e8-067ea6399d4c",
      "resourceInvariantUUID": "726433a0-ca1a-4076-b29e-132ec43a09ad",
      "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": "NTc5YzExZjY1ZDJiYWU4N2JkMjUzYTc4ZmNiY2ExOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89700189-0cef-4ca5-a34d-0936efeb86e8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-26T07:36:55.308Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:36:55.308Z|1f71b07f-227e-45af-94da-7aaa085f5050|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6931d43-fcfb-4041-9141-1c92266d998c ASDC
2022-06-26T07:36:55.311Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f3bb75da-c56f-493b-a311-87a6ef9f4910
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d6931d43-fcfb-4041-9141-1c92266d998c
ServiceInvariantUUID:44f43ba2-0472-457d-972e-cdacb0e75ffd
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:89700189-0cef-4ca5-a34d-0936efeb86e8
ArtifactChecksum:NTc5YzExZjY1ZDJiYWU4N2JkMjUzYTc4ZmNiY2ExOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ec0aa5fd-c6ed-4534-9d31-f2e2c5c65bdb
ResourceInvariantUUID:726433a0-ca1a-4076-b29e-132ec43a09ad
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d5941e41-703e-4988-a6e8-067ea6399d4c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-26T07:36:55.311Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6931d43-fcfb-4041-9141-1c92266d998c 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-06-26T07:36:55.338Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:36:55.339Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:36:55.340Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:36:55.340Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89700189-0cef-4ca5-a34d-0936efeb86e8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-26T07:36:55.340Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T07:36:55.340Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-26T07:36:55.414Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T07:36:55.424Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 89700189-0cef-4ca5-a34d-0936efeb86e8 105657
2022-06-26T07:36:55.424Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-26T07:36:55.424Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-26T07:36:55.424Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:36:55.424Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:55.426Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:55.427Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229015424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:36:55.527Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:55.528Z||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-06-26T07:36:55.528Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:55.543Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:55.543Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:56.427Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:36:56.430Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T07:36:56.430Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 89700189-0cef-4ca5-a34d-0936efeb86e8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T07:36:56.430Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-26T07:36:56.431Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T07:36:56.431Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T07:36:56.609Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2244464033888555507/Definitions/service-TestPnfMacro-template.yml
2022-06-26T07:36:57.647Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:36:57.648Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T07:36:57.648Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-26T07:36:57.648Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T07:36:57.648Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.648Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T07:36:57.649Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.650Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.650Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-26T07:36:57.650Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T07:36:57.650Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:36:57.651Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.651Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.651Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-26T07:36:57.651Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T07:36:57.651Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:36:57.652Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.652Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.652Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.652Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.652Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.652Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.653Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.653Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.653Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.653Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.653Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d6931d43-fcfb-4041-9141-1c92266d998c
Model Version:NULL
Model InvariantUuid:44f43ba2-0472-457d-972e-cdacb0e75ffd
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-06-26T07:36:57.665Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d5941e41-703e-4988-a6e8-067ea6399d4c
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-06-26T07:36:57.668Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-06-26T07:36:57.668Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d5941e41-703e-4988-a6e8-067ea6399d4c
2022-06-26T07:36:57.668Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d6931d43-fcfb-4041-9141-1c92266d998c
2022-06-26T07:36:57.668Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d6931d43-fcfb-4041-9141-1c92266d998c
2022-06-26T07:36:57.668Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d5941e41-703e-4988-a6e8-067ea6399d4c 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-06-26T07:36:57.674Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4694b583, org.onap.sdc.toscaparser.api.parameters.Input@78bcd2b, org.onap.sdc.toscaparser.api.parameters.Input@9ef4b4c, org.onap.sdc.toscaparser.api.parameters.Input@16fa1be1, org.onap.sdc.toscaparser.api.parameters.Input@75a19c10]
2022-06-26T07:36:57.675Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.675Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.675Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d6931d43-fcfb-4041-9141-1c92266d998c: test-pnf
2022-06-26T07:36:57.675Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Processing PNF resource: d5941e41-703e-4988-a6e8-067ea6399d4c
2022-06-26T07:36:57.675Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-26T07:36:57.675Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:36:57.676Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||Resource customization UUID: ec0aa5fd-c6ed-4534-9d31-f2e2c5c65bdb is the same as notified resource customizationUUID: ec0aa5fd-c6ed-4534-9d31-f2e2c5c65bdb
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-06-26T07:36:57.709Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d5941e41-703e-4988-a6e8-067ea6399d4c 0 ASDC deployResourceStructure
2022-06-26T07:36:57.710Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-26T07:36:57.710Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-26T07:36:57.710Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:36:57.710Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:36:57.713Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:36:57.713Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229017710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:36:57.813Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:36:57.814Z||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-06-26T07:36:57.814Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:36:57.829Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:36:57.830Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:36:58.714Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3bb75da-c56f-493b-a311-87a6ef9f4910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-26T07:36:58.727Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3bb75da-c56f-493b-a311-87a6ef9f4910
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-26T07:36:58.732Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:36:58.733Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:36:58.734Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:36:58.734Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:36:58.734Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.734Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.735Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.735Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.735Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.735Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.735Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-26T07:36:58.735Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:36:58.740Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:37:28.741Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3bb75da-c56f-493b-a311-87a6ef9f4910 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-06-26T07:37:28.748Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3bb75da-c56f-493b-a311-87a6ef9f4910 and serviceModelVersionId: d6931d43-fcfb-4041-9141-1c92266d998c
2022-06-26T07:37:28.748Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44f43ba2-0472-457d-972e-cdacb0e75ffd
2022-06-26T07:37:28.750Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0
2022-06-26T07:37:28.754Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:37:28.812Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0|INFO|500||Invoke
2022-06-26T07:37:28.813Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3bb75da-c56f-493b-a311-87a6ef9f4910], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0a22cff-dfda-41de-b4e1-2e6b064a4f5e], X-ECOMP-RequestID=[f3bb75da-c56f-493b-a311-87a6ef9f4910], X-TransactionId=[], X-ONAP-RequestID=[f3bb75da-c56f-493b-a311-87a6ef9f4910], Content-Type=[application/merge-patch+json]}
2022-06-26T07:37:28.837Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-26T07:37:28.975Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?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/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-07:37:29:002-15565], vertex-id=[708768], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:37:29 GMT], Content-Type=[application/json]}
2022-06-26T07:37:28.975Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:37:28.976Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f43ba2-0472-457d-972e-cdacb0e75ffd/model-vers/model-ver/d6931d43-fcfb-4041-9141-1c92266d998c?depth=0|INFO|500||InvokeReturn
2022-06-26T07:37:28.980Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:37:28.981Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:37:28.987Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||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-06-26T07:37:28.987Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3bb75da-c56f-493b-a311-87a6ef9f4910 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:37:28.987Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:37:28.988Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:37:28.991Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:37:28.991Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229048987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:37:29.093Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T07:37:29.094Z||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-06-26T07:37:29.094Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:37:29.117Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:37:29.117Z||pool-140-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-06-26T07:37:30.018Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:37:30.019Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:37:30.019Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:37:39.578Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:37:48.523Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:37:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:37:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:37:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:37:48.530Z||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-06-26T07:37:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:37:48.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:37:48.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:37:48.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f71b07f-227e-45af-94da-7aaa085f5050",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229004595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:37:48.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:37:48.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:37:48.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:37:48.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:37:48.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:37:48.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:37:48.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:37:48.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:37:48.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:37:48.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:37:58.150Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:38:48.523Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:38:48.525Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:38:48.525Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:38:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:38:48.531Z||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-06-26T07:38:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:38:49.058Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:38:49.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:38:49.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:38:49.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:38:49.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:38:49.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229005622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229015424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229017710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:38:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:38:49.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3bb75da-c56f-493b-a311-87a6ef9f4910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656229048987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:38:49.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:38:58.076Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:39:48.523Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:39:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:39:48.525Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:39:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:39:48.530Z||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-06-26T07:39:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:39:58.089Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:39:58.089Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:40:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:40:48.527Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:40:48.527Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:40:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:40:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:40:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:40:58.088Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:40:58.090Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:41:48.523Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:41:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:41:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:41:48.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:41:48.530Z||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-06-26T07:41:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:41:58.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:41:58.110Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:42:48.523Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:42:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:42:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:42:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:42:48.530Z||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-06-26T07:42:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:42:58.100Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:42:58.100Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:43:48.523Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:43:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:43:48.524Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:43:48.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:43:48.530Z||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-06-26T07:43:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:43:58.080Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:43:58.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:44:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:44:48.524Z||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-06-26T07:44:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:44:48.529Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:44:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:44:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:44:58.082Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:44:58.083Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:45:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:45:48.525Z||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-06-26T07:45:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:45:48.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:45:48.530Z||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-06-26T07:45:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:45:58.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:45:58.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:46:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:46:48.525Z||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-06-26T07:46:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:46:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:46:48.530Z||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-06-26T07:46:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:46:58.082Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:46:58.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:47:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:47:48.524Z||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-06-26T07:47:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:47:48.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:47:48.530Z||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-06-26T07:47:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:47:58.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:47:58.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:48:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:48:48.524Z||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-06-26T07:48:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:48:48.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:48:48.530Z||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-06-26T07:48:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:48:58.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:48:58.100Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:49:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:49:48.524Z||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-06-26T07:49:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:49:48.530Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:49:48.530Z|c5304f18-9ee4-425e-a084-b95756cd5804|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-06-26T07:49:48.530Z|c5304f18-9ee4-425e-a084-b95756cd5804|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:49:58.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:49:58.090Z|c5304f18-9ee4-425e-a084-b95756cd5804|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:50:48.526Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:50:48.527Z||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-06-26T07:50:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:50:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:50:48.530Z||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-06-26T07:50:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:50:58.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:50:58.090Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:51:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:51:48.525Z||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-06-26T07:51:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:51:48.530Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:51:48.531Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|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-06-26T07:51:48.531Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:51:58.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:51:58.081Z|f3bb75da-c56f-493b-a311-87a6ef9f4910|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:52:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:52:48.526Z||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-06-26T07:52:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:52:48.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:52:48.530Z||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-06-26T07:52:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:52:58.080Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:52:58.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:53:48.524Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:53:48.525Z||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-06-26T07:53:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:53:48.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:53:48.530Z||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-06-26T07:53:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:53:58.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:53:58.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:54:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:54:48.524Z||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-06-26T07:54:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:54:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:54:48.531Z||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-06-26T07:54:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:54:58.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:54:58.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:55:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:55:48.524Z||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-06-26T07:55:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:55:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:55:48.531Z||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-06-26T07:55:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:55:58.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:55:58.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:56:48.524Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:56:48.526Z||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-06-26T07:56:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:56:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:56:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:56:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:56:58.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:56:58.078Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:57:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:57:48.524Z||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-06-26T07:57:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:57:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:57:48.531Z||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-06-26T07:57:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:57:58.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-26T07:57:58.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK