Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-05-07T01:54:24.027Z||main|||||INFO|500||The following profiles are active: basic
2022-05-07T01:54:33.549Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-07T01:54:33.551Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-07T01:54:33.673Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-07T01:54:36.114Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-07T01:54:36.280Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-07T01:54:36.821Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-07T01:54:36.828Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-07T01:54:36.918Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-07T01:54:37.062Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-07T01:54:37.509Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-07T01:54:38.310Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-07T01:54:40.335Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-07T01:54:40.379Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-07T01:54:40.914Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-07T01:54:41.147Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-07T01:54:42.270Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-07T01:54:43.261Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-07T01:54:43.277Z||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$$240479ef.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-07T01:54:43.278Z||main|||||WARN|500||The sdc end point is not alive
2022-05-07T01:54:46.048Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-07T01:54:48.738Z||main|||||WARN|500||---
2022-05-07T01:54:48.739Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-07T01:54:48.739Z||main|||||WARN|500||---
2022-05-07T01:54:49.119Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-07T01:54:53.460Z||main|||||INFO|500||Started Application in 33.839 seconds (JVM running for 35.083)
2022-05-07T01:54:53.476Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-07T01:54:53.502Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-07T01:54:53.516Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-07T01:54:53.543Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-07T01:54:53.619Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb72f571-a383-4992-a7ff-1fcaccbfa163 url= /sdc/v1/artifactTypes
2022-05-07T01:54:53.619Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-07T01:54:53.854Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-07T01:54:53.875Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-07T01:54:53.896Z||scheduling-1|||||DEBUG|500||create keys
2022-05-07T01:54:53.903Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-07T01:54:54.211Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:54:54.232Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aa36edfc-5c5d-402e-8232-58dd0ab520a1 url= /sdc/v1/registerForDistribution
2022-05-07T01:54:55.378Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= aa36edfc-5c5d-402e-8232-58dd0ab520a1 url= /sdc/v1/registerForDistribution
2022-05-07T01:54:55.379Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-07T01:54:55.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:54:55.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:54:55.393Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-07T01:54:55.394Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:54:55.394Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:54:55.395Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:54:55.395Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:55:06.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:55:06.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:55:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:55:55.387Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:55:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:55:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:55:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:55:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:56:04.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:56:04.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:56:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:56:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:56:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:56:55.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:56:55.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:56:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:57:04.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:57:04.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:57:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:57:55.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:57:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:57:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:57:55.389Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:57:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:58:04.922Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:58:04.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:58:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:58:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:58:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:58:55.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:58:55.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:58:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:59:04.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:59:04.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T01:59:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:59:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:59:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T01:59:55.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T01:59:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T01:59:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:00:04.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:00:04.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:00:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:00:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:00:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:00:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:00:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:00:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:01:04.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:01:04.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:01:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:01:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:01:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:01:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:01:55.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:01:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:02:04.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:02:04.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:02:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:02:55.387Z||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-05-07T02:02:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:02:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:02:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:02:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:03:04.922Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:03:04.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:03:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:03:55.387Z||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-05-07T02:03:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:03:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:03:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:03:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:04:04.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:04:04.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:04:31.239Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-07T02:04:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:04:55.387Z||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-05-07T02:04:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:04:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:04:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:04:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:05:04.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:05:04.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:05:55.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:05:55.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:05:55.393Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:05:55.393Z||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-05-07T02:05:55.393Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:05:55.393Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:06:04.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:06:04.934Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:06:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:06:55.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:06:55.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:06:55.390Z||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-05-07T02:06:55.390Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:06:55.390Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:07:04.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:07:04.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:07:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:07:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:07:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:07:55.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:07:55.389Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:07:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:08:04.924Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:08:04.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:08:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:08:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:08:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:08:55.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:08:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:08:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:09:04.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:09:04.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:09:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:09:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:09:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:09:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:09:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:09:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:10:04.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:10:04.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:10:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:10:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:10:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:10:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:10:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:10:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:11:04.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:11:04.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:11:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:11:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:11:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:11:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:11:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:11:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:12:04.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:12:04.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:12:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:12:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:12:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:12:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:12:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:12:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:13:04.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:13:04.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:13:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:13:55.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:13:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:13:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:13:55.389Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:13:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:14:04.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:14:04.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:14:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:14:55.386Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:14:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:14:55.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:14:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:14:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:15:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:15:04.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:15:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:15:55.386Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:15:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:15:55.388Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:15:55.388Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:15:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:16:04.922Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:16:04.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:16:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:16:55.386Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:16:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:16:55.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:16:55.389Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:16:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:17:04.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:17:04.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:17:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:17:55.386Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:17:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:17:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:17:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:17:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:18:04.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:18:04.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:18:55.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:18:55.387Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:18:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:18:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:18:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:18:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:19:04.922Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:19:04.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:19:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:19:55.387Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:19:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:19:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:19:55.389Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:19:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:20:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:20:04.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:20:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:20:55.386Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:20:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:20:55.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:20:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:20:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:21:04.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:21:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:21:55.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:21:55.386Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:21:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:21:55.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:21:55.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:21:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:22:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:22:04.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:22:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:22:55.387Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:22:55.387Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:22:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:22:55.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:22:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:23:04.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:23:04.921Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:23:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:23:55.387Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:23:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:23:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:23:55.389Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:23:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:24:04.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:24:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:24:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:24:55.387Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:24:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:24:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:24:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:24:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:25:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:25:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:25:55.385Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:25:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:25:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:25:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:25:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:25:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:26:04.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:26:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:26:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:26:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:26:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:26:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:26:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:26:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:27:04.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:27:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:27:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:27:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:27:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:27:55.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:27:55.388Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:27:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:28:04.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:28:04.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:28:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:28:55.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:28:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:28:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:28:55.389Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:28:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:29:04.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:29:04.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:29:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:29:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:29:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:29:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:29:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:29:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:30:04.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:30:04.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:30:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:30:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:30:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:30:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:30:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:30:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:31:04.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:31:04.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:31:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:31:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:31:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:31:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:31:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:31:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:32:04.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:32:04.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:32:55.385Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:32:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:32:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:32:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:32:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:32:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:33:04.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:33:04.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:33:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:33:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:33:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:33:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:33:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:33:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:34:04.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:34:04.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:34:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:34:55.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:34:55.392Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:34:55.392Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:34:55.392Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:34:55.392Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:35:04.926Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:35:04.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:35:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:35:55.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:35:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:35:55.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:35:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:35:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:36:04.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:36:04.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:36:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:36:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:36:55.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:36:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:36:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:36:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:37:04.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:37:04.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:37:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:37:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:37:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:37:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:37:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:37:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:38:04.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:38:04.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:38:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:38:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:38:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:38:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:38:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:38:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:39:04.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:39:04.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:39:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:39:55.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:39:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:39:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:39:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:39:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:40:04.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:40:04.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:40:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:40:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:40:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:40:55.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:40:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:40:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:41:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:41:04.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:41:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:41:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:41:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:41:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:41:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:41:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:42:04.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:42:04.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:42:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:42:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:42:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:42:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:42:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:42:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:43:04.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:43:04.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:43:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:43:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:43:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:43:55.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:43:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:43:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:44:04.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:44:04.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:44:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:44:55.387Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:44:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:44:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:44:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:44:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:45:04.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:45:04.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:45:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:45:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:45:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:45:55.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:45:55.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:45:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:46:04.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:46:04.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:46:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:46:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:46:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:46:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:46:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:46:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:47:04.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:47:04.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:47:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:47:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:47:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:47:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:47:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:47:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:48:04.920Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:48:04.922Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:48:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:48:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:48:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:48:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:48:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:48:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:04.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:55.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:49:55.386Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:49:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:49:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:49:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:55.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:55.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:49:55.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:49:55.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:49:55.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:49:55.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:49:55.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:49:56.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:56.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T02:49:56.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e050363-91ff-4947-a7dd-d09892c27c77","serviceName":"vFW 2022-05-07 02-48-01","serviceVersion":"1.0","serviceUUID":"f4e469f0-8a4e-48cd-ae08-98a425de625a","serviceDescription":"catalog service description","serviceInvariantUUID":"5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5","resources":[{"resourceInstanceName":"vFW a11c061c-46dc 0","resourceName":"vFW a11c061c-46dc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6918cdb5-43bb-4f6a-99a5-b5d9aef12850","resourceInvariantUUID":"57a1e8c8-ab4e-4728-92d2-a888d464d858","resourceCustomizationUUID":"b238b77a-1056-4a15-96f4-4fed72e4a951","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml","artifactChecksum":"NzUyM2NkMzgxYTI5NmYzMDBhMjc1OGE2ZTYwM2Q1ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef5aeb7d-ef3c-4f2e-9a5c-52d32de2bb5a","artifactVersion":"1"},{"artifactName":"vfwa11c061c46dc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json","artifactChecksum":"NzhhY2RmNWQxODg3M2E0OTdhZjhiZGMyYzg3NDMxMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49bb4078-cb55-4534-9c94-ed0d4505cec5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dc07c99-502e-426c-875e-ce71473e5533","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml","artifactChecksum":"OTBlNjMxNzM5Y2RkMmIzMjVhMDI0M2Q4Njk1MWYyZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"48146583-996e-4db9-b045-bcd2ea770dcc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93b239be-8359-4e92-865a-206bb7959fd2","artifactVersion":"2","generatedFromUUID":"5dc07c99-502e-426c-875e-ce71473e5533"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220507024801-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml","artifactChecksum":"NTM5YmFkOTY0ZGI1NzUzNGU4MWM4NzFjOGI0ZGVmZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01c19e61-9263-4560-af06-f6a40c8934b4","artifactVersion":"1"},{"artifactName":"service-Vfw20220507024801-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar","artifactChecksum":"ODdjYTc1YTczMWY5ZDRkZmE4NmIzNjJlOTA1M2FhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e98c545d-6042-4878-8209-9e278e353a82","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T02:49:56.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:49:56.015Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:49:56.024Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:49:56.024Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:49:56.125Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-07T02:49:56.129Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:49:56.129Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:56.140Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:56.141Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T02:49:57.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:49:57.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:49:57.031Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:49:57.031Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:49:57.131Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:49:57.132Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:49:57.133Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:57.144Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:57.145Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:49:58.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:49:58.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:49:58.035Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:49:58.035Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:49:58.135Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:49:58.136Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:49:58.136Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:58.148Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:58.149Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:49:59.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:49:59.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:49:59.038Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:49:59.038Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:49:59.138Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:49:59.139Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:49:59.139Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:49:59.149Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:49:59.150Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:00.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:50:00.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:00.041Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:00.042Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-07T02:50:00.142Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:00.142Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:00.143Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:00.154Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:00.155Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:01.043Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:50:01.043Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:01.046Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:01.046Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:50:01.146Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:01.147Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:01.147Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:01.159Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:01.159Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:02.046Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:50:02.048Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:02.050Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:02.050Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:50:02.150Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:02.151Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:02.151Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:02.162Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:02.165Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:03.052Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "serviceName": "vFW 2022-05-07 02-48-01",
  "serviceVersion": "1.0",
  "serviceUUID": "f4e469f0-8a4e-48cd-ae08-98a425de625a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5",
  "resources": [
    {
      "resourceInstanceName": "vFW a11c061c-46dc 0",
      "resourceCustomizationUUID": "b238b77a-1056-4a15-96f4-4fed72e4a951",
      "resourceName": "vFW a11c061c-46dc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6918cdb5-43bb-4f6a-99a5-b5d9aef12850",
      "resourceInvariantUUID": "57a1e8c8-ab4e-4728-92d2-a888d464d858",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa11c061c46dc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
          "artifactChecksum": "NzhhY2RmNWQxODg3M2E0OTdhZjhiZGMyYzg3NDMxMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49bb4078-cb55-4534-9c94-ed0d4505cec5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5dc07c99-502e-426c-875e-ce71473e5533",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "93b239be-8359-4e92-865a-206bb7959fd2",
            "generatedFromUUID": "5dc07c99-502e-426c-875e-ce71473e5533"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "93b239be-8359-4e92-865a-206bb7959fd2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220507024801-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
      "artifactChecksum": "ODdjYTc1YTczMWY5ZDRkZmE4NmIzNjJlOTA1M2FhYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e98c545d-6042-4878-8209-9e278e353a82"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T02:50:03.053Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T02:50:03.053Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f4e469f0-8a4e-48cd-ae08-98a425de625a ASDC
2022-05-07T02:50:03.134Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5e050363-91ff-4947-a7dd-d09892c27c77
ServiceName:vFW 2022-05-07 02-48-01
ServiceVersion:1.0
ServiceUUID:f4e469f0-8a4e-48cd-ae08-98a425de625a
ServiceInvariantUUID:5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220507024801-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar
ArtifactUUID:e98c545d-6042-4878-8209-9e278e353a82
ArtifactChecksum:ODdjYTc1YTczMWY5ZDRkZmE4NmIzNjJlOTA1M2FhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a11c061c-46dc 0
ResourceCustomizationUUID:b238b77a-1056-4a15-96f4-4fed72e4a951
ResourceInvariantUUID:57a1e8c8-ab4e-4728-92d2-a888d464d858
ResourceName:vFW a11c061c-46dc
ResourceType:VF
ResourceUUID:6918cdb5-43bb-4f6a-99a5-b5d9aef12850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa11c061c46dc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json
ArtifactUUID:49bb4078-cb55-4534-9c94-ed0d4505cec5
ArtifactChecksum:NzhhY2RmNWQxODg3M2E0OTdhZjhiZGMyYzg3NDMxMzM=
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/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml
ArtifactUUID:5dc07c99-502e-426c-875e-ce71473e5533
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/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env
ArtifactUUID:93b239be-8359-4e92-865a-206bb7959fd2
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/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env
ArtifactUUID:93b239be-8359-4e92-865a-206bb7959fd2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T02:50:03.135Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4e469f0-8a4e-48cd-ae08-98a425de625a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:50:03.326Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T02:50:03.326Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-07T02:50:03.327Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-07T02:50:03.327Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e98c545d-6042-4878-8209-9e278e353a82 from URL: /sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:03.327Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:50:03.329Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:03.395Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:50:03.417Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar e98c545d-6042-4878-8209-9e278e353a82 98986
2022-05-07T02:50:03.418Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar ASDC sendASDCNotification
2022-05-07T02:50:03.418Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:03.419Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:50:03.419Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:03.421Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:03.421Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891803417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:50:03.521Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:03.522Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:03.523Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:03.533Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:03.534Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:04.421Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T02:50:04.423Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-07T02:50:04.423Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e98c545d-6042-4878-8209-9e278e353a82, URL: /sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar to file: /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:04.423Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220507024801-csar.csar
2022-05-07T02:50:04.482Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:04.482Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:05.064Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP145134381499959759/Definitions/service-Vfw20220507024801-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-07T02:50:07.866Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a11c061c-46dc 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-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:07.871Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-07T02:50:07.875Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.876Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.879Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:07.879Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-07T02:50:07.880Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.881Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:07.884Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.885Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T02:50:07.886Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.886Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:07.886Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:07.886Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:07.887Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.888Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3a114fa-a5ab-423b-86c9-1e2a7fb409f8
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.889Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=124ba7fb-6b36-457c-a9ea-1e8f9b44dff2
2022-05-07T02:50:07.890Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:07.891Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=40573f4e-28df-4338-9a04-6e44e8de75b3
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.892Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.893Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.893Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.893Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.893Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.901Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:07.901Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:07.901Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-07 02-48-01
Description:catalog service description
Model UUID:f4e469f0-8a4e-48cd-ae08-98a425de625a
Model Version:NULL
Model InvariantUuid:5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a11c061c-46dc
Model UUID:9cc5b7c9-21b8-4689-90be-626e0ea5b7cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57a1e8c8-ab4e-4728-92d2-a888d464d858
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b238b77a-1056-4a15-96f4-4fed72e4a951
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30ae6252-977e-4944-b464-58eb890e4dec
ModelName:VfwA11c061c46dc..base_vfw..module-0
ModelUuid:7293a0dd-898a-43de-bf1c-e486562cd60f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3a114fa-a5ab-423b-86c9-1e2a7fb409f8
ModelInvariantUuid:e8f4871e-ba88-4164-b1de-9e0a76873569
ModelName:vFW a11c061c-46dc-nodes.vfwCvfc
ModelUuid:dc832120-933c-4e81-835a-1e39af58963d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f7a599fe-d0e6-4e76-affe-d115b5b38fcb
ModelInvariantUuid:4db4bc63-d122-4aeb-9067-c08bd71df19c
ModelName:VfwA11c061c46dc.compute.nodes.heat.vfw
ModelUuid:3294400c-30bf-41d2-9582-7e235f152fee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:124ba7fb-6b36-457c-a9ea-1e8f9b44dff2
ModelInvariantUuid:9934beff-3671-4e2d-a5d5-4a3ab34b2cde
ModelName:vFW a11c061c-46dc-nodes.vsnCvfc
ModelUuid:68a32762-d59f-4249-a6e1-a113a0f6ebcd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ed5b117c-8ba1-4b44-a484-02236e78d049
ModelInvariantUuid:046effb0-5aea-4bd3-a1b1-b56e35bea467
ModelName:VfwA11c061c46dc.compute.nodes.heat.vsn
ModelUuid:53bea729-df7e-4b57-8e53-b494b37354bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:40573f4e-28df-4338-9a04-6e44e8de75b3
ModelInvariantUuid:fa2d2e86-fbdc-4024-b161-2f1864db5958
ModelName:vFW a11c061c-46dc-nodes.vpgCvfc
ModelUuid:167e5021-0d7e-4611-b8ff-fe10d179bd64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d716537b-75df-4a24-8699-ea15c26617d1
ModelInvariantUuid:7fa27001-9764-4542-afb3-9dd0edf35329
ModelName:VfwA11c061c46dc.compute.nodes.heat.vpg
ModelUuid:2e139fc4-ee91-47b4-b1df-206e861d70ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T02:50:07.926Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6918cdb5-43bb-4f6a-99a5-b5d9aef12850
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:50:07.997Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||vFW a11c061c-46dc 0
2022-05-07T02:50:08.004Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6918cdb5-43bb-4f6a-99a5-b5d9aef12850
2022-05-07T02:50:08.004Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 49bb4078-cb55-4534-9c94-ed0d4505cec5 from URL: /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json
2022-05-07T02:50:08.004Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:50:08.004Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json
2022-05-07T02:50:08.050Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:50:08.050Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json 49bb4078-cb55-4534-9c94-ed0d4505cec5 785
2022-05-07T02:50:08.051Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json ASDC sendASDCNotification
2022-05-07T02:50:08.051Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json
2022-05-07T02:50:08.051Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:50:08.051Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:08.054Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:08.054Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891808051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:50:08.154Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:08.155Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:08.156Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:08.167Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:08.168Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:09.056Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA11c061c46dc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "30ae6252-977e-4944-b464-58eb890e4dec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7293a0dd-898a-43de-bf1c-e486562cd60f",
    "vfModuleModelCustomizationUUID": "15ec0f03-86fa-466e-9ae4-647372843ddb",
    "isBase": true,
    "artifacts": [
      "5dc07c99-502e-426c-875e-ce71473e5533",
      "93b239be-8359-4e92-865a-206bb7959fd2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T02:50:09.068Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA11c061c46dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7293a0dd-898a-43de-bf1c-e486562cd60f
VfModuleModelInvariantUUID:30ae6252-977e-4944-b464-58eb890e4dec
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dc07c99-502e-426c-875e-ce71473e5533
,
93b239be-8359-4e92-865a-206bb7959fd2

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

isBase:true


}

2022-05-07T02:50:09.069Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA11c061c46dc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "30ae6252-977e-4944-b464-58eb890e4dec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7293a0dd-898a-43de-bf1c-e486562cd60f",
    "vfModuleModelCustomizationUUID": "15ec0f03-86fa-466e-9ae4-647372843ddb",
    "isBase": true,
    "artifacts": [
      "5dc07c99-502e-426c-875e-ce71473e5533",
      "93b239be-8359-4e92-865a-206bb7959fd2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T02:50:09.070Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA11c061c46dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7293a0dd-898a-43de-bf1c-e486562cd60f
VfModuleModelInvariantUUID:30ae6252-977e-4944-b464-58eb890e4dec
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dc07c99-502e-426c-875e-ce71473e5533
,
93b239be-8359-4e92-865a-206bb7959fd2

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

isBase:true


}

2022-05-07T02:50:09.070Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5dc07c99-502e-426c-875e-ce71473e5533 from URL: /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml
2022-05-07T02:50:09.070Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:50:09.070Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml
2022-05-07T02:50:09.115Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:50:09.115Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml 5dc07c99-502e-426c-875e-ce71473e5533 20368
2022-05-07T02:50:09.116Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-07T02:50:09.116Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml
2022-05-07T02:50:09.116Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:50:09.116Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:09.118Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:09.118Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891809116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:50:09.219Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:09.219Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:09.219Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:09.230Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:09.230Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:10.119Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93b239be-8359-4e92-865a-206bb7959fd2 from URL: /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env
2022-05-07T02:50:10.120Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:50:10.120Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env
2022-05-07T02:50:10.163Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:50:10.163Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env 93b239be-8359-4e92-865a-206bb7959fd2 2098
2022-05-07T02:50:10.163Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-07T02:50:10.163Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env
2022-05-07T02:50:10.163Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:50:10.164Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:10.166Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:10.166Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891810163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:50:10.267Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T02:50:10.267Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:10.268Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:10.280Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:10.281Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:11.167Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f4e469f0-8a4e-48cd-ae08-98a425de625a
2022-05-07T02:50:11.168Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a11c061c-46dc 0 6918cdb5-43bb-4f6a-99a5-b5d9aef12850 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:50:11.207Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@119ba042, org.onap.sdc.toscaparser.api.parameters.Input@57dd4e92, org.onap.sdc.toscaparser.api.parameters.Input@1777473d, org.onap.sdc.toscaparser.api.parameters.Input@7d91dd1c, org.onap.sdc.toscaparser.api.parameters.Input@31c4fb5c]
2022-05-07T02:50:11.211Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.211Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.211Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-07T02:50:11.211Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b238b77a-1056-4a15-96f4-4fed72e4a951
2022-05-07T02:50:11.212Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b238b77a-1056-4a15-96f4-4fed72e4a951 matches Tosca VF Customization UUID: b238b77a-1056-4a15-96f4-4fed72e4a951
2022-05-07T02:50:11.212Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b238b77a-1056-4a15-96f4-4fed72e4a951  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T02:50:11.219Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.219Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.220Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b238b77a-1056-4a15-96f4-4fed72e4a951: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-07T02:50:11.220Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@afbbb70
2022-05-07T02:50:11.220Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.220Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T02:50:11.221Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15ec0f03-86fa-466e-9ae4-647372843ddb
2022-05-07T02:50:11.222Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15ec0f03-86fa-466e-9ae4-647372843ddb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T02:50:11.227Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.227Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:11.227Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:11.228Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.228Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:11.229Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:11.229Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.229Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:11.230Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:11.230Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-07T02:50:11.230Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:11.231Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T02:50:11.231Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T02:50:11.231Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.231Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:11.232Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T02:50:11.232Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:11.232Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T02:50:11.232Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.233Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3a114fa-a5ab-423b-86c9-1e2a7fb409f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T02:50:11.242Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.243Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:11.243Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:11.243Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.243Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:11.243Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:11.243Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-07T02:50:11.244Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T02:50:11.245Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:11.245Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T02:50:11.245Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.245Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=124ba7fb-6b36-457c-a9ea-1e8f9b44dff2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T02:50:11.248Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.249Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:11.249Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:11.252Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.252Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is not matching search criteria
2022-05-07T02:50:11.253Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T02:50:11.253Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T02:50:11.253Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:11.253Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.254Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.254Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T02:50:11.254Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T02:50:11.254Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T02:50:11.254Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T02:50:11.254Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T02:50:11.255Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T02:50:11.255Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-07T02:50:11.255Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=40573f4e-28df-4338-9a04-6e44e8de75b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T02:50:11.258Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.258Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:11.258Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:50:11.258Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.258Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Node template vFW a11c061c-46dc 0 is matching search criteria
2022-05-07T02:50:11.258Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a11c061c-46dc 0] matching following query criteria: sdcType=VF, customizationUUID=b238b77a-1056-4a15-96f4-4fed72e4a951
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:50:11.260Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.260Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.260Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f4e469f0-8a4e-48cd-ae08-98a425de625a: vFW a11c061c-46dc
2022-05-07T02:50:11.260Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.260Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-07 02-48-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:50:11.261Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-07 02-48-01 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:50:11.572Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a11c061c-46dc 6918cdb5-43bb-4f6a-99a5-b5d9aef12850 1 ASDC deployResourceStructure
2022-05-07T02:50:11.572Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json ASDC sendASDCNotification
2022-05-07T02:50:11.572Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json
2022-05-07T02:50:11.573Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:50:11.573Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:11.574Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:11.574Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891811572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T02:50:11.675Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T02:50:11.675Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:11.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:11.685Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:11.686Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T02:50:12.581Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-07T02:50:12.581Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml
2022-05-07T02:50:12.581Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:50:12.582Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:12.583Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:12.583Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891812581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T02:50:12.683Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:12.684Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:12.684Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:12.695Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:12.696Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:13.584Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-07T02:50:13.585Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env
2022-05-07T02:50:13.585Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:50:13.585Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:13.587Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:13.587Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891813584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-07T02:50:13.687Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:13.688Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:13.688Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:13.699Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:13.699Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:14.594Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar ASDC sendASDCNotification
2022-05-07T02:50:14.594Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar
2022-05-07T02:50:14.594Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:50:14.595Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:50:14.597Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:50:14.597Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891814594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:50:14.697Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:50:14.698Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:50:14.698Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:14.711Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:14.711Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:50:15.600Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:50:15.630Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:50:15.633Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:50:15.633Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T02:50:15.633Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T02:50:45.633Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:50:45.647Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:50:45.650Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:50:45.650Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T02:50:45.650Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T02:50:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:50:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:50:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:50:55.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:50:55.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:50:55.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:50:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:51:15.651Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:51:15.665Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:51:15.669Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:51:15.669Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T02:51:15.669Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T02:51:45.670Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:51:45.683Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:51:45.686Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:51:45.686Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T02:51:45.686Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T02:51:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:51:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:51:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:51:55.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:51:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:51:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:51:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:15.686Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:52:15.700Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:52:15.702Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:52:15.702Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T02:52:15.702Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T02:52:45.703Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:52:45.716Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:52:45.719Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:52:45.719Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T02:52:45.720Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T02:52:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:52:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:52:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:52:55.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:52:55.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891786351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891786270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891784761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891785977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891801692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891801758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891801741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891795386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891802747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891802893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891803417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "policy-id",
  "timestamp": 1651891803750,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:52:55.936Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e050363-91ff-4947-a7dd-d09892c27c77
2022-05-07T02:52:55.936Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e050363-91ff-4947-a7dd-d09892c27c77 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:52:55.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891803938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891798290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891805007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:52:55.953Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e050363-91ff-4947-a7dd-d09892c27c77
2022-05-07T02:52:55.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e050363-91ff-4947-a7dd-d09892c27c77 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T02:52:55.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891799141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891806012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:55.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891806944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "cds",
  "timestamp": 1651891807983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:52:55.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e050363-91ff-4947-a7dd-d09892c27c77
2022-05-07T02:52:55.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e050363-91ff-4947-a7dd-d09892c27c77 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:52:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891808051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891809116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891803161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:52:55.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891810163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891810910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891811572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/vfwa11c061c46dc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891811849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891812581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:55.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "aai-ml",
  "timestamp": 1651891812853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:52:55.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e050363-91ff-4947-a7dd-d09892c27c77
2022-05-07T02:52:55.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e050363-91ff-4947-a7dd-d09892c27c77 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:52:56.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891813584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/resourceInstances/vfwa11c061c46dc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651891814594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891815511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891816516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:52:56.010Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e050363-91ff-4947-a7dd-d09892c27c77
2022-05-07T02:52:56.011Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e050363-91ff-4947-a7dd-d09892c27c77 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:52:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891818304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:52:56.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891820287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507024801/1.0/artifacts/service-Vfw20220507024801-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:52:56.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:52:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:52:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "clamp",
  "timestamp": 1651891821290,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:52:56.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e050363-91ff-4947-a7dd-d09892c27c77
2022-05-07T02:52:56.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e050363-91ff-4947-a7dd-d09892c27c77 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:15.720Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:53:15.733Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:53:15.737Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:53:15.737Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T02:53:15.737Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:53:15.738Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:53:15.745Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T02:53:45.745Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e050363-91ff-4947-a7dd-d09892c27c77 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T02:53:45.757Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e050363-91ff-4947-a7dd-d09892c27c77 and serviceModelVersionId: f4e469f0-8a4e-48cd-ae08-98a425de625a
2022-05-07T02:53:45.757Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5
2022-05-07T02:53:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:53:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:53:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:53:56.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:53:56.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891979143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891986875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "cds",
  "timestamp": 1651891987880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:56.044Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55775f3d-6f69-44a1-921d-63b8cf176a21
2022-05-07T02:53:56.044Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55775f3d-6f69-44a1-921d-63b8cf176a21 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:56.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891983163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891990877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891985977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891986270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651891986351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891993377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:53:56.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891993687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891993972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651891994381,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:53:56.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55775f3d-6f69-44a1-921d-63b8cf176a21
2022-05-07T02:53:56.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55775f3d-6f69-44a1-921d-63b8cf176a21 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:56.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891994736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891994975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:53:56.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891995862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "policy-id",
  "timestamp": 1651891995978,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:53:56.102Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55775f3d-6f69-44a1-921d-63b8cf176a21
2022-05-07T02:53:56.102Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55775f3d-6f69-44a1-921d-63b8cf176a21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:56.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891996298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891996887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:53:56.122Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55775f3d-6f69-44a1-921d-63b8cf176a21
2022-05-07T02:53:56.122Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55775f3d-6f69-44a1-921d-63b8cf176a21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T02:53:56.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651891997890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891998307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "clamp",
  "timestamp": 1651891999310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:53:56.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55775f3d-6f69-44a1-921d-63b8cf176a21
2022-05-07T02:53:56.142Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55775f3d-6f69-44a1-921d-63b8cf176a21 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:56.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:53:56.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651891994761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:53:56.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:53:56.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651892002511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:53:56.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651892010387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:53:56.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:53:56.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:53:56.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "aai-ml",
  "timestamp": 1651892011392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:53:56.160Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55775f3d-6f69-44a1-921d-63b8cf176a21
2022-05-07T02:53:56.160Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55775f3d-6f69-44a1-921d-63b8cf176a21 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:53:58.156Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0
2022-05-07T02:53:58.263Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T02:53:58.713Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0|INFO|500||Invoke
2022-05-07T02:53:58.720Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e050363-91ff-4947-a7dd-d09892c27c77], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68b9b370-0fcf-4952-9e57-06264c1d4e0a], X-ECOMP-RequestID=[5e050363-91ff-4947-a7dd-d09892c27c77], X-TransactionId=[], X-ONAP-RequestID=[5e050363-91ff-4947-a7dd-d09892c27c77], Content-Type=[application/merge-patch+json]}
2022-05-07T02:53:58.915Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T02:53:59.499Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?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/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220507-02:53:58:924-94905], vertex-id=[176248], Content-Length=[0], Date=[Sat, 07 May 2022 02:53:58 GMT], Content-Type=[application/json]}
2022-05-07T02:53:59.500Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T02:53:59.501Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f29f6f0-56fa-4755-8c23-ad3e6ff09bb5/model-vers/model-ver/f4e469f0-8a4e-48cd-ae08-98a425de625a?depth=0|INFO|500||InvokeReturn
2022-05-07T02:53:59.504Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T02:53:59.504Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:53:59.511Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T02:53:59.523Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e050363-91ff-4947-a7dd-d09892c27c77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T02:53:59.524Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T02:53:59.525Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:53:59.527Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:53:59.527Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892039523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T02:53:59.627Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:53:59.629Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:53:59.629Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:53:59.639Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:53:59.639Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T02:54:00.543Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:54:00.544Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:54:00.544Z|5e050363-91ff-4947-a7dd-d09892c27c77|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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:05.847Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:05.848Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T02:54:05.848Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"55775f3d-6f69-44a1-921d-63b8cf176a21","serviceName":"basic_onboard_GSpuxN","serviceVersion":"1.0","serviceUUID":"7d37a95e-7e28-49d8-86ef-8bec866144e6","serviceDescription":"service","serviceInvariantUUID":"085ea866-37a1-4f17-aa71-e08560fa1cf6","resources":[{"resourceInstanceName":"basic_onboard_GSpuxN 0","resourceName":"basic_onboard_GSpuxN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4417282-1613-440d-85fc-45b6c9e3aebc","resourceInvariantUUID":"b590e3a3-1d69-4ec6-a543-d5149a9ab428","resourceCustomizationUUID":"96a299ac-fb80-4626-aa23-5651c3dd98df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml","artifactChecksum":"YjYxN2ZiZmZmODFlZGZhYjA4ZGZiMmUxZTdjYTFkZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1a41901-1220-4c9b-8460-81afd57610ea","artifactVersion":"1"},{"artifactName":"basic_onboard_gspuxn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json","artifactChecksum":"N2RmZWU3MjljZGZiNDg5NjM2ODNhOGE1NGVhNTQyOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"572a8342-b886-4ab4-ad6f-06eaa7fcb373","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f07f9e28-c1de-446b-83a2-0ee515be9667","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"287586bd-20e7-4647-9152-836a9c841de0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d28a5f4e-8c6c-4b41-af90-4638926a591e","artifactVersion":"2","generatedFromUUID":"f07f9e28-c1de-446b-83a2-0ee515be9667"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGspuxn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml","artifactChecksum":"YjUzNDY4Y2UyZWY0MzZhYmJmY2I1NWQ0ZGUyNDNkNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9a0e61b-d4e9-4fff-851f-f8cd9f6827fa","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGspuxn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar","artifactChecksum":"NzBiMWJiNDY0ODg5OWEwMjZlMjMxMDk4MWEyMGM1MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3df48021-ec2f-4e1e-bc38-4eb7dddf6587","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T02:54:05.850Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:05.851Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:05.852Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:05.852Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:54:05.953Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:05.954Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:05.954Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:05.966Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:05.966Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:06.853Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:06.854Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:06.856Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:06.856Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:54:06.956Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:06.957Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:06.957Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:06.968Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:06.969Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:07.857Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:07.858Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:07.860Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:07.860Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:54:07.960Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:07.962Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:07.962Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:07.971Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:07.972Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:08.860Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:08.861Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:08.864Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:08.864Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:54:08.965Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T02:54:08.966Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:08.967Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:08.977Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:08.977Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:09.865Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:09.866Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:09.868Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:09.868Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T02:54:09.969Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:09.969Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:09.970Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:09.981Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:09.981Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:10.869Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:10.870Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:10.873Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:10.873Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:54:10.974Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:10.974Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:10.975Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:10.986Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:10.987Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:11.874Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T02:54:11.875Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:11.877Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:11.877Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:54:11.977Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:11.978Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:11.978Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:11.989Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:11.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:12.879Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "serviceName": "basic_onboard_GSpuxN",
  "serviceVersion": "1.0",
  "serviceUUID": "7d37a95e-7e28-49d8-86ef-8bec866144e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "085ea866-37a1-4f17-aa71-e08560fa1cf6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GSpuxN 0",
      "resourceCustomizationUUID": "96a299ac-fb80-4626-aa23-5651c3dd98df",
      "resourceName": "basic_onboard_GSpuxN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e4417282-1613-440d-85fc-45b6c9e3aebc",
      "resourceInvariantUUID": "b590e3a3-1d69-4ec6-a543-d5149a9ab428",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gspuxn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
          "artifactChecksum": "N2RmZWU3MjljZGZiNDg5NjM2ODNhOGE1NGVhNTQyOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "572a8342-b886-4ab4-ad6f-06eaa7fcb373",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f07f9e28-c1de-446b-83a2-0ee515be9667",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d28a5f4e-8c6c-4b41-af90-4638926a591e",
            "generatedFromUUID": "f07f9e28-c1de-446b-83a2-0ee515be9667"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d28a5f4e-8c6c-4b41-af90-4638926a591e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGspuxn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
      "artifactChecksum": "NzBiMWJiNDY0ODg5OWEwMjZlMjMxMDk4MWEyMGM1MzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3df48021-ec2f-4e1e-bc38-4eb7dddf6587"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T02:54:12.879Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T02:54:12.879Z|5e050363-91ff-4947-a7dd-d09892c27c77|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d37a95e-7e28-49d8-86ef-8bec866144e6 ASDC
2022-05-07T02:54:12.880Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55775f3d-6f69-44a1-921d-63b8cf176a21
ServiceName:basic_onboard_GSpuxN
ServiceVersion:1.0
ServiceUUID:7d37a95e-7e28-49d8-86ef-8bec866144e6
ServiceInvariantUUID:085ea866-37a1-4f17-aa71-e08560fa1cf6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGspuxn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar
ArtifactUUID:3df48021-ec2f-4e1e-bc38-4eb7dddf6587
ArtifactChecksum:NzBiMWJiNDY0ODg5OWEwMjZlMjMxMDk4MWEyMGM1MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GSpuxN 0
ResourceCustomizationUUID:96a299ac-fb80-4626-aa23-5651c3dd98df
ResourceInvariantUUID:b590e3a3-1d69-4ec6-a543-d5149a9ab428
ResourceName:basic_onboard_GSpuxN
ResourceType:VF
ResourceUUID:e4417282-1613-440d-85fc-45b6c9e3aebc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gspuxn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json
ArtifactUUID:572a8342-b886-4ab4-ad6f-06eaa7fcb373
ArtifactChecksum:N2RmZWU3MjljZGZiNDg5NjM2ODNhOGE1NGVhNTQyOTQ=
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/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f07f9e28-c1de-446b-83a2-0ee515be9667
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/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env
ArtifactUUID:d28a5f4e-8c6c-4b41-af90-4638926a591e
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/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env
ArtifactUUID:d28a5f4e-8c6c-4b41-af90-4638926a591e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T02:54:12.880Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d37a95e-7e28-49d8-86ef-8bec866144e6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T02:54:12.923Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T02:54:12.923Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-07T02:54:12.924Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-07T02:54:12.924Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3df48021-ec2f-4e1e-bc38-4eb7dddf6587 from URL: /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:12.924Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:54:12.924Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:12.983Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:54:12.988Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar 3df48021-ec2f-4e1e-bc38-4eb7dddf6587 71586
2022-05-07T02:54:12.989Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar ASDC sendASDCNotification
2022-05-07T02:54:12.989Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:12.989Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:54:12.990Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:12.991Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:12.991Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892052989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:13.092Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T02:54:13.093Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:13.093Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:13.103Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:13.103Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:13.992Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T02:54:13.993Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-07T02:54:13.994Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3df48021-ec2f-4e1e-bc38-4eb7dddf6587, URL: /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar to file: /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:13.994Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:13.994Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:13.994Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:14.237Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6435073280390803607/Definitions/service-BasicOnboardGspuxn-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T02:54:15.552Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GSpuxN 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-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.553Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.554Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is not matching search criteria
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:15.555Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is not matching search criteria
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6be07565-32c2-4350-8457-172b5e11e3cd
2022-05-07T02:54:15.556Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:15.557Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GSpuxN
Description:service
Model UUID:7d37a95e-7e28-49d8-86ef-8bec866144e6
Model Version:NULL
Model InvariantUuid:085ea866-37a1-4f17-aa71-e08560fa1cf6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GSpuxN
Model UUID:202553e6-c4c9-4bfd-a6c8-c9a21fafec94
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b590e3a3-1d69-4ec6-a543-d5149a9ab428
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:96a299ac-fb80-4626-aa23-5651c3dd98df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b89edeec-1717-4977-ab60-493c98823b4b
ModelName:BasicOnboardGspuxn..base_ubuntu18..module-0
ModelUuid:e7500998-f015-4834-8cff-6babd816ffe1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6be07565-32c2-4350-8457-172b5e11e3cd
ModelInvariantUuid:5979fcad-e63f-4cba-8bfd-4480231bf79d
ModelName:basic_onboard_GSpuxN-nodes.ubuntu18Cvfc
ModelUuid:ae8a4730-88c0-4006-9c78-54dd0f493c87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6b3ab1fd-d7ae-4e3e-894f-b7f99bd5f9b0
ModelInvariantUuid:4d81c617-f0c3-47a2-b837-30473163256c
ModelName:BasicOnboardGspuxn.compute.nodes.heat.ubuntu18
ModelUuid:8aeeebf3-ec0f-45ed-80ef-fba9c2be2d4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T02:54:15.565Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e4417282-1613-440d-85fc-45b6c9e3aebc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:54:15.602Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||basic_onboard_GSpuxN 0
2022-05-07T02:54:15.602Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4417282-1613-440d-85fc-45b6c9e3aebc
2022-05-07T02:54:15.602Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 572a8342-b886-4ab4-ad6f-06eaa7fcb373 from URL: /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json
2022-05-07T02:54:15.602Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:54:15.602Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json
2022-05-07T02:54:15.741Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:54:15.742Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json 572a8342-b886-4ab4-ad6f-06eaa7fcb373 798
2022-05-07T02:54:15.742Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json ASDC sendASDCNotification
2022-05-07T02:54:15.742Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json
2022-05-07T02:54:15.742Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:54:15.742Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:15.745Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:15.745Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892055742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:15.845Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:15.846Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:15.846Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:15.857Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:15.857Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:16.746Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGspuxn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b89edeec-1717-4977-ab60-493c98823b4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7500998-f015-4834-8cff-6babd816ffe1",
    "vfModuleModelCustomizationUUID": "dec84274-627a-4176-8929-443dd4d2fd3f",
    "isBase": true,
    "artifacts": [
      "f07f9e28-c1de-446b-83a2-0ee515be9667",
      "d28a5f4e-8c6c-4b41-af90-4638926a591e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T02:54:16.750Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGspuxn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7500998-f015-4834-8cff-6babd816ffe1
VfModuleModelInvariantUUID:b89edeec-1717-4977-ab60-493c98823b4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
f07f9e28-c1de-446b-83a2-0ee515be9667
,
d28a5f4e-8c6c-4b41-af90-4638926a591e

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

isBase:true


}

2022-05-07T02:54:16.752Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGspuxn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b89edeec-1717-4977-ab60-493c98823b4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7500998-f015-4834-8cff-6babd816ffe1",
    "vfModuleModelCustomizationUUID": "dec84274-627a-4176-8929-443dd4d2fd3f",
    "isBase": true,
    "artifacts": [
      "f07f9e28-c1de-446b-83a2-0ee515be9667",
      "d28a5f4e-8c6c-4b41-af90-4638926a591e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T02:54:16.753Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGspuxn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7500998-f015-4834-8cff-6babd816ffe1
VfModuleModelInvariantUUID:b89edeec-1717-4977-ab60-493c98823b4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
f07f9e28-c1de-446b-83a2-0ee515be9667
,
d28a5f4e-8c6c-4b41-af90-4638926a591e

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

isBase:true


}

2022-05-07T02:54:16.753Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f07f9e28-c1de-446b-83a2-0ee515be9667 from URL: /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml
2022-05-07T02:54:16.753Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:54:16.753Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml
2022-05-07T02:54:16.954Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:54:16.954Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml f07f9e28-c1de-446b-83a2-0ee515be9667 5033
2022-05-07T02:54:16.954Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T02:54:16.955Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml
2022-05-07T02:54:16.955Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:54:16.955Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:16.957Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:16.957Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892056954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:17.058Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:17.058Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:17.058Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:17.068Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:17.068Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:17.958Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d28a5f4e-8c6c-4b41-af90-4638926a591e from URL: /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env
2022-05-07T02:54:17.959Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-07T02:54:17.959Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env
2022-05-07T02:54:18.150Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-07T02:54:18.150Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env d28a5f4e-8c6c-4b41-af90-4638926a591e 909
2022-05-07T02:54:18.150Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T02:54:18.151Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env
2022-05-07T02:54:18.151Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T02:54:18.151Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:18.153Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:18.153Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892058150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:18.254Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T02:54:18.254Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:18.255Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:18.267Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:18.267Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:19.154Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d37a95e-7e28-49d8-86ef-8bec866144e6
2022-05-07T02:54:19.155Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GSpuxN 0 e4417282-1613-440d-85fc-45b6c9e3aebc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:54:19.171Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41513f33, org.onap.sdc.toscaparser.api.parameters.Input@5bb47391, org.onap.sdc.toscaparser.api.parameters.Input@47946804, org.onap.sdc.toscaparser.api.parameters.Input@5d384beb, org.onap.sdc.toscaparser.api.parameters.Input@15585fd8]
2022-05-07T02:54:19.172Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.172Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.172Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-07T02:54:19.172Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 96a299ac-fb80-4626-aa23-5651c3dd98df
2022-05-07T02:54:19.173Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96a299ac-fb80-4626-aa23-5651c3dd98df matches Tosca VF Customization UUID: 96a299ac-fb80-4626-aa23-5651c3dd98df
2022-05-07T02:54:19.173Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 96a299ac-fb80-4626-aa23-5651c3dd98df  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T02:54:19.175Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.175Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.176Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 96a299ac-fb80-4626-aa23-5651c3dd98df: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-07T02:54:19.176Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f1d6ef6
2022-05-07T02:54:19.176Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.176Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T02:54:19.176Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dec84274-627a-4176-8929-443dd4d2fd3f
2022-05-07T02:54:19.176Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dec84274-627a-4176-8929-443dd4d2fd3f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T02:54:19.179Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.179Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:19.179Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:54:19.179Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.179Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:19.179Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:54:19.180Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.180Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is not matching search criteria
2022-05-07T02:54:19.180Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T02:54:19.180Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T02:54:19.180Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6be07565-32c2-4350-8457-172b5e11e3cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T02:54:19.182Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.182Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:19.182Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T02:54:19.182Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.183Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GSpuxN 0 is matching search criteria
2022-05-07T02:54:19.183Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GSpuxN 0] matching following query criteria: sdcType=VF, customizationUUID=96a299ac-fb80-4626-aa23-5651c3dd98df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:54:19.184Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d37a95e-7e28-49d8-86ef-8bec866144e6: basic_onboard_GSpuxN
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.185Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.186Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.186Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T02:54:19.186Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GSpuxN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T02:54:19.186Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_GSpuxN 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T02:54:19.287Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GSpuxN e4417282-1613-440d-85fc-45b6c9e3aebc 1 ASDC deployResourceStructure
2022-05-07T02:54:19.287Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json ASDC sendASDCNotification
2022-05-07T02:54:19.287Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json
2022-05-07T02:54:19.288Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:54:19.288Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:19.291Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:19.291Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892059287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:19.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:19.392Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:19.392Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:19.404Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:19.405Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T02:54:20.292Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T02:54:20.293Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml
2022-05-07T02:54:20.293Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:54:20.294Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:20.296Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:20.296Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892060292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:20.396Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:20.397Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:20.397Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:20.409Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:20.410Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T02:54:21.297Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T02:54:21.298Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env
2022-05-07T02:54:21.298Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:54:21.298Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:21.301Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:21.301Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892061297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:21.401Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:21.402Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:21.402Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:21.413Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:21.413Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:22.301Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar ASDC sendASDCNotification
2022-05-07T02:54:22.302Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar
2022-05-07T02:54:22.302Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T02:54:22.302Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:22.304Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:22.304Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892062301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:22.404Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:22.405Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:22.405Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:22.416Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:22.416Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T02:54:23.305Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55775f3d-6f69-44a1-921d-63b8cf176a21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:54:23.317Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55775f3d-6f69-44a1-921d-63b8cf176a21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:54:23.320Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:54:23.321Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T02:54:23.321Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T02:54:23.325Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T02:54:53.325Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55775f3d-6f69-44a1-921d-63b8cf176a21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T02:54:53.331Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55775f3d-6f69-44a1-921d-63b8cf176a21 and serviceModelVersionId: 7d37a95e-7e28-49d8-86ef-8bec866144e6
2022-05-07T02:54:53.331Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 085ea866-37a1-4f17-aa71-e08560fa1cf6
2022-05-07T02:54:53.333Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/085ea866-37a1-4f17-aa71-e08560fa1cf6/model-vers/model-ver/7d37a95e-7e28-49d8-86ef-8bec866144e6?depth=0
2022-05-07T02:54:53.339Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T02:54:53.379Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085ea866-37a1-4f17-aa71-e08560fa1cf6/model-vers/model-ver/7d37a95e-7e28-49d8-86ef-8bec866144e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-07T02:54:53.380Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085ea866-37a1-4f17-aa71-e08560fa1cf6/model-vers/model-ver/7d37a95e-7e28-49d8-86ef-8bec866144e6?depth=0|INFO|500||Invoke
2022-05-07T02:54:53.402Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085ea866-37a1-4f17-aa71-e08560fa1cf6/model-vers/model-ver/7d37a95e-7e28-49d8-86ef-8bec866144e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T02:54:53.617Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085ea866-37a1-4f17-aa71-e08560fa1cf6/model-vers/model-ver/7d37a95e-7e28-49d8-86ef-8bec866144e6?depth=0|INFO|500||InvokeReturn
2022-05-07T02:54:53.617Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/085ea866-37a1-4f17-aa71-e08560fa1cf6/model-vers/model-ver/7d37a95e-7e28-49d8-86ef-8bec866144e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-02:54:53:409-1478], vertex-id=[200888], Content-Length=[0], Date=[Sat, 07 May 2022 02:54:53 GMT], Content-Type=[application/json]}
2022-05-07T02:54:53.617Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T02:54:53.618Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T02:54:53.618Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T02:54:53.624Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T02:54:53.624Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55775f3d-6f69-44a1-921d-63b8cf176a21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T02:54:53.624Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T02:54:53.625Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-07T02:54:53.627Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T02:54:53.627Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892093624,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T02:54:53.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T02:54:53.728Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T02:54:53.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:53.743Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:53.744Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T02:54:54.641Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:54:54.642Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:54:54.642Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:54:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:54:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:54:56.006Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:54:56.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e050363-91ff-4947-a7dd-d09892c27c77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892039523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T02:54:56.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892040543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T02:54:56.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892052989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892055742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892056954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892058150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892059287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/basic_onboard_gspuxn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892060292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892061297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/resourceInstances/basic_onboard_gspuxn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:56.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892062301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGspuxn/1.0/artifacts/service-BasicOnboardGspuxn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T02:54:56.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:54:56.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T02:54:56.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55775f3d-6f69-44a1-921d-63b8cf176a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892093624,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T02:54:56.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T02:55:04.174Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:55:04.174Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:55:04.175Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:55:04.175Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:55:13.701Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:55:13.702Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:55:13.703Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:55:13.703Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:55:23.231Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:55:23.231Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:55:23.231Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:55:23.232Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:55:32.758Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:55:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:55:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:55:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:55:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:55:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:55:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:56:04.917Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:56:04.917Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:56:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:56:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:56:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:56:55.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:56:55.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:56:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:57:04.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:57:04.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:57:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:57:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:57:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:57:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:57:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:57:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:58:04.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:58:04.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:58:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:58:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:58:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:58:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:58:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:58:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:59:04.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:59:04.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T02:59:55.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:59:55.386Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:59:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T02:59:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T02:59:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T02:59:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:00:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:00:04.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:00:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:00:55.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:00:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:00:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:00:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:00:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:01:04.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:01:04.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:01:55.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:01:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:01:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:01:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:01:55.388Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:01:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:02:04.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:02:04.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:02:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:02:55.387Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:02:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:02:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:02:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:02:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:03:04.921Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:04.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:55.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:03:55.386Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:03:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:03:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:03:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:03:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:03:55.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:55.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:03:55.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892626351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:03:55.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:03:56.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:56.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T03:03:56.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"826ab9a2-d38e-4f96-85a6-881f8b79e0aa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3b06491b-abf2-4792-89ec-2dcf1e5df0b1","serviceDescription":"service","serviceInvariantUUID":"3274924a-6c34-4b00-ac00-47ce408a20f1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfd24929-b4e1-462b-8d45-10ea637ae20c","resourceInvariantUUID":"c0fc5577-e08a-404f-ad4a-0f7cbf9ad593","resourceCustomizationUUID":"34c6309e-19d3-48ec-bd29-39675e195986","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":"NWJmMDJhZDU1Zjk0NDAwZTU1NzBjNDhmYmQ5NzhkZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dcc540c2-f42e-4604-bbf6-1d6ef0339d26","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWI3Y2RhODU4ZmM2ZGZhZjRjYzJhYzk5N2VhZDcwOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d2fdfe2-2b9a-4cf0-a0b2-491e86abb55c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T03:03:56.011Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:03:56.011Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:03:56.014Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:03:56.014Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892635386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:03:56.114Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:03:56.115Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:03:56.115Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:03:56.128Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:56.128Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:03:57.014Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:03:57.015Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:03:57.016Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:03:57.017Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892635386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:03:57.117Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:03:57.118Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:03:57.118Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:03:57.128Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:57.128Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:03:58.018Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3b06491b-abf2-4792-89ec-2dcf1e5df0b1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3274924a-6c34-4b00-ac00-47ce408a20f1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "34c6309e-19d3-48ec-bd29-39675e195986",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfd24929-b4e1-462b-8d45-10ea637ae20c",
      "resourceInvariantUUID": "c0fc5577-e08a-404f-ad4a-0f7cbf9ad593",
      "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": "OWI3Y2RhODU4ZmM2ZGZhZjRjYzJhYzk5N2VhZDcwOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2d2fdfe2-2b9a-4cf0-a0b2-491e86abb55c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T03:03:58.018Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T03:03:58.018Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b06491b-abf2-4792-89ec-2dcf1e5df0b1 ASDC
2022-05-07T03:03:58.018Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:826ab9a2-d38e-4f96-85a6-881f8b79e0aa
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3b06491b-abf2-4792-89ec-2dcf1e5df0b1
ServiceInvariantUUID:3274924a-6c34-4b00-ac00-47ce408a20f1
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:2d2fdfe2-2b9a-4cf0-a0b2-491e86abb55c
ArtifactChecksum:OWI3Y2RhODU4ZmM2ZGZhZjRjYzJhYzk5N2VhZDcwOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:34c6309e-19d3-48ec-bd29-39675e195986
ResourceInvariantUUID:c0fc5577-e08a-404f-ad4a-0f7cbf9ad593
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfd24929-b4e1-462b-8d45-10ea637ae20c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-07T03:03:58.019Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b06491b-abf2-4792-89ec-2dcf1e5df0b1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:03:58.046Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:03:58.046Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T03:03:58.046Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T03:03:58.047Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2d2fdfe2-2b9a-4cf0-a0b2-491e86abb55c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-07T03:03:58.047Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T03:03:58.047Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:58.374Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T03:03:58.378Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2d2fdfe2-2b9a-4cf0-a0b2-491e86abb55c 52509
2022-05-07T03:03:58.378Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:58.379Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:58.379Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:03:58.379Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:03:58.383Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:03:58.383Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892638378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:03:58.482Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:03:58.483Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:03:58.483Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:03:58.492Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:03:58.493Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:03:59.383Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:03:59.385Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T03:03:59.385Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2d2fdfe2-2b9a-4cf0-a0b2-491e86abb55c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T03:03:59.385Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-07T03:03:59.385Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T03:03:59.386Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T03:03:59.462Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17670212511151626839/Definitions/service-BasicNetwork-template.yml
2022-05-07T03:03:59.883Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T03:03:59.883Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T03:03:59.883Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T03:03:59.883Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T03:03:59.884Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.885Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.886Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.886Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.886Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.886Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.886Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.886Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3b06491b-abf2-4792-89ec-2dcf1e5df0b1
Model Version:NULL
Model InvariantUuid:3274924a-6c34-4b00-ac00-47ce408a20f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c0fc5577-e08a-404f-ad4a-0f7cbf9ad593
Model UUID:349ec551-7015-4bdf-8bf1-12f775c82c3e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:34c6309e-19d3-48ec-bd29-39675e195986
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T03:03:59.893Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: dfd24929-b4e1-462b-8d45-10ea637ae20c
2022-05-07T03:03:59.893Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||No resources found for Service: 3b06491b-abf2-4792-89ec-2dcf1e5df0b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:03:59.896Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||
2022-05-07T03:03:59.896Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-07T03:03:59.897Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3b06491b-abf2-4792-89ec-2dcf1e5df0b1
2022-05-07T03:03:59.897Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b06491b-abf2-4792-89ec-2dcf1e5df0b1
2022-05-07T03:03:59.897Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-07T03:03:59.897Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.901Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b6600fb, org.onap.sdc.toscaparser.api.parameters.Input@bcd6a28, org.onap.sdc.toscaparser.api.parameters.Input@37d79bdb, org.onap.sdc.toscaparser.api.parameters.Input@3fa7f9f3, org.onap.sdc.toscaparser.api.parameters.Input@34cd4724]
2022-05-07T03:03:59.902Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.902Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3b06491b-abf2-4792-89ec-2dcf1e5df0b1: Generic NeutronNet
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.903Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.931Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.931Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.932Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.932Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.932Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:03:59.932Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:03:59.932Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.996Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-07T03:03:59.996Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.997Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:03:59.997Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:03:59.997Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:03:59.998Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:03:59.998Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892639996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:04:00.098Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:04:00.099Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:04:00.099Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:04:00.110Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:04:00.111Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:04:00.999Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:04:01.011Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:04:01.014Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:04:01.014Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:04:01.014Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:04:31.015Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:04:31.026Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:04:31.028Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:04:31.029Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:04:31.029Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:04:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:04:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:04:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:04:55.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:04:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:04:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892625977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:04:55.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:05:01.029Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:05:01.044Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:05:01.049Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:05:01.049Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:05:01.049Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:05:31.049Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:05:31.059Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:05:31.062Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:05:31.062Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:05:31.062Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:05:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:05:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:05:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:05:55.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:05:55.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:05:55.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "policy-id",
  "timestamp": 1651892626270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:05:55.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:01.062Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:06:01.073Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:06:01.076Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:06:01.076Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:06:01.076Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:06:31.076Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:06:31.089Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:06:31.091Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:06:31.091Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:06:31.091Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:06:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:06:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:06:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:06:55.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:06:55.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892635386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892626351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892625977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "policy-id",
  "timestamp": 1651892626270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892635386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "policy-id",
  "timestamp": 1651892637890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892638378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "clamp",
  "timestamp": 1651892638284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "policy-id",
  "timestamp": 1651892638894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "cds",
  "timestamp": 1651892639141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "clamp",
  "timestamp": 1651892638284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "policy-id",
  "timestamp": 1651892639897,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:06:55.428Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
2022-05-07T03:06:55.428Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:06:55.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892639996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "cds",
  "timestamp": 1651892639141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "cds",
  "timestamp": 1651892642086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "cds",
  "timestamp": 1651892643090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:06:55.446Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
2022-05-07T03:06:55.446Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892643161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892643161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892645841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892647247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "clamp",
  "timestamp": 1651892647407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892648251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:06:55.463Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
2022-05-07T03:06:55.463Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:06:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "clamp",
  "timestamp": 1651892649417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:06:55.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "clamp",
  "timestamp": 1651892650421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:06:55.480Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
2022-05-07T03:06:55.480Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:06:55.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "aai-ml",
  "timestamp": 1651892654761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "aai-ml",
  "timestamp": 1651892654761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "aai-ml",
  "timestamp": 1651892657564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "aai-ml",
  "timestamp": 1651892661147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:06:55.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "aai-ml",
  "timestamp": 1651892662151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:06:55.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
2022-05-07T03:06:55.497Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892684141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892684761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651892685978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892686270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892686351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892694304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892694408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:06:55.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892695189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:06:55.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:01.091Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:07:01.103Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:07:01.108Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:07:01.108Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T03:07:01.108Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T03:07:01.108Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T03:07:01.108Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:07:01.108Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:07:01.109Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:07:01.109Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:07:01.109Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:07:01.109Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:07:01.109Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:07:01.114Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T03:07:31.114Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T03:07:31.122Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and serviceModelVersionId: 3b06491b-abf2-4792-89ec-2dcf1e5df0b1
2022-05-07T03:07:31.122Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3274924a-6c34-4b00-ac00-47ce408a20f1
2022-05-07T03:07:31.123Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0
2022-05-07T03:07:31.132Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T03:07:31.172Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0|INFO|500||Invoke
2022-05-07T03:07:31.172Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[826ab9a2-d38e-4f96-85a6-881f8b79e0aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[443ab298-3f0f-447e-86ae-937c39f160c7], X-ECOMP-RequestID=[826ab9a2-d38e-4f96-85a6-881f8b79e0aa], X-TransactionId=[], X-ONAP-RequestID=[826ab9a2-d38e-4f96-85a6-881f8b79e0aa], Content-Type=[application/merge-patch+json]}
2022-05-07T03:07:31.193Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T03:07:31.576Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?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/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-03:07:31:202-24888], vertex-id=[241800], Content-Length=[0], Date=[Sat, 07 May 2022 03:07:31 GMT], Content-Type=[application/json]}
2022-05-07T03:07:31.576Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T03:07:31.577Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3274924a-6c34-4b00-ac00-47ce408a20f1/model-vers/model-ver/3b06491b-abf2-4792-89ec-2dcf1e5df0b1?depth=0|INFO|500||InvokeReturn
2022-05-07T03:07:31.577Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T03:07:31.578Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:07:31.581Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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-05-07T03:07:31.581Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 826ab9a2-d38e-4f96-85a6-881f8b79e0aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T03:07:31.581Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T03:07:31.581Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:31.583Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:31.583Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892851581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:07:31.683Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:31.684Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:31.684Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:31.698Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:31.698Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:07:32.596Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:07:32.596Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:07:32.596Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:37.202Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:37.203Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T03:07:37.203Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95d51fab-77c7-4195-b7be-59c37824ee0d","serviceName":"Demo_pNF_VLQy4zQkQbtq4NKCuBdY","serviceVersion":"1.0","serviceUUID":"c8d4a702-f898-4899-aa87-b520d2911cbe","serviceDescription":"catalog service description","serviceInvariantUUID":"af90688b-f1a7-4a3e-99b9-6c49b2ed0229","resources":[{"resourceInstanceName":"pNF 74489c73-1218 0","resourceName":"pNF 74489c73-1218","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5a1ef304-f633-436f-8240-5a273c664ddc","resourceInvariantUUID":"f4babec1-4156-4eaa-91c4-3883c6cc150a","resourceCustomizationUUID":"e304f5b8-d5a9-4dce-b2f3-bb9221887c89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml","artifactChecksum":"MWIwOTIxNmRjMmU0N2JjNDQ4NThkN2Y4MWI2MWRkMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2619b25d-066a-4a19-9ab7-583b63a8f084","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar","artifactChecksum":"MWYzNTBiOGYyNmMzYTM1NjhjOThlOWVjMTFhNTJjYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f22d911-a76b-4459-a518-6dbff4b5ef73","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3537788-bc4b-4d5a-b88b-43ee33c5a29c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml","artifactChecksum":"YzgwODE1OTJjNGM3MTA3OWE4NjUwZTUzNTA0OWNhNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf43b076-3d61-407d-a4e9-f03b842933d4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae12a27e-e192-46ba-a45d-9390d6408df1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf39dce4-81e2-4b69-a044-3183ceac75e7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml","artifactChecksum":"MTU3MzM5NmRiZGMwNDZiNTNjNWQwZTU3NzU2ZWFiNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e1cd7c1-095c-4c36-978d-88e55448c6bd","artifactVersion":"1"},{"artifactName":"service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar","artifactChecksum":"OTkxMWE0YTk4YTAwNTI2NzA4NTg2NDU1ZWQ1MDljOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"356f99a1-d60e-48f6-92a2-bf811087d9ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T03:07:37.206Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:37.206Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:37.209Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:37.209Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:37.309Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:37.310Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:37.310Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:37.319Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:37.319Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:07:38.210Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:38.211Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:38.213Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:38.213Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:38.313Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:38.314Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:38.314Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:38.324Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:38.324Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:39.214Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:39.214Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:39.216Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:39.216Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:39.317Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:07:39.318Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:39.318Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:39.329Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:39.329Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:40.217Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:40.218Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:40.220Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:40.220Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:40.320Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:40.321Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:40.321Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:40.332Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:40.332Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:41.220Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:41.221Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:41.223Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:41.223Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:41.323Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:41.324Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:41.324Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:41.334Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:41.334Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:42.223Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:42.224Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:42.227Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:42.227Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:42.327Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:42.328Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:42.328Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:42.338Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:42.338Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:43.227Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:43.228Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:43.231Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:43.231Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:43.331Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:43.332Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:43.332Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:43.342Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:43.342Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:44.231Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:07:44.232Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:44.233Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:44.233Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:07:44.334Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:44.334Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:44.334Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:44.345Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:44.345Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:45.235Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "serviceName": "Demo_pNF_VLQy4zQkQbtq4NKCuBdY",
  "serviceVersion": "1.0",
  "serviceUUID": "c8d4a702-f898-4899-aa87-b520d2911cbe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "af90688b-f1a7-4a3e-99b9-6c49b2ed0229",
  "resources": [
    {
      "resourceInstanceName": "pNF 74489c73-1218 0",
      "resourceCustomizationUUID": "e304f5b8-d5a9-4dce-b2f3-bb9221887c89",
      "resourceName": "pNF 74489c73-1218",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5a1ef304-f633-436f-8240-5a273c664ddc",
      "resourceInvariantUUID": "f4babec1-4156-4eaa-91c4-3883c6cc150a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
      "artifactChecksum": "OTkxMWE0YTk4YTAwNTI2NzA4NTg2NDU1ZWQ1MDljOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "356f99a1-d60e-48f6-92a2-bf811087d9ac"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T03:07:45.235Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T03:07:45.235Z|826ab9a2-d38e-4f96-85a6-881f8b79e0aa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c8d4a702-f898-4899-aa87-b520d2911cbe ASDC
2022-05-07T03:07:45.235Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:95d51fab-77c7-4195-b7be-59c37824ee0d
ServiceName:Demo_pNF_VLQy4zQkQbtq4NKCuBdY
ServiceVersion:1.0
ServiceUUID:c8d4a702-f898-4899-aa87-b520d2911cbe
ServiceInvariantUUID:af90688b-f1a7-4a3e-99b9-6c49b2ed0229
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
ArtifactUUID:356f99a1-d60e-48f6-92a2-bf811087d9ac
ArtifactChecksum:OTkxMWE0YTk4YTAwNTI2NzA4NTg2NDU1ZWQ1MDljOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 74489c73-1218 0
ResourceCustomizationUUID:e304f5b8-d5a9-4dce-b2f3-bb9221887c89
ResourceInvariantUUID:f4babec1-4156-4eaa-91c4-3883c6cc150a
ResourceName:pNF 74489c73-1218
ResourceType:PNF
ResourceUUID:5a1ef304-f633-436f-8240-5a273c664ddc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-07T03:07:45.235Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8d4a702-f898-4899-aa87-b520d2911cbe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:07:45.259Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:07:45.260Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T03:07:45.260Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T03:07:45.260Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 356f99a1-d60e-48f6-92a2-bf811087d9ac from URL: /sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:45.260Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T03:07:45.260Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:45.453Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T03:07:45.459Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar 356f99a1-d60e-48f6-92a2-bf811087d9ac 82661
2022-05-07T03:07:45.459Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar ASDC sendASDCNotification
2022-05-07T03:07:45.459Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:45.459Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:07:45.459Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:45.461Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:45.462Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892865459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:07:45.562Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:07:45.563Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:45.563Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:45.574Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:45.574Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:46.462Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:07:46.464Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T03:07:46.464Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 356f99a1-d60e-48f6-92a2-bf811087d9ac, URL: /sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar to file: /app/ASDC/1/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:46.464Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:46.464Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:46.465Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:46.566Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11709901751231308817/Definitions/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml
2022-05-07T03:07:47.204Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T03:07:47.204Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T03:07:47.204Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.205Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-07T03:07:47.205Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.205Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.205Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.205Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.205Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 74489c73-1218 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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Node template pNF 74489c73-1218 0 is matching search criteria
2022-05-07T03:07:47.206Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 74489c73-1218 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Node template pNF 74489c73-1218 0 is matching search criteria
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 74489c73-1218 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:07:47.207Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.208Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.208Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.208Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.208Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.208Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.208Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.209Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.209Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.209Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.209Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VLQy4zQkQbtq4NKCuBdY
Description:catalog service description
Model UUID:c8d4a702-f898-4899-aa87-b520d2911cbe
Model Version:NULL
Model InvariantUuid:af90688b-f1a7-4a3e-99b9-6c49b2ed0229
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T03:07:47.216Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5a1ef304-f633-436f-8240-5a273c664ddc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:07:47.218Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||pNF 74489c73-1218 0
2022-05-07T03:07:47.218Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5a1ef304-f633-436f-8240-5a273c664ddc
2022-05-07T03:07:47.219Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c8d4a702-f898-4899-aa87-b520d2911cbe
2022-05-07T03:07:47.219Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c8d4a702-f898-4899-aa87-b520d2911cbe
2022-05-07T03:07:47.219Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 74489c73-1218 0 5a1ef304-f633-436f-8240-5a273c664ddc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:07:47.222Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42f720d0, org.onap.sdc.toscaparser.api.parameters.Input@115ed4b3, org.onap.sdc.toscaparser.api.parameters.Input@64e6ebd5, org.onap.sdc.toscaparser.api.parameters.Input@7539803b, org.onap.sdc.toscaparser.api.parameters.Input@e33dfec]
2022-05-07T03:07:47.223Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.223Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.223Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c8d4a702-f898-4899-aa87-b520d2911cbe: pNF 74489c73-1218
2022-05-07T03:07:47.223Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5a1ef304-f633-436f-8240-5a273c664ddc
2022-05-07T03:07:47.223Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:07:47.223Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VLQy4zQkQbtq4NKCuBdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:07:47.224Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||Resource customization UUID: e304f5b8-d5a9-4dce-b2f3-bb9221887c89 is the same as notified resource customizationUUID: e304f5b8-d5a9-4dce-b2f3-bb9221887c89
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-07T03:07:47.272Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 74489c73-1218 5a1ef304-f633-436f-8240-5a273c664ddc 0 ASDC deployResourceStructure
2022-05-07T03:07:47.272Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar ASDC sendASDCNotification
2022-05-07T03:07:47.272Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar
2022-05-07T03:07:47.272Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:07:47.272Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:07:47.274Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:07:47.274Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892867272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:07:47.375Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:07:47.376Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:07:47.376Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:47.385Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:47.386Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:07:48.275Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95d51fab-77c7-4195-b7be-59c37824ee0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:07:48.287Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95d51fab-77c7-4195-b7be-59c37824ee0d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:07:48.290Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:07:48.290Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:07:48.290Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:07:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:07:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:07:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:07:55.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:07:55.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "cds",
  "timestamp": 1651892695308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:07:55.413Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95d51fab-77c7-4195-b7be-59c37824ee0d
2022-05-07T03:07:55.413Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d51fab-77c7-4195-b7be-59c37824ee0d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:07:55.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892695485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:07:55.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892696192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:07:55.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892696701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:07:55.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "policy-id",
  "timestamp": 1651892697196,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:07:55.428Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95d51fab-77c7-4195-b7be-59c37824ee0d
2022-05-07T03:07:55.428Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d51fab-77c7-4195-b7be-59c37824ee0d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:07:55.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651892697703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:07:55.446Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 95d51fab-77c7-4195-b7be-59c37824ee0d
2022-05-07T03:07:55.446Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d51fab-77c7-4195-b7be-59c37824ee0d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:07:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892699087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:07:55.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "aai-ml",
  "timestamp": 1651892700091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:07:55.462Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95d51fab-77c7-4195-b7be-59c37824ee0d
2022-05-07T03:07:55.462Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d51fab-77c7-4195-b7be-59c37824ee0d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892698284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892703161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892711419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892711857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892713429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892713545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:07:55.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "clamp",
  "timestamp": 1651892714433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:07:55.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95d51fab-77c7-4195-b7be-59c37824ee0d
2022-05-07T03:07:55.481Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d51fab-77c7-4195-b7be-59c37824ee0d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:07:55.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:07:55.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651892714548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:07:55.495Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95d51fab-77c7-4195-b7be-59c37824ee0d
2022-05-07T03:07:55.495Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d51fab-77c7-4195-b7be-59c37824ee0d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:08:18.290Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95d51fab-77c7-4195-b7be-59c37824ee0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:08:18.302Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95d51fab-77c7-4195-b7be-59c37824ee0d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.305Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.306Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:08:18.306Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-05-07T03:08:18.311Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T03:08:48.311Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95d51fab-77c7-4195-b7be-59c37824ee0d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T03:08:48.316Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95d51fab-77c7-4195-b7be-59c37824ee0d and serviceModelVersionId: c8d4a702-f898-4899-aa87-b520d2911cbe
2022-05-07T03:08:48.316Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af90688b-f1a7-4a3e-99b9-6c49b2ed0229
2022-05-07T03:08:48.317Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0
2022-05-07T03:08:48.322Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T03:08:48.354Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0|INFO|500||Invoke
2022-05-07T03:08:48.355Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95d51fab-77c7-4195-b7be-59c37824ee0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[838cc1cf-dd3b-47fa-a603-26fa2814ca0c], X-ECOMP-RequestID=[95d51fab-77c7-4195-b7be-59c37824ee0d], X-TransactionId=[], X-ONAP-RequestID=[95d51fab-77c7-4195-b7be-59c37824ee0d], Content-Type=[application/merge-patch+json]}
2022-05-07T03:08:48.375Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T03:08:48.645Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?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/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-03:08:48:383-60282], vertex-id=[180288], Content-Length=[0], Date=[Sat, 07 May 2022 03:08:48 GMT], Content-Type=[application/json]}
2022-05-07T03:08:48.646Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T03:08:48.647Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af90688b-f1a7-4a3e-99b9-6c49b2ed0229/model-vers/model-ver/c8d4a702-f898-4899-aa87-b520d2911cbe?depth=0|INFO|500||InvokeReturn
2022-05-07T03:08:48.647Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T03:08:48.647Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-05-07T03:08:48.653Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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-05-07T03:08:48.653Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95d51fab-77c7-4195-b7be-59c37824ee0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T03:08:48.653Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T03:08:48.653Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:08:48.655Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:08:48.655Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892928653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:08:48.756Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:08:48.756Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:08:48.756Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:08:48.773Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:08:48.774Z||pool-50-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-05-07T03:08:49.667Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:08:49.668Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:08:49.668Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:08:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:08:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:08:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:08:55.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:08:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "826ab9a2-d38e-4f96-85a6-881f8b79e0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892851581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/resourceInstances/pnf74489c7312180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892852596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:08:55.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892865459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:08:55.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:08:55.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T03:08:55.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892867272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVlqy4zqkqbtq4nkcubdy/1.0/artifacts/service-DemoPnfVlqy4zqkqbtq4nkcubdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:08:55.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:08:59.201Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:08:59.202Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:08:59.202Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:08:59.202Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:09:08.728Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:09:08.729Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:09:08.730Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:09:08.730Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:09:18.259Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:09:18.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:09:18.261Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:09:18.261Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:09:27.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:09:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:09:55.386Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:09:55.386Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:09:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:09:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:09:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:09:55.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:09:55.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-07T03:09:55.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95d51fab-77c7-4195-b7be-59c37824ee0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651892928653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:09:55.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:10:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:10:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:10:55.386Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:10:55.386Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:10:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:10:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:10:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:04.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:04.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:55.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:11:55.386Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:11:55.386Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:11:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:11:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:55.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:55.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893104141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893104761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893105977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893106270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893106351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:55.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:11:56.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:56.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T03:11:56.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"99c53328-f132-4ad3-a65b-afe4c6acef1d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5","serviceDescription":"service","serviceInvariantUUID":"e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e36438a7-45b3-478e-b316-0f56edf8d0fe","resourceInvariantUUID":"8b516ec8-10cd-4c15-b362-657559068a09","resourceCustomizationUUID":"42953e7c-9d20-441f-89cd-4ba24db11d59","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":"ZmQ2YWRhZjZmMTc3NDExOGQyMjYyNDhhZjliNTI0NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c877880d-4fb4-4c83-80fa-1870c8b0e90b","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":"aa1e5f7f-bf1e-43f0-ae66-c8265fa9da29","artifactVersion":"2","generatedFromUUID":"d6494ee9-5c69-40f3-8be5-0e9030445da1"},{"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":"d6494ee9-5c69-40f3-8be5-0e9030445da1","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":"MWQ3NTQxZTUyOWEyNzc5MTZlZDY4MmFjMzVmMjJjNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf2dae06-63e3-4d8c-8ebc-5034dfb284ce","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":"185b94b5-700c-45f0-a7ec-188039966186","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":"8585af22-6ed1-45c0-a74c-a667af7eef08","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":"0df401f6-cd68-4b6d-8587-3d27f9937c58","artifactVersion":"2","generatedFromUUID":"185b94b5-700c-45f0-a7ec-188039966186"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2U3OWI3MzM5NDk3NjJlZjVkYzVmMmM0YWUwNjUyMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9039dd92-d45e-4695-8931-54f774f19b23","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmFiNGI1OWMwYWY5NDZjN2Q0YzY4MmZjOThhYzQ1ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"700501a6-4132-490e-8079-06b03f5d7bad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T03:11:56.008Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:11:56.009Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:11:56.011Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:11:56.011Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:11:56.111Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:11:56.112Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:11:56.112Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:56.122Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:56.122Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:11:57.011Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:11:57.012Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:11:57.014Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:11:57.014Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-07T03:11:57.115Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:11:57.115Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:11:57.115Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:57.126Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:57.126Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:11:58.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:11:58.016Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:11:58.018Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:11:58.018Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-07T03:11:58.119Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:11:58.119Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:11:58.119Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:58.130Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:58.130Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:11:59.018Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:11:59.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:11:59.020Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:11:59.021Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:11:59.121Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:11:59.121Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:11:59.121Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:11:59.132Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:11:59.132Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:00.021Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:12:00.022Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:00.024Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:00.024Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:12:00.124Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:00.125Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:00.125Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:00.135Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:00.135Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:01.024Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:12:01.025Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:01.028Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:01.028Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:12:01.128Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:01.128Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:01.129Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:01.139Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:01.140Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:02.029Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:12:02.030Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:02.032Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:02.032Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-07T03:12:02.132Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:02.133Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:02.133Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:02.143Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:02.144Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:03.032Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:12:03.033Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:03.035Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:03.036Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:12:03.136Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:03.136Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:03.136Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:03.146Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:03.147Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:04.036Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:12:04.037Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:04.039Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:04.039Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:12:04.140Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:12:04.140Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:04.141Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:04.152Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:04.152Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:05.041Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "42953e7c-9d20-441f-89cd-4ba24db11d59",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e36438a7-45b3-478e-b316-0f56edf8d0fe",
      "resourceInvariantUUID": "8b516ec8-10cd-4c15-b362-657559068a09",
      "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": "aa1e5f7f-bf1e-43f0-ae66-c8265fa9da29",
          "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": "d6494ee9-5c69-40f3-8be5-0e9030445da1",
          "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": "MWQ3NTQxZTUyOWEyNzc5MTZlZDY4MmFjMzVmMjJjNGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bf2dae06-63e3-4d8c-8ebc-5034dfb284ce",
          "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": "185b94b5-700c-45f0-a7ec-188039966186",
          "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": "0df401f6-cd68-4b6d-8587-3d27f9937c58",
            "generatedFromUUID": "185b94b5-700c-45f0-a7ec-188039966186"
          },
          "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": "0df401f6-cd68-4b6d-8587-3d27f9937c58",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZmFiNGI1OWMwYWY5NDZjN2Q0YzY4MmZjOThhYzQ1ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "700501a6-4132-490e-8079-06b03f5d7bad"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T03:12:05.041Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T03:12:05.042Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5 ASDC
2022-05-07T03:12:05.042Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:99c53328-f132-4ad3-a65b-afe4c6acef1d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5
ServiceInvariantUUID:e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092
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:700501a6-4132-490e-8079-06b03f5d7bad
ArtifactChecksum:ZmFiNGI1OWMwYWY5NDZjN2Q0YzY4MmZjOThhYzQ1ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:42953e7c-9d20-441f-89cd-4ba24db11d59
ResourceInvariantUUID:8b516ec8-10cd-4c15-b362-657559068a09
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e36438a7-45b3-478e-b316-0f56edf8d0fe
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:aa1e5f7f-bf1e-43f0-ae66-c8265fa9da29
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:d6494ee9-5c69-40f3-8be5-0e9030445da1
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:bf2dae06-63e3-4d8c-8ebc-5034dfb284ce
ArtifactChecksum:MWQ3NTQxZTUyOWEyNzc5MTZlZDY4MmFjMzVmMjJjNGM=
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:185b94b5-700c-45f0-a7ec-188039966186
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:0df401f6-cd68-4b6d-8587-3d27f9937c58
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:0df401f6-cd68-4b6d-8587-3d27f9937c58
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T03:12:05.042Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:12:05.076Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:12:05.077Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:12:05.078Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:12:05.078Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 700501a6-4132-490e-8079-06b03f5d7bad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-07T03:12:05.078Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:12:05.078Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-07T03:12:05.129Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:12:05.133Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 700501a6-4132-490e-8079-06b03f5d7bad 68952
2022-05-07T03:12:05.134Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-07T03:12:05.134Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-07T03:12:05.134Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:12:05.134Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:05.135Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:05.136Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893125134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:05.236Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:05.236Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:05.236Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:05.248Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:05.249Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:06.136Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:12:06.137Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:12:06.137Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 700501a6-4132-490e-8079-06b03f5d7bad, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:06.137Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-07T03:12:06.138Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:06.138Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:06.221Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8633085906510537379/Definitions/service-BasicCnf-template.yml
2022-05-07T03:12:07.156Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T03:12:07.157Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:12:07.157Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:07.157Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-07T03:12:07.157Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:07.157Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:07.158Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:12:07.159Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T03:12:07.160Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.161Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:12:07.161Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.161Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:07.161Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:12:07.161Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0845e0e0-7983-4942-b818-eae3eaa17992
2022-05-07T03:12:07.162Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:07.163Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5
Model Version:NULL
Model InvariantUuid:e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:fbd9aa3b-84f8-486a-85d1-63f1429eb514
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b516ec8-10cd-4c15-b362-657559068a09
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42953e7c-9d20-441f-89cd-4ba24db11d59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f5e75cb-e12b-4298-9359-5a5571ee90fb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:90b09a8e-2a03-4b2e-84ca-14883e70fd02
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0845e0e0-7983-4942-b818-eae3eaa17992
ModelInvariantUuid:12926a32-1e39-4486-b047-4eec5ef942fd
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2508d674-71cb-4bd3-9391-1d00104cb3a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2e42ea9a-5835-473b-bb30-0816ec3a2d16
ModelInvariantUuid:8b1c5df2-bfce-4aa1-b003-a2edd87b4276
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ceaa00bc-4f69-4a03-9ece-5fb859690daa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T03:12:07.171Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e36438a7-45b3-478e-b316-0f56edf8d0fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:12:07.173Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-05-07T03:12:07.173Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e36438a7-45b3-478e-b316-0f56edf8d0fe
2022-05-07T03:12:07.173Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa1e5f7f-bf1e-43f0-ae66-c8265fa9da29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-07T03:12:07.173Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:12:07.174Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-07T03:12:07.207Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:12:07.207Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env aa1e5f7f-bf1e-43f0-ae66-c8265fa9da29 12
2022-05-07T03:12:07.208Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-07T03:12:07.208Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-07T03:12:07.208Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:12:07.208Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:07.211Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:07.211Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893127208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:07.311Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:07.312Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:07.312Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:07.322Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:07.323Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:08.211Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d6494ee9-5c69-40f3-8be5-0e9030445da1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-07T03:12:08.212Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:12:08.212Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-07T03:12:08.245Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:12:08.245Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d6494ee9-5c69-40f3-8be5-0e9030445da1 2688
2022-05-07T03:12:08.246Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-07T03:12:08.246Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-07T03:12:08.246Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:12:08.247Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:08.250Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:08.250Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893128246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:08.350Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:08.351Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:08.351Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:08.362Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:08.363Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:09.252Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf2dae06-63e3-4d8c-8ebc-5034dfb284ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-07T03:12:09.252Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:12:09.252Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-07T03:12:09.287Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:12:09.287Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bf2dae06-63e3-4d8c-8ebc-5034dfb284ce 828
2022-05-07T03:12:09.287Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-07T03:12:09.288Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-07T03:12:09.288Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:12:09.288Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:09.290Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:09.290Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893129287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:09.390Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:09.391Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:09.391Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:09.403Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:09.403Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:10.291Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7f5e75cb-e12b-4298-9359-5a5571ee90fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90b09a8e-2a03-4b2e-84ca-14883e70fd02",
    "vfModuleModelCustomizationUUID": "270eb74d-ad29-4b6b-a437-22639c1e1572",
    "isBase": true,
    "artifacts": [
      "d6494ee9-5c69-40f3-8be5-0e9030445da1",
      "185b94b5-700c-45f0-a7ec-188039966186",
      "0df401f6-cd68-4b6d-8587-3d27f9937c58"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:12:10.295Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90b09a8e-2a03-4b2e-84ca-14883e70fd02
VfModuleModelInvariantUUID:7f5e75cb-e12b-4298-9359-5a5571ee90fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6494ee9-5c69-40f3-8be5-0e9030445da1
,
185b94b5-700c-45f0-a7ec-188039966186
,
0df401f6-cd68-4b6d-8587-3d27f9937c58

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

isBase:true


}

2022-05-07T03:12:10.297Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7f5e75cb-e12b-4298-9359-5a5571ee90fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90b09a8e-2a03-4b2e-84ca-14883e70fd02",
    "vfModuleModelCustomizationUUID": "270eb74d-ad29-4b6b-a437-22639c1e1572",
    "isBase": true,
    "artifacts": [
      "d6494ee9-5c69-40f3-8be5-0e9030445da1",
      "185b94b5-700c-45f0-a7ec-188039966186",
      "0df401f6-cd68-4b6d-8587-3d27f9937c58"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:12:10.298Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90b09a8e-2a03-4b2e-84ca-14883e70fd02
VfModuleModelInvariantUUID:7f5e75cb-e12b-4298-9359-5a5571ee90fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6494ee9-5c69-40f3-8be5-0e9030445da1
,
185b94b5-700c-45f0-a7ec-188039966186
,
0df401f6-cd68-4b6d-8587-3d27f9937c58

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

isBase:true


}

2022-05-07T03:12:10.298Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 185b94b5-700c-45f0-a7ec-188039966186 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-07T03:12:10.298Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:12:10.298Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-07T03:12:10.329Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:12:10.330Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 185b94b5-700c-45f0-a7ec-188039966186 1164
2022-05-07T03:12:10.330Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-07T03:12:10.330Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-07T03:12:10.330Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:12:10.330Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:10.332Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:10.332Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893130330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:10.432Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:10.433Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:10.433Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:10.444Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:10.444Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:11.333Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0df401f6-cd68-4b6d-8587-3d27f9937c58 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-07T03:12:11.334Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:12:11.334Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-07T03:12:11.372Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:12:11.372Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0df401f6-cd68-4b6d-8587-3d27f9937c58 200
2022-05-07T03:12:11.373Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-07T03:12:11.373Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-07T03:12:11.373Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:12:11.373Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:11.375Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:11.376Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893131373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:11.476Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:11.476Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:11.477Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:11.487Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:11.488Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:12.376Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5
2022-05-07T03:12:12.377Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e36438a7-45b3-478e-b316-0f56edf8d0fe ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-05-07T03:12:12.394Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:12:12.403Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d14b7ee, org.onap.sdc.toscaparser.api.parameters.Input@287e9824, org.onap.sdc.toscaparser.api.parameters.Input@5f62e7a0, org.onap.sdc.toscaparser.api.parameters.Input@20a81296, org.onap.sdc.toscaparser.api.parameters.Input@785b7aaa]
2022-05-07T03:12:12.404Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.404Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.405Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-07T03:12:12.405Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 42953e7c-9d20-441f-89cd-4ba24db11d59
2022-05-07T03:12:12.405Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42953e7c-9d20-441f-89cd-4ba24db11d59 matches Tosca VF Customization UUID: 42953e7c-9d20-441f-89cd-4ba24db11d59
2022-05-07T03:12:12.405Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 42953e7c-9d20-441f-89cd-4ba24db11d59  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T03:12:12.408Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.408Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.408Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 42953e7c-9d20-441f-89cd-4ba24db11d59: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-07T03:12:12.408Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cf35d4c
2022-05-07T03:12:12.408Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.408Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:12:12.409Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 270eb74d-ad29-4b6b-a437-22639c1e1572
2022-05-07T03:12:12.409Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 270eb74d-ad29-4b6b-a437-22639c1e1572
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T03:12:12.411Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.411Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:12.411Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:12:12.411Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.411Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:12.412Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:12:12.412Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.412Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-07T03:12:12.412Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-07T03:12:12.412Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0845e0e0-7983-4942-b818-eae3eaa17992
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T03:12:12.414Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.414Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:12.414Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:12:12.414Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.414Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T03:12:12.414Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=42953e7c-9d20-441f-89cd-4ba24db11d59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5: basic_cnf
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.416Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.417Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.417Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.417Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:12:12.417Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:12:12.417Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:12:12.482Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e36438a7-45b3-478e-b316-0f56edf8d0fe 1 ASDC deployResourceStructure
2022-05-07T03:12:12.483Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-07T03:12:12.483Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-07T03:12:12.483Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T03:12:12.483Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:12.485Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:12.485Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893132482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:12:12.586Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:12.586Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:12.587Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:12.596Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:12.596Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:13.487Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-07T03:12:13.487Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-07T03:12:13.487Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T03:12:13.488Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:13.490Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:13.490Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893133487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:12:13.591Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:12:13.592Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:13.592Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:13.601Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:13.602Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:14.491Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-07T03:12:14.492Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-07T03:12:14.492Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:12:14.492Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:14.494Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:14.494Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893134491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:12:14.595Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:12:14.595Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:14.595Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:14.605Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:14.605Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:15.495Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-07T03:12:15.496Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-07T03:12:15.496Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:12:15.497Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:15.499Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:15.499Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893135495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:12:15.599Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:15.600Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:15.600Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:15.609Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:15.609Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:16.500Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-07T03:12:16.501Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-07T03:12:16.501Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:12:16.501Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:16.503Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:16.503Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893136499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:12:16.603Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:16.604Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:16.604Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:16.614Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:16.615Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:17.504Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-07T03:12:17.505Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-07T03:12:17.505Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:12:17.505Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:12:17.507Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:12:17.507Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893137504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:12:17.608Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:12:17.608Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:12:17.608Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:17.618Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:17.618Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:12:18.508Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:12:18.519Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:12:18.521Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:12:18.521Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:12:18.522Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:12:48.522Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:12:48.533Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:12:48.535Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:12:48.535Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:12:48.535Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:12:55.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:12:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:12:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:12:55.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:12:55.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:12:55.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893115479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:12:55.406Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:13:18.536Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:13:18.548Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:13:18.550Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:13:18.551Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:13:18.551Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:13:48.551Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:13:48.562Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:13:48.564Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:13:48.564Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:13:48.564Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:13:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:13:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:13:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:13:55.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:13:55.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:13:55.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893115484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:13:55.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:18.565Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:14:18.576Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:14:18.578Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:14:18.578Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:14:18.578Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:14:48.578Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:14:48.590Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:14:48.592Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:14:48.592Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:14:48.592Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:14:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:14:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:14:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:14:55.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:14:55.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893115790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893116182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "cds",
  "timestamp": 1651893116483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:14:55.915Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99c53328-f132-4ad3-a65b-afe4c6acef1d
2022-05-07T03:14:55.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99c53328-f132-4ad3-a65b-afe4c6acef1d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893117090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893117186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "policy-id",
  "timestamp": 1651893118188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:14:55.931Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99c53328-f132-4ad3-a65b-afe4c6acef1d
2022-05-07T03:14:55.931Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99c53328-f132-4ad3-a65b-afe4c6acef1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:14:55.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893118386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893119784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893120834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:14:55.948Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99c53328-f132-4ad3-a65b-afe4c6acef1d
2022-05-07T03:14:55.948Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99c53328-f132-4ad3-a65b-afe4c6acef1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893121838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893122888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "aai-ml",
  "timestamp": 1651893123892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:14:55.961Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99c53328-f132-4ad3-a65b-afe4c6acef1d
2022-05-07T03:14:55.961Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99c53328-f132-4ad3-a65b-afe4c6acef1d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:14:55.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893115386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893125134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893118284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893127208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893128246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893129287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893130330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893131373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893123161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893132482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893132862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893133487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893134491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893134494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893134786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893135495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893135512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893135789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:14:55.986Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99c53328-f132-4ad3-a65b-afe4c6acef1d
2022-05-07T03:14:55.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99c53328-f132-4ad3-a65b-afe4c6acef1d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:14:55.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893136499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:55.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:14:55.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:55.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "clamp",
  "timestamp": 1651893136515,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:14:56.001Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99c53328-f132-4ad3-a65b-afe4c6acef1d
2022-05-07T03:14:56.002Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99c53328-f132-4ad3-a65b-afe4c6acef1d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:14:56.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-07T03:14:56.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893137504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:14:56.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:15:18.592Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:15:18.603Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:15:18.606Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:15:18.607Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:15:18.607Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:15:18.607Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:15:18.607Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:15:18.612Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T03:15:48.612Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T03:15:48.617Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99c53328-f132-4ad3-a65b-afe4c6acef1d and serviceModelVersionId: ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5
2022-05-07T03:15:48.617Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092
2022-05-07T03:15:48.618Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0
2022-05-07T03:15:48.623Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T03:15:48.656Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0|INFO|500||Invoke
2022-05-07T03:15:48.656Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99c53328-f132-4ad3-a65b-afe4c6acef1d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b35e649f-494e-4abd-b6e9-8dcf8d134e3d], X-ECOMP-RequestID=[99c53328-f132-4ad3-a65b-afe4c6acef1d], X-TransactionId=[], X-ONAP-RequestID=[99c53328-f132-4ad3-a65b-afe4c6acef1d], Content-Type=[application/merge-patch+json]}
2022-05-07T03:15:48.677Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T03:15:48.865Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?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/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-03:15:48:684-50538], vertex-id=[209024], Content-Length=[0], Date=[Sat, 07 May 2022 03:15:48 GMT], Content-Type=[application/json]}
2022-05-07T03:15:48.865Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T03:15:48.866Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e73c8f-b1fd-4bb2-95e6-1d9ecf721092/model-vers/model-ver/ed656c02-d8ec-4b4b-872d-6ec0cb0b57d5?depth=0|INFO|500||InvokeReturn
2022-05-07T03:15:48.867Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T03:15:48.867Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:15:48.872Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T03:15:48.872Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99c53328-f132-4ad3-a65b-afe4c6acef1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T03:15:48.872Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T03:15:48.872Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:15:48.874Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:15:48.874Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893348872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:15:48.974Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:15:48.975Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:15:48.975Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:15:48.989Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:15:48.989Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:15:49.889Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:15:49.889Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:15:49.889Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:15:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:15:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:15:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:15:56.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:15:56.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-07T03:15:56.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99c53328-f132-4ad3-a65b-afe4c6acef1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893348872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:15:56.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:16:00.838Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:16:00.839Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:16:00.839Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:16:00.840Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:16:10.368Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:16:10.369Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:16:10.369Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:16:10.370Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:16:19.898Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:16:19.899Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:16:19.899Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:16:19.899Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:16:29.440Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:16:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:16:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:16:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:16:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:16:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:16:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:17:04.915Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:17:04.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:17:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:17:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:17:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:17:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:17:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:17:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:18:04.921Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:18:04.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:18:55.385Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:18:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:18:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:18:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:18:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:18:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:19:04.921Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:19:04.921Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:19:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:19:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:19:55.388Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:19:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:19:55.388Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:19:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:20:04.922Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:20:04.922Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:20:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:20:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:20:55.387Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:20:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:20:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:20:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:21:04.917Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:21:04.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:21:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:21:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:21:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:21:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:21:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:21:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:22:04.920Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:22:04.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:22:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:22:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:22:55.387Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:22:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:22:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:22:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:23:04.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:04.919Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:23:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:23:55.386Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:23:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:23:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:23:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:23:55.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:56.010Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:56.011Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.011Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e099a56-2c04-48ab-ba2c-6b35e94734c4","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ec171094-a10b-441d-9c02-6f29c65dcfdf","serviceDescription":"service","serviceInvariantUUID":"d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4c31316-2daa-4b49-9b84-cca897716d38","resourceInvariantUUID":"7b4f279a-55b2-4ca3-9758-ddffdba30125","resourceCustomizationUUID":"06519e5d-6b4d-4ddb-8b94-e094f84319b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"48dc3384-9928-4527-8844-e712705c4d64","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZWZlMWY3MTNmODQ3ODdiY2YyMzEwNDNiNGEyZWJhODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52ce5a41-b23a-4b6c-b810-c25104ba14ba","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"M2FjZDBjYzgyMTM4MGRkOTU3NDk5ZThhMWI1MjlhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5286ed4-2d81-46cd-b528-e991733c44b7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1e8fb295-4865-4d5a-a6fe-5aa634165a33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da5cbeb0-6565-4d6e-b138-3de3364a3311","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d90a124b-57f2-4778-aa1d-f2423291d7af","artifactVersion":"2","generatedFromUUID":"1e8fb295-4865-4d5a-a6fe-5aa634165a33"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODhhYjg1ZGEyZTQyMGM1OTU0MTIxZmIzZWZiMjBiODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fff7eed-4cc9-4fe6-84d9-d87dadd25720","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODg4YzA2NTI2MmEwZmJjMzE1ZDhjOWE4M2U3ODdhMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b13ac17a-10b5-4804-82ad-c0dbd3a48768","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T03:23:56.014Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:23:56.015Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:23:56.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.017Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:23:56.018Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893794141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893794761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893807190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893807190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "cds",
  "timestamp": 1651893808195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.045Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e099a56-2c04-48ab-ba2c-6b35e94734c4
2022-05-07T03:23:56.045Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893814487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893814702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893814975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "aai-ml",
  "timestamp": 1651893815491,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e099a56-2c04-48ab-ba2c-6b35e94734c4
2022-05-07T03:23:56.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893815746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893815979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893816786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893809198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "policy-id",
  "timestamp": 1651893816981,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.091Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e099a56-2c04-48ab-ba2c-6b35e94734c4
2022-05-07T03:23:56.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893817808,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e099a56-2c04-48ab-ba2c-6b35e94734c4
2022-05-07T03:23:56.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T03:23:56.118Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:23:56.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893817904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893818811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "cds",
  "timestamp": 1651893819987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-05-07T03:23:56.120Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:23:56.120Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.131Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:56.131Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:23:56.133Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
2022-05-07T03:23:56.134Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893820608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893821612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893821855,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893806351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893823859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893824863,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.151Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e099a56-2c04-48ab-ba2c-6b35e94734c4
2022-05-07T03:23:56.151Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893824934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-07T03:23:56.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893806270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893825939,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893826155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893805977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "clamp",
  "timestamp": 1651893826943,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.170Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 0e099a56-2c04-48ab-ba2c-6b35e94734c4
2022-05-07T03:23:56.170Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893827160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893827954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "policy-id",
  "timestamp": 1651893828163,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.187Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
2022-05-07T03:23:56.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:23:56.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893829151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893830346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893831366,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:23:56.206Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
2022-05-07T03:23:56.206Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T03:23:56.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893832369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893824761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893813161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893833594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893834096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:23:56.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:23:57.018Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:23:57.019Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:23:57.021Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:23:57.021Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:23:57.121Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:23:57.122Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:23:57.122Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:23:57.134Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:57.134Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:23:58.022Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:23:58.023Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:23:58.025Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:23:58.025Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:23:58.125Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:23:58.126Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:23:58.126Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:23:58.137Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:58.137Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:23:59.026Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:23:59.027Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:23:59.030Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:23:59.030Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:23:59.130Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:23:59.131Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:23:59.131Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:23:59.142Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:23:59.142Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:00.030Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:00.030Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:00.032Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:00.032Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:00.133Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:24:00.134Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:00.134Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:00.144Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:00.144Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:01.033Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:01.034Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:01.035Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:01.035Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T03:24:01.135Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:01.136Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:01.137Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:01.148Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:01.148Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:02.036Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:02.037Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:02.039Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:02.039Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:02.139Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:02.140Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:02.140Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:02.150Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:02.151Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:03.039Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:03.040Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:03.043Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:03.043Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:24:03.143Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:03.144Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:03.144Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:03.154Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:03.155Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:04.044Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ec171094-a10b-441d-9c02-6f29c65dcfdf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "06519e5d-6b4d-4ddb-8b94-e094f84319b3",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4c31316-2daa-4b49-9b84-cca897716d38",
      "resourceInvariantUUID": "7b4f279a-55b2-4ca3-9758-ddffdba30125",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "M2FjZDBjYzgyMTM4MGRkOTU3NDk5ZThhMWI1MjlhZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b5286ed4-2d81-46cd-b528-e991733c44b7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1e8fb295-4865-4d5a-a6fe-5aa634165a33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d90a124b-57f2-4778-aa1d-f2423291d7af",
            "generatedFromUUID": "1e8fb295-4865-4d5a-a6fe-5aa634165a33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d90a124b-57f2-4778-aa1d-f2423291d7af",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ODg4YzA2NTI2MmEwZmJjMzE1ZDhjOWE4M2U3ODdhMTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b13ac17a-10b5-4804-82ad-c0dbd3a48768"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T03:24:04.045Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T03:24:04.045Z|99c53328-f132-4ad3-a65b-afe4c6acef1d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec171094-a10b-441d-9c02-6f29c65dcfdf ASDC
2022-05-07T03:24:04.045Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0e099a56-2c04-48ab-ba2c-6b35e94734c4
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ec171094-a10b-441d-9c02-6f29c65dcfdf
ServiceInvariantUUID:d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:b13ac17a-10b5-4804-82ad-c0dbd3a48768
ArtifactChecksum:ODg4YzA2NTI2MmEwZmJjMzE1ZDhjOWE4M2U3ODdhMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:06519e5d-6b4d-4ddb-8b94-e094f84319b3
ResourceInvariantUUID:7b4f279a-55b2-4ca3-9758-ddffdba30125
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d4c31316-2daa-4b49-9b84-cca897716d38
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:b5286ed4-2d81-46cd-b528-e991733c44b7
ArtifactChecksum:M2FjZDBjYzgyMTM4MGRkOTU3NDk5ZThhMWI1MjlhZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1e8fb295-4865-4d5a-a6fe-5aa634165a33
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d90a124b-57f2-4778-aa1d-f2423291d7af
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d90a124b-57f2-4778-aa1d-f2423291d7af
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T03:24:04.046Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec171094-a10b-441d-9c02-6f29c65dcfdf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:24:04.081Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:24:04.082Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:24:04.082Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:24:04.083Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b13ac17a-10b5-4804-82ad-c0dbd3a48768 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-07T03:24:04.083Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:04.083Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-07T03:24:04.296Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:04.302Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b13ac17a-10b5-4804-82ad-c0dbd3a48768 73681
2022-05-07T03:24:04.303Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-07T03:24:04.303Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-07T03:24:04.303Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:04.303Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:04.305Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:04.305Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893844303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:04.405Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:04.406Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:04.406Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:04.416Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:04.416Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:05.305Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:24:05.306Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:24:05.307Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b13ac17a-10b5-4804-82ad-c0dbd3a48768, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:05.307Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-07T03:24:05.308Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:05.308Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:05.403Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17950333098080501328/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.330Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.331Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:24:06.332Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-07T03:24:06.333Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:06.334Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-07T03:24:06.335Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6fc6c419-e673-46d8-9052-7f0928d3d1a0
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.336Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:06.337Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:06.337Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ec171094-a10b-441d-9c02-6f29c65dcfdf
Model Version:NULL
Model InvariantUuid:d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a3ee2c76-9998-47d7-8a42-d1aac128dc6a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b4f279a-55b2-4ca3-9758-ddffdba30125
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06519e5d-6b4d-4ddb-8b94-e094f84319b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2a993e94-3358-426f-abde-b55cd246b908
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e9506e25-1773-411d-8f74-f9d5dd459be3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6fc6c419-e673-46d8-9052-7f0928d3d1a0
ModelInvariantUuid:c695691e-8eac-4f60-b755-5d8b5c6c9ebd
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d646c06a-225c-4131-8677-ecd202a8f235
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7eced47a-b723-4824-a31d-d5a35a4fa79e
ModelInvariantUuid:fe9323fb-c4db-46b7-a472-33212fec5115
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d60de210-0649-4bf7-bd52-92ffcdc07a83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T03:24:06.347Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d4c31316-2daa-4b49-9b84-cca897716d38
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:06.350Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||basicclamp 0
2022-05-07T03:24:06.351Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4c31316-2daa-4b49-9b84-cca897716d38
2022-05-07T03:24:06.351Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b5286ed4-2d81-46cd-b528-e991733c44b7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-07T03:24:06.351Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:06.351Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-07T03:24:06.392Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:06.392Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b5286ed4-2d81-46cd-b528-e991733c44b7 790
2022-05-07T03:24:06.392Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-07T03:24:06.392Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-07T03:24:06.392Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:06.393Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:06.394Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:06.394Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893846392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:06.494Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:06.495Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:06.495Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:06.507Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:06.508Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:07.395Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2a993e94-3358-426f-abde-b55cd246b908",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9506e25-1773-411d-8f74-f9d5dd459be3",
    "vfModuleModelCustomizationUUID": "81312b2a-f71f-4326-a7db-98849e4ac01f",
    "isBase": true,
    "artifacts": [
      "1e8fb295-4865-4d5a-a6fe-5aa634165a33",
      "d90a124b-57f2-4778-aa1d-f2423291d7af"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:24:07.398Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9506e25-1773-411d-8f74-f9d5dd459be3
VfModuleModelInvariantUUID:2a993e94-3358-426f-abde-b55cd246b908
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e8fb295-4865-4d5a-a6fe-5aa634165a33
,
d90a124b-57f2-4778-aa1d-f2423291d7af

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

isBase:true


}

2022-05-07T03:24:07.400Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2a993e94-3358-426f-abde-b55cd246b908",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9506e25-1773-411d-8f74-f9d5dd459be3",
    "vfModuleModelCustomizationUUID": "81312b2a-f71f-4326-a7db-98849e4ac01f",
    "isBase": true,
    "artifacts": [
      "1e8fb295-4865-4d5a-a6fe-5aa634165a33",
      "d90a124b-57f2-4778-aa1d-f2423291d7af"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:24:07.400Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9506e25-1773-411d-8f74-f9d5dd459be3
VfModuleModelInvariantUUID:2a993e94-3358-426f-abde-b55cd246b908
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e8fb295-4865-4d5a-a6fe-5aa634165a33
,
d90a124b-57f2-4778-aa1d-f2423291d7af

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

isBase:true


}

2022-05-07T03:24:07.400Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1e8fb295-4865-4d5a-a6fe-5aa634165a33 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-07T03:24:07.401Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:07.401Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-07T03:24:07.435Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:07.436Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1e8fb295-4865-4d5a-a6fe-5aa634165a33 5033
2022-05-07T03:24:07.436Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T03:24:07.436Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-07T03:24:07.436Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:07.436Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:07.438Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:07.439Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893847436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:07.539Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:07.539Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:07.540Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:07.550Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:07.551Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:08.439Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d90a124b-57f2-4778-aa1d-f2423291d7af from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-07T03:24:08.440Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:08.440Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-07T03:24:08.476Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:08.476Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d90a124b-57f2-4778-aa1d-f2423291d7af 909
2022-05-07T03:24:08.477Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T03:24:08.477Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-07T03:24:08.477Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:08.478Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:08.480Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:08.480Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893848477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:08.580Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:08.581Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:08.581Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:08.594Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:08.594Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:09.481Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ec171094-a10b-441d-9c02-6f29c65dcfdf
2022-05-07T03:24:09.481Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d4c31316-2daa-4b49-9b84-cca897716d38 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:09.494Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b6c9ddc, org.onap.sdc.toscaparser.api.parameters.Input@fe4924d, org.onap.sdc.toscaparser.api.parameters.Input@47fafa93, org.onap.sdc.toscaparser.api.parameters.Input@6e1afbfe, org.onap.sdc.toscaparser.api.parameters.Input@41b7099c]
2022-05-07T03:24:09.495Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.495Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.495Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-07T03:24:09.495Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 06519e5d-6b4d-4ddb-8b94-e094f84319b3
2022-05-07T03:24:09.495Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06519e5d-6b4d-4ddb-8b94-e094f84319b3 matches Tosca VF Customization UUID: 06519e5d-6b4d-4ddb-8b94-e094f84319b3
2022-05-07T03:24:09.496Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 06519e5d-6b4d-4ddb-8b94-e094f84319b3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T03:24:09.497Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.497Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.498Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 06519e5d-6b4d-4ddb-8b94-e094f84319b3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-07T03:24:09.498Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43a81d0e
2022-05-07T03:24:09.498Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.498Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:24:09.498Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81312b2a-f71f-4326-a7db-98849e4ac01f
2022-05-07T03:24:09.498Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81312b2a-f71f-4326-a7db-98849e4ac01f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T03:24:09.501Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.501Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:09.502Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:09.502Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.502Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:09.502Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:09.502Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.503Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-07T03:24:09.503Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T03:24:09.503Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T03:24:09.503Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6fc6c419-e673-46d8-9052-7f0928d3d1a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T03:24:09.505Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.505Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:09.505Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:09.505Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.506Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-07T03:24:09.506Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=06519e5d-6b4d-4ddb-8b94-e094f84319b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:09.508Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.508Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.508Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ec171094-a10b-441d-9c02-6f29c65dcfdf: basicclamp
2022-05-07T03:24:09.508Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.508Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:09.509Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:09.510Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:24:09.593Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d4c31316-2daa-4b49-9b84-cca897716d38 1 ASDC deployResourceStructure
2022-05-07T03:24:09.594Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-07T03:24:09.594Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-07T03:24:09.594Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:24:09.594Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:09.596Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:09.596Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893849594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:24:09.696Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:09.697Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:09.697Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:09.707Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:09.708Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:10.597Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T03:24:10.598Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-07T03:24:10.598Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:24:10.598Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:10.600Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:10.600Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893850597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:24:10.700Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:10.701Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:10.701Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:10.712Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:10.713Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:24:11.601Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T03:24:11.602Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-07T03:24:11.602Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:24:11.602Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:11.603Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:11.603Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893851601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:24:11.704Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:24:11.704Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:11.704Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:11.715Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:11.716Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:12.604Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-07T03:24:12.605Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-07T03:24:12.605Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:24:12.605Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:12.606Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:12.607Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893852604,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:24:12.707Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:12.708Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:12.708Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:12.721Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:12.722Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:13.607Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e099a56-2c04-48ab-ba2c-6b35e94734c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:24:13.618Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e099a56-2c04-48ab-ba2c-6b35e94734c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:24:13.620Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:24:13.620Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T03:24:13.621Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T03:24:13.621Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T03:24:13.621Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:24:13.621Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:24:13.621Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-07T03:24:13.621Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:24:13.626Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T03:24:43.627Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T03:24:43.632Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and serviceModelVersionId: ec171094-a10b-441d-9c02-6f29c65dcfdf
2022-05-07T03:24:43.632Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043
2022-05-07T03:24:43.634Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0
2022-05-07T03:24:43.638Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T03:24:43.665Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0|INFO|500||Invoke
2022-05-07T03:24:43.666Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e099a56-2c04-48ab-ba2c-6b35e94734c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fafc984c-c890-445d-a656-49e000027bff], X-ECOMP-RequestID=[0e099a56-2c04-48ab-ba2c-6b35e94734c4], X-TransactionId=[], X-ONAP-RequestID=[0e099a56-2c04-48ab-ba2c-6b35e94734c4], Content-Type=[application/merge-patch+json]}
2022-05-07T03:24:43.687Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-07T03:24:43.761Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?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/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220507-03:24:43:694-85915], vertex-id=[430240], Content-Length=[0], Date=[Sat, 07 May 2022 03:24:43 GMT], Content-Type=[application/json]}
2022-05-07T03:24:43.761Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T03:24:43.762Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ba69f3-3dbe-48cf-8bd9-a28c8d1c3043/model-vers/model-ver/ec171094-a10b-441d-9c02-6f29c65dcfdf?depth=0|INFO|500||InvokeReturn
2022-05-07T03:24:43.762Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T03:24:43.762Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:43.768Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T03:24:43.768Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e099a56-2c04-48ab-ba2c-6b35e94734c4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-07T03:24:43.768Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T03:24:43.769Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:43.771Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:43.771Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893883768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-07T03:24:43.871Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:43.871Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:43.871Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:43.885Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:43.885Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:24:44.784Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T03:24:44.784Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"44145dc0-695d-4b3d-9e7a-e5a2872a2d10","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e993ebea-bc92-4c8c-82e6-e27400c550d7","serviceDescription":"service","serviceInvariantUUID":"a77a7273-f404-4506-90c4-81f9ac0cb16e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"533cd32b-6143-497f-a215-2136db27ffa6","resourceInvariantUUID":"a9fbdda3-c308-4b0d-871d-025fc6ec9eb7","resourceCustomizationUUID":"4fa75fc7-323a-4f07-8cd3-7a18315031ff","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":"YTVhNGQwYTljZjE4N2QyZDdlODRhODVmYzM3NTU4NDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1550d8bd-da4b-4f2f-b863-5827f4f6a6b7","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":"YWExNWRlMmE3MDQ3ZDk2YWU4ZjY0YTliNmI5MDliOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e4b0c4-1333-4d3f-af0a-8412b992624b","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":"0eb095ae-f812-4ce0-9ef8-59f6e5a322a5","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":"ea7705d5-44ca-4d4e-8029-9e9a3d8bfb2d","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":"e4db3ac3-25d1-418c-a685-d1305cc4f3f1","artifactVersion":"2","generatedFromUUID":"0eb095ae-f812-4ce0-9ef8-59f6e5a322a5"},{"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":"ZTRlMDI5YmY2YjJhNDc5YTY4N2IwNGRkYzZlNWI2MjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7ee09e1c-4f20-4275-aaa4-51eeed6fa404","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":"OGEzZmFjZDM5ZGE1ZmZkOTFhZjNmMzhiZmIyZTM1MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4631dff-ca15-4d6b-814d-b918fac3cfee","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjRiNjBhMDU2YWJiOGM2M2RjMTE0YWIxMzI4YmRkZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1d95de3-c11f-4695-bf7a-159bb5de8500","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T03:24:44.785Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:44.785Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:44.787Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:44.787Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:44.887Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:44.888Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:44.888Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:44.903Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:44.904Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:45.787Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:45.788Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:45.789Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:45.790Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:24:45.890Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:45.891Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:45.891Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:45.902Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:45.902Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:46.791Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:46.791Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:46.793Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:46.793Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:24:46.893Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:24:46.894Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:46.894Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:46.903Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:46.903Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:47.794Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:47.794Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:47.796Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:47.796Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:47.897Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:47.897Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:47.897Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:47.909Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:47.909Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:48.797Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:48.798Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:48.799Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:48.799Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T03:24:48.900Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:48.900Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:48.901Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:48.910Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:48.911Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:49.800Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:49.800Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:49.804Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:49.804Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:49.902Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-07T03:24:49.903Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:49.903Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:49.914Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:49.914Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:50.805Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:50.806Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:50.808Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:50.808Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:50.908Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:50.909Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:50.909Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:50.920Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:50.920Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:51.808Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:24:51.809Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:51.811Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:51.811Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:24:51.911Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:51.912Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:51.912Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:51.921Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:51.922Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:52.812Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e993ebea-bc92-4c8c-82e6-e27400c550d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a77a7273-f404-4506-90c4-81f9ac0cb16e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4fa75fc7-323a-4f07-8cd3-7a18315031ff",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "533cd32b-6143-497f-a215-2136db27ffa6",
      "resourceInvariantUUID": "a9fbdda3-c308-4b0d-871d-025fc6ec9eb7",
      "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": "YWExNWRlMmE3MDQ3ZDk2YWU4ZjY0YTliNmI5MDliOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "87e4b0c4-1333-4d3f-af0a-8412b992624b",
          "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": "0eb095ae-f812-4ce0-9ef8-59f6e5a322a5",
          "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": "e4db3ac3-25d1-418c-a685-d1305cc4f3f1",
            "generatedFromUUID": "0eb095ae-f812-4ce0-9ef8-59f6e5a322a5"
          },
          "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": "e4db3ac3-25d1-418c-a685-d1305cc4f3f1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjRiNjBhMDU2YWJiOGM2M2RjMTE0YWIxMzI4YmRkZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1d95de3-c11f-4695-bf7a-159bb5de8500"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T03:24:52.813Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T03:24:52.813Z|0e099a56-2c04-48ab-ba2c-6b35e94734c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e993ebea-bc92-4c8c-82e6-e27400c550d7 ASDC
2022-05-07T03:24:52.813Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:44145dc0-695d-4b3d-9e7a-e5a2872a2d10
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e993ebea-bc92-4c8c-82e6-e27400c550d7
ServiceInvariantUUID:a77a7273-f404-4506-90c4-81f9ac0cb16e
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:f1d95de3-c11f-4695-bf7a-159bb5de8500
ArtifactChecksum:YjRiNjBhMDU2YWJiOGM2M2RjMTE0YWIxMzI4YmRkZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4fa75fc7-323a-4f07-8cd3-7a18315031ff
ResourceInvariantUUID:a9fbdda3-c308-4b0d-871d-025fc6ec9eb7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:533cd32b-6143-497f-a215-2136db27ffa6
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:87e4b0c4-1333-4d3f-af0a-8412b992624b
ArtifactChecksum:YWExNWRlMmE3MDQ3ZDk2YWU4ZjY0YTliNmI5MDliOTE=
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:0eb095ae-f812-4ce0-9ef8-59f6e5a322a5
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:e4db3ac3-25d1-418c-a685-d1305cc4f3f1
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:e4db3ac3-25d1-418c-a685-d1305cc4f3f1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T03:24:52.814Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e993ebea-bc92-4c8c-82e6-e27400c550d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:24:52.847Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:24:52.848Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:24:52.848Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:24:52.848Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1d95de3-c11f-4695-bf7a-159bb5de8500 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T03:24:52.849Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:52.849Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T03:24:52.989Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:52.995Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f1d95de3-c11f-4695-bf7a-159bb5de8500 78805
2022-05-07T03:24:52.996Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-07T03:24:52.996Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T03:24:52.996Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:52.996Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:52.998Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:52.998Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893892996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:53.099Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:24:53.099Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:53.100Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:53.111Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:53.111Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:53.999Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:24:54.000Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:24:54.000Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f1d95de3-c11f-4695-bf7a-159bb5de8500, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:54.001Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-07T03:24:54.001Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:54.002Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:54.087Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3297118774751582305/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T03:24:55.020Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T03:24:55.021Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:24:55.021Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.021Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T03:24:55.021Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.021Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:24:55.022Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-07T03:24:55.023Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.024Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1539d0f9-5012-48ed-a343-e6efe08c8e41
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.025Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.026Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:55.026Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:55.026Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e993ebea-bc92-4c8c-82e6-e27400c550d7
Model Version:NULL
Model InvariantUuid:a77a7273-f404-4506-90c4-81f9ac0cb16e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d8365f43-7dcb-4fd8-bc5e-f8420edc91f7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9fbdda3-c308-4b0d-871d-025fc6ec9eb7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4fa75fc7-323a-4f07-8cd3-7a18315031ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e9022e0e-b35d-40c9-8e18-633f43372cc6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:34949823-e544-458f-a7dd-63058a278c6d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1539d0f9-5012-48ed-a343-e6efe08c8e41
ModelInvariantUuid:416fbf0b-cca5-4653-ab04-2521c8d88298
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d094639a-f228-4a74-92ac-29e37e0c8240
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7ad6c816-fc16-4d2a-9e13-4242b4ba539d
ModelInvariantUuid:bf134e13-e175-492b-871d-4f0816686487
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:41fefa5b-a9f8-49e5-bec3-5791ae68e647
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T03:24:55.033Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 533cd32b-6143-497f-a215-2136db27ffa6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:55.035Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-05-07T03:24:55.036Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 533cd32b-6143-497f-a215-2136db27ffa6
2022-05-07T03:24:55.036Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 87e4b0c4-1333-4d3f-af0a-8412b992624b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T03:24:55.036Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:55.036Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T03:24:55.289Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:55.290Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 87e4b0c4-1333-4d3f-af0a-8412b992624b 792
2022-05-07T03:24:55.290Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-07T03:24:55.290Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T03:24:55.290Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:55.291Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:55.292Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:55.293Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893895290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:24:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:24:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:55.393Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:55.393Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:55.393Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:55.402Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:55.402Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:24:55.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:55.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:24:55.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:24:55.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:24:56.294Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e9022e0e-b35d-40c9-8e18-633f43372cc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34949823-e544-458f-a7dd-63058a278c6d",
    "vfModuleModelCustomizationUUID": "5a4e4fd8-c285-4193-b78b-1ee4302023e1",
    "isBase": true,
    "artifacts": [
      "0eb095ae-f812-4ce0-9ef8-59f6e5a322a5",
      "e4db3ac3-25d1-418c-a685-d1305cc4f3f1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:24:56.296Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34949823-e544-458f-a7dd-63058a278c6d
VfModuleModelInvariantUUID:e9022e0e-b35d-40c9-8e18-633f43372cc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0eb095ae-f812-4ce0-9ef8-59f6e5a322a5
,
e4db3ac3-25d1-418c-a685-d1305cc4f3f1

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

isBase:true


}

2022-05-07T03:24:56.298Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e9022e0e-b35d-40c9-8e18-633f43372cc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34949823-e544-458f-a7dd-63058a278c6d",
    "vfModuleModelCustomizationUUID": "5a4e4fd8-c285-4193-b78b-1ee4302023e1",
    "isBase": true,
    "artifacts": [
      "0eb095ae-f812-4ce0-9ef8-59f6e5a322a5",
      "e4db3ac3-25d1-418c-a685-d1305cc4f3f1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:24:56.298Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34949823-e544-458f-a7dd-63058a278c6d
VfModuleModelInvariantUUID:e9022e0e-b35d-40c9-8e18-633f43372cc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0eb095ae-f812-4ce0-9ef8-59f6e5a322a5
,
e4db3ac3-25d1-418c-a685-d1305cc4f3f1

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

isBase:true


}

2022-05-07T03:24:56.298Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0eb095ae-f812-4ce0-9ef8-59f6e5a322a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T03:24:56.298Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:56.298Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T03:24:56.773Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:56.773Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0eb095ae-f812-4ce0-9ef8-59f6e5a322a5 5033
2022-05-07T03:24:56.774Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-07T03:24:56.774Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T03:24:56.774Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:56.774Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:56.776Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:56.776Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893896774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:56.876Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:56.877Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:56.877Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:56.888Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:56.888Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:57.776Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e4db3ac3-25d1-418c-a685-d1305cc4f3f1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T03:24:57.777Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:24:57.777Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T03:24:58.076Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:24:58.076Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e4db3ac3-25d1-418c-a685-d1305cc4f3f1 903
2022-05-07T03:24:58.076Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-07T03:24:58.076Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T03:24:58.076Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:24:58.076Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:58.078Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:58.078Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893898076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:24:58.178Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:58.179Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:58.179Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:58.188Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:58.189Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:24:59.078Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e993ebea-bc92-4c8c-82e6-e27400c550d7
2022-05-07T03:24:59.078Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 533cd32b-6143-497f-a215-2136db27ffa6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:59.092Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5897c646, org.onap.sdc.toscaparser.api.parameters.Input@6ee91209, org.onap.sdc.toscaparser.api.parameters.Input@5dfd1fc7, org.onap.sdc.toscaparser.api.parameters.Input@2e8b610d, org.onap.sdc.toscaparser.api.parameters.Input@4848376c]
2022-05-07T03:24:59.094Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.095Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.095Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-07T03:24:59.095Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4fa75fc7-323a-4f07-8cd3-7a18315031ff
2022-05-07T03:24:59.095Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4fa75fc7-323a-4f07-8cd3-7a18315031ff matches Tosca VF Customization UUID: 4fa75fc7-323a-4f07-8cd3-7a18315031ff
2022-05-07T03:24:59.095Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4fa75fc7-323a-4f07-8cd3-7a18315031ff  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T03:24:59.097Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.098Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.098Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4fa75fc7-323a-4f07-8cd3-7a18315031ff: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-07T03:24:59.099Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ed7a564
2022-05-07T03:24:59.099Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.099Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:24:59.099Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a4e4fd8-c285-4193-b78b-1ee4302023e1
2022-05-07T03:24:59.099Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a4e4fd8-c285-4193-b78b-1ee4302023e1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T03:24:59.101Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T03:24:59.102Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1539d0f9-5012-48ed-a343-e6efe08c8e41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T03:24:59.105Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.105Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:59.106Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:24:59.106Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.106Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T03:24:59.106Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4fa75fc7-323a-4f07-8cd3-7a18315031ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:24:59.108Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.108Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.109Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e993ebea-bc92-4c8c-82e6-e27400c550d7: basic_vm_macro
2022-05-07T03:24:59.109Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.109Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.109Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.110Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.110Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.110Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.110Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.110Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.110Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:24:59.111Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:24:59.111Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:24:59.201Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 533cd32b-6143-497f-a215-2136db27ffa6 1 ASDC deployResourceStructure
2022-05-07T03:24:59.202Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-07T03:24:59.202Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T03:24:59.202Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:24:59.202Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:24:59.204Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:24:59.204Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893899202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:24:59.304Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:24:59.305Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:24:59.305Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:24:59.315Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:24:59.315Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:25:00.204Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-07T03:25:00.205Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T03:25:00.205Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:25:00.205Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:25:00.207Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:25:00.207Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893900204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:00.307Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:25:00.308Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:25:00.308Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:25:00.318Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:25:00.318Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:25:01.207Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-07T03:25:01.208Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T03:25:01.208Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:25:01.208Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:25:01.210Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:25:01.210Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893901207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:01.310Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:25:01.311Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:25:01.311Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:25:01.322Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:25:01.322Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:25:02.211Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-07T03:25:02.211Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T03:25:02.211Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:25:02.211Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:25:02.214Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:25:02.214Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893902211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:02.314Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:25:02.314Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:25:02.315Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:25:02.324Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:25:02.325Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:25:03.214Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:25:03.226Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:25:03.229Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:25:03.229Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:25:03.229Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:25:33.229Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:25:33.239Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:25:33.242Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:25:33.242Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T03:25:33.242Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T03:25:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:25:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:25:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:25:55.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:25:55.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893836330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893837333,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.420Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
2022-05-07T03:25:55.421Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893842086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893842612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "aai-ml",
  "timestamp": 1651893843091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.438Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
2022-05-07T03:25:55.439Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893844303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893845616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893846392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "clamp",
  "timestamp": 1651893846619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.455Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
2022-05-07T03:25:55.455Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893847436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893848477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893849594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893850597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893851601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893852604,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893854141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893854761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893847622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893867895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "cds",
  "timestamp": 1651893869126,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.487Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
2022-05-07T03:25:55.487Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893873623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "aai-ml",
  "timestamp": 1651893874627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.504Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
2022-05-07T03:25:55.504Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893865977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893866270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651893866351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893876670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893876989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893877619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893877710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893877992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893878753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "policy-id",
  "timestamp": 1651893878995,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.520Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
2022-05-07T03:25:55.520Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893879796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893880906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.533Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
2022-05-07T03:25:55.533Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T03:25:55.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893881623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651893881909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "clamp",
  "timestamp": 1651893882626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.548Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
2022-05-07T03:25:55.548Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893873161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e099a56-2c04-48ab-ba2c-6b35e94734c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893883768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-07T03:25:55.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893883866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893885783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:25:55.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:25:55.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651893886786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:25:55.565Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
2022-05-07T03:25:55.565Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:25:55.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:25:55.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893835385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:25:55.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:25:55.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:25:55.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893892996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:25:55.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:26:03.242Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:26:03.253Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:26:03.256Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:26:03.256Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T03:26:03.256Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T03:26:03.256Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T03:26:03.256Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:26:03.256Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:26:03.257Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:26:03.257Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:26:03.257Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:26:03.257Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:26:03.257Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:26:03.263Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T03:26:33.263Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T03:26:33.269Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and serviceModelVersionId: e993ebea-bc92-4c8c-82e6-e27400c550d7
2022-05-07T03:26:33.269Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a77a7273-f404-4506-90c4-81f9ac0cb16e
2022-05-07T03:26:33.270Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a77a7273-f404-4506-90c4-81f9ac0cb16e/model-vers/model-ver/e993ebea-bc92-4c8c-82e6-e27400c550d7?depth=0
2022-05-07T03:26:33.276Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T03:26:33.301Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77a7273-f404-4506-90c4-81f9ac0cb16e/model-vers/model-ver/e993ebea-bc92-4c8c-82e6-e27400c550d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-07T03:26:33.302Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77a7273-f404-4506-90c4-81f9ac0cb16e/model-vers/model-ver/e993ebea-bc92-4c8c-82e6-e27400c550d7?depth=0|INFO|500||Invoke
2022-05-07T03:26:33.324Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77a7273-f404-4506-90c4-81f9ac0cb16e/model-vers/model-ver/e993ebea-bc92-4c8c-82e6-e27400c550d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T03:26:33.402Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77a7273-f404-4506-90c4-81f9ac0cb16e/model-vers/model-ver/e993ebea-bc92-4c8c-82e6-e27400c550d7?depth=0|INFO|500||InvokeReturn
2022-05-07T03:26:33.403Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77a7273-f404-4506-90c4-81f9ac0cb16e/model-vers/model-ver/e993ebea-bc92-4c8c-82e6-e27400c550d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-03:26:33:330-95747], vertex-id=[237688], Content-Length=[0], Date=[Sat, 07 May 2022 03:26:33 GMT], Content-Type=[application/json]}
2022-05-07T03:26:33.403Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T03:26:33.403Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T03:26:33.403Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:26:33.408Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T03:26:33.408Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44145dc0-695d-4b3d-9e7a-e5a2872a2d10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T03:26:33.408Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T03:26:33.408Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:33.410Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:33.410Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893993408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:26:33.510Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:33.511Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:33.511Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:33.524Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:33.524Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:26:34.424Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:26:34.425Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:26:34.425Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:38.865Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:38.866Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T03:26:38.866Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"00b0f022-d2f6-4f95-aff6-bca9f7962fa8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ca0614fb-b8cf-4455-a065-eb0624ff8311","serviceDescription":"service","serviceInvariantUUID":"bb9bf0b3-24d5-4a13-85d8-0378c95506a7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84c811c7-a7ca-4842-a94c-f90f7cb01224","resourceInvariantUUID":"a39442ce-ef54-4c6b-9766-8a9212736931","resourceCustomizationUUID":"59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b","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":"OTJjNzE5NDVkYjUzZDY2NWE2MDJiZGQ4ODc3Yjc5ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04d3a6c1-0a65-4299-8ced-4ecd41261d46","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":"NjNkMjNiZTFhNTM0ZjgxYzEwMWY0MmNmOWEzYjZiOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e3d24ba-1bef-4489-b7a5-1238b7a83d06","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6a55c48-886e-4a10-b462-b3688911ab72","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":"f681fc91-9a14-4308-8ab6-cef7d268bc4d","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":"9444faa2-f592-4ada-9a2d-5045f227fa2b","artifactVersion":"2","generatedFromUUID":"d873e5cc-946e-4c08-b43f-848ee122ea72"},{"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":"f767fcb3-c48a-4f3b-891e-e769845c0073","artifactVersion":"2","generatedFromUUID":"a6a55c48-886e-4a10-b462-b3688911ab72"},{"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":"d873e5cc-946e-4c08-b43f-848ee122ea72","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":"72b02d92-13d5-46ec-a363-a48a8aef9c05","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":"MDc1ZTg3ZTViOTdhNmFkM2E3ZmQxOTJjOWIxZDQ2MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f18f5cbf-fbbd-477b-856f-f42088194d65","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzA2MzM0YTllMzgzYTkxYTQxMTM0NTRjZjMxMjg2ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cda2b421-1a50-4b12-8138-dd5db3bbbf7a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T03:26:38.868Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:38.868Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:38.869Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:38.870Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:26:38.970Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:38.971Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:38.971Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:38.981Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:38.981Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:39.870Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:39.870Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:39.872Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:39.873Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:26:39.973Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:39.974Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:39.974Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:39.985Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:39.985Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:40.873Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:40.873Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:40.875Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:40.875Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:26:40.976Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:26:40.976Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:40.976Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:40.988Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:40.988Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:26:41.876Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:41.876Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:41.879Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:41.879Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:26:41.979Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:41.981Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:41.981Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:41.993Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:41.994Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:42.879Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:42.880Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:42.882Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:42.883Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-07T03:26:42.982Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:26:42.983Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:42.983Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:42.994Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:42.995Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:26:43.883Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:43.884Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:43.886Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:43.886Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-07T03:26:43.986Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:26:43.987Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:43.987Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:43.998Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:43.999Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:44.887Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:44.887Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:44.888Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:44.888Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-07T03:26:44.989Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:26:44.990Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:44.990Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:45.004Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:45.004Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:26:45.889Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:45.889Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:45.891Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:45.891Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:26:45.991Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:45.992Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:45.992Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:46.001Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:46.002Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:46.891Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:46.892Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:46.895Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:46.895Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:26:46.995Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:46.996Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:46.996Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:47.007Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:47.007Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:47.895Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T03:26:47.896Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:47.898Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:47.898Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:26:47.998Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:47.999Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:47.999Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:48.026Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:48.026Z||pool-116-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:48.900Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ca0614fb-b8cf-4455-a065-eb0624ff8311",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bb9bf0b3-24d5-4a13-85d8-0378c95506a7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "84c811c7-a7ca-4842-a94c-f90f7cb01224",
      "resourceInvariantUUID": "a39442ce-ef54-4c6b-9766-8a9212736931",
      "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": "NjNkMjNiZTFhNTM0ZjgxYzEwMWY0MmNmOWEzYjZiOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e3d24ba-1bef-4489-b7a5-1238b7a83d06",
          "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": "a6a55c48-886e-4a10-b462-b3688911ab72",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f767fcb3-c48a-4f3b-891e-e769845c0073",
            "generatedFromUUID": "a6a55c48-886e-4a10-b462-b3688911ab72"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9444faa2-f592-4ada-9a2d-5045f227fa2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f767fcb3-c48a-4f3b-891e-e769845c0073",
          "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": "d873e5cc-946e-4c08-b43f-848ee122ea72",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzA2MzM0YTllMzgzYTkxYTQxMTM0NTRjZjMxMjg2ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cda2b421-1a50-4b12-8138-dd5db3bbbf7a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T03:26:48.900Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T03:26:48.900Z|44145dc0-695d-4b3d-9e7a-e5a2872a2d10|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ca0614fb-b8cf-4455-a065-eb0624ff8311 ASDC
2022-05-07T03:26:48.901Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:00b0f022-d2f6-4f95-aff6-bca9f7962fa8
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ca0614fb-b8cf-4455-a065-eb0624ff8311
ServiceInvariantUUID:bb9bf0b3-24d5-4a13-85d8-0378c95506a7
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:cda2b421-1a50-4b12-8138-dd5db3bbbf7a
ArtifactChecksum:MzA2MzM0YTllMzgzYTkxYTQxMTM0NTRjZjMxMjg2ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b
ResourceInvariantUUID:a39442ce-ef54-4c6b-9766-8a9212736931
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:84c811c7-a7ca-4842-a94c-f90f7cb01224
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:3e3d24ba-1bef-4489-b7a5-1238b7a83d06
ArtifactChecksum:NjNkMjNiZTFhNTM0ZjgxYzEwMWY0MmNmOWEzYjZiOWY=
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:a6a55c48-886e-4a10-b462-b3688911ab72
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:f767fcb3-c48a-4f3b-891e-e769845c0073
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:9444faa2-f592-4ada-9a2d-5045f227fa2b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:f767fcb3-c48a-4f3b-891e-e769845c0073
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:d873e5cc-946e-4c08-b43f-848ee122ea72
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T03:26:48.901Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca0614fb-b8cf-4455-a065-eb0624ff8311 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:26:48.937Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:26:48.938Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:26:48.938Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:26:48.938Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cda2b421-1a50-4b12-8138-dd5db3bbbf7a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:48.938Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:26:48.939Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:49.068Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:26:49.074Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cda2b421-1a50-4b12-8138-dd5db3bbbf7a 158209
2022-05-07T03:26:49.074Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-07T03:26:49.075Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:49.075Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:26:49.075Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:49.076Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:49.076Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894009074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:49.177Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:26:49.177Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:49.178Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:49.190Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:49.190Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:50.077Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T03:26:50.077Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-07T03:26:50.078Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cda2b421-1a50-4b12-8138-dd5db3bbbf7a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:50.078Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-07T03:26:50.078Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:50.078Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:50.162Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10829763101036127320/Definitions/service-BasicCnfMacro-template.yml
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-07T03:26:51.027Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.028Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:51.029Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-07T03:26:51.030Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f1273c72-ea31-4855-a99d-bc4aca2a1a6c
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:51.031Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ca0614fb-b8cf-4455-a065-eb0624ff8311
Model Version:NULL
Model InvariantUuid:bb9bf0b3-24d5-4a13-85d8-0378c95506a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:6fb01245-97df-4961-82ba-32f50e3072d3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a39442ce-ef54-4c6b-9766-8a9212736931
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:641244fe-279f-4518-8c42-0f289ec63b2e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a2db22b2-a451-4bce-81bb-8006f1eea02d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:bb88a19d-958a-49bb-92e5-f96d206399e5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:03fb85d8-a4c5-4622-9c61-42cd345bc0ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f1273c72-ea31-4855-a99d-bc4aca2a1a6c
ModelInvariantUuid:9855c268-ee00-4484-854d-b3e18390cb4b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:524f57f5-dd39-460b-8577-24b59bfa4a64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f71cd419-afc0-45bd-b856-aeb31d813658
ModelInvariantUuid:f1b90e5f-8ba9-4eb5-829c-0f8b9b81219c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f0b92e7e-f91c-444e-981b-e6735b8cfa7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T03:26:51.037Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 84c811c7-a7ca-4842-a94c-f90f7cb01224
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:26:51.039Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-05-07T03:26:51.039Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84c811c7-a7ca-4842-a94c-f90f7cb01224
2022-05-07T03:26:51.039Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e3d24ba-1bef-4489-b7a5-1238b7a83d06 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T03:26:51.039Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:26:51.039Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T03:26:51.147Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:26:51.148Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3e3d24ba-1bef-4489-b7a5-1238b7a83d06 1565
2022-05-07T03:26:51.148Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-07T03:26:51.148Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T03:26:51.148Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:26:51.148Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:51.150Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:51.150Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894011148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:51.251Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:51.251Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:51.251Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:51.264Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:51.265Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:26:52.151Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bb88a19d-958a-49bb-92e5-f96d206399e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03fb85d8-a4c5-4622-9c61-42cd345bc0ff",
    "vfModuleModelCustomizationUUID": "966e59a0-22be-4d02-a1d3-3f73a096d880",
    "isBase": true,
    "artifacts": [
      "a6a55c48-886e-4a10-b462-b3688911ab72",
      "f767fcb3-c48a-4f3b-891e-e769845c0073"
    ],
    "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": "641244fe-279f-4518-8c42-0f289ec63b2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2db22b2-a451-4bce-81bb-8006f1eea02d",
    "vfModuleModelCustomizationUUID": "822d3a03-f7e7-453c-906c-296b676cd7e9",
    "isBase": false,
    "artifacts": [
      "d873e5cc-946e-4c08-b43f-848ee122ea72"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:26:52.154Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03fb85d8-a4c5-4622-9c61-42cd345bc0ff
VfModuleModelInvariantUUID:bb88a19d-958a-49bb-92e5-f96d206399e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6a55c48-886e-4a10-b462-b3688911ab72
,
f767fcb3-c48a-4f3b-891e-e769845c0073

}
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:a2db22b2-a451-4bce-81bb-8006f1eea02d
VfModuleModelInvariantUUID:641244fe-279f-4518-8c42-0f289ec63b2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d873e5cc-946e-4c08-b43f-848ee122ea72

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

isBase:false


}

2022-05-07T03:26:52.157Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bb88a19d-958a-49bb-92e5-f96d206399e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03fb85d8-a4c5-4622-9c61-42cd345bc0ff",
    "vfModuleModelCustomizationUUID": "966e59a0-22be-4d02-a1d3-3f73a096d880",
    "isBase": true,
    "artifacts": [
      "a6a55c48-886e-4a10-b462-b3688911ab72",
      "f767fcb3-c48a-4f3b-891e-e769845c0073"
    ],
    "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": "641244fe-279f-4518-8c42-0f289ec63b2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2db22b2-a451-4bce-81bb-8006f1eea02d",
    "vfModuleModelCustomizationUUID": "822d3a03-f7e7-453c-906c-296b676cd7e9",
    "isBase": false,
    "artifacts": [
      "d873e5cc-946e-4c08-b43f-848ee122ea72"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T03:26:52.158Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03fb85d8-a4c5-4622-9c61-42cd345bc0ff
VfModuleModelInvariantUUID:bb88a19d-958a-49bb-92e5-f96d206399e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6a55c48-886e-4a10-b462-b3688911ab72
,
f767fcb3-c48a-4f3b-891e-e769845c0073

}
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:a2db22b2-a451-4bce-81bb-8006f1eea02d
VfModuleModelInvariantUUID:641244fe-279f-4518-8c42-0f289ec63b2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d873e5cc-946e-4c08-b43f-848ee122ea72

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

isBase:false


}

2022-05-07T03:26:52.158Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a6a55c48-886e-4a10-b462-b3688911ab72 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T03:26:52.158Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:26:52.158Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T03:26:52.497Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:26:52.497Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a6a55c48-886e-4a10-b462-b3688911ab72 914
2022-05-07T03:26:52.497Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-07T03:26:52.498Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T03:26:52.498Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:26:52.498Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:52.500Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:52.500Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894012497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:52.600Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:52.600Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:52.601Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:52.612Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:52.612Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:53.500Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9444faa2-f592-4ada-9a2d-5045f227fa2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-07T03:26:53.501Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:26:53.501Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-07T03:26:53.695Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:26:53.695Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9444faa2-f592-4ada-9a2d-5045f227fa2b 12
2022-05-07T03:26:53.695Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-07T03:26:53.695Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-07T03:26:53.695Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:26:53.696Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:53.697Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:53.697Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894013695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:53.797Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:53.798Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:53.798Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:53.810Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:53.810Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:54.698Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f767fcb3-c48a-4f3b-891e-e769845c0073 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T03:26:54.698Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:26:54.698Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T03:26:54.990Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:26:54.990Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f767fcb3-c48a-4f3b-891e-e769845c0073 96
2022-05-07T03:26:54.990Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-07T03:26:54.991Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T03:26:54.991Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:26:54.991Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:54.992Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:54.993Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894014990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:55.093Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T03:26:55.093Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:55.093Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:55.105Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:55.105Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:55.388Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:26:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:26:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:55.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:55.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:26:55.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893895290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:55.403Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:26:55.993Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d873e5cc-946e-4c08-b43f-848ee122ea72 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-07T03:26:55.993Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-07T03:26:55.994Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-07T03:26:56.191Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-07T03:26:56.192Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d873e5cc-946e-4c08-b43f-848ee122ea72 20206
2022-05-07T03:26:56.193Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-07T03:26:56.193Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-07T03:26:56.193Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T03:26:56.193Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:56.195Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:56.195Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894016193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:26:56.296Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:56.296Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:56.296Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:56.306Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:56.307Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:57.203Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ca0614fb-b8cf-4455-a065-eb0624ff8311
2022-05-07T03:26:57.203Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 84c811c7-a7ca-4842-a94c-f90f7cb01224 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:26:57.214Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4930eb27, org.onap.sdc.toscaparser.api.parameters.Input@2e2d8367, org.onap.sdc.toscaparser.api.parameters.Input@7b53d43e, org.onap.sdc.toscaparser.api.parameters.Input@31aceb60, org.onap.sdc.toscaparser.api.parameters.Input@7f8b57a1]
2022-05-07T03:26:57.216Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.216Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.216Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-07T03:26:57.216Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b
2022-05-07T03:26:57.216Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b matches Tosca VF Customization UUID: 59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b
2022-05-07T03:26:57.216Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T03:26:57.219Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.219Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.219Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-07T03:26:57.220Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e4903bf
2022-05-07T03:26:57.220Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.220Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T03:26:57.220Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 822d3a03-f7e7-453c-906c-296b676cd7e9
2022-05-07T03:26:57.220Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 822d3a03-f7e7-453c-906c-296b676cd7e9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T03:26:57.222Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.222Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:57.222Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:26:57.222Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.222Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:57.223Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T03:26:57.223Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.223Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T03:26:57.223Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=59b8b277-a3b5-4f7a-b28d-d69e55cf9f4b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:26:57.225Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.225Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.225Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ca0614fb-b8cf-4455-a065-eb0624ff8311: basic_cnf_macro
2022-05-07T03:26:57.225Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.225Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.225Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T03:26:57.226Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T03:26:57.227Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T03:26:57.268Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 84c811c7-a7ca-4842-a94c-f90f7cb01224 2 ASDC deployResourceStructure
2022-05-07T03:26:57.268Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-07T03:26:57.268Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T03:26:57.269Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:26:57.269Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:57.272Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:57.272Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894017268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:26:57.372Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:57.373Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:57.373Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:57.383Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:57.384Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:58.273Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-07T03:26:58.273Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T03:26:58.273Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:26:58.273Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:58.275Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:58.275Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894018273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:26:58.375Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:26:58.376Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:58.376Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:58.386Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:58.387Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:26:59.275Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-07T03:26:59.276Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-07T03:26:59.276Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T03:26:59.276Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:26:59.278Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:26:59.278Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894019275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:26:59.379Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T03:26:59.380Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:26:59.380Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:26:59.391Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:26:59.391Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:27:00.279Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-07T03:27:00.279Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T03:27:00.279Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:27:00.280Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:27:00.281Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:27:00.281Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894020279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:27:00.381Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:27:00.382Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:27:00.382Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:00.393Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:00.393Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T03:27:01.282Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-07T03:27:01.282Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-07T03:27:01.282Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T03:27:01.283Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:27:01.285Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:27:01.285Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894021282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:27:01.385Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:27:01.386Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:27:01.386Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:01.396Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:01.396Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:27:02.286Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-07T03:27:02.286Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T03:27:02.286Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T03:27:02.286Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:27:02.288Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:27:02.288Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894022286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:27:02.388Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:27:02.389Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:27:02.389Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:02.399Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:02.399Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-07T03:27:03.289Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:27:03.300Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00b0f022-d2f6-4f95-aff6-bca9f7962fa8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:27:03.302Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:27:03.303Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:27:03.303Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:27:03.303Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T03:27:03.303Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T03:27:03.308Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T03:27:33.308Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T03:27:33.314Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and serviceModelVersionId: ca0614fb-b8cf-4455-a065-eb0624ff8311
2022-05-07T03:27:33.314Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb9bf0b3-24d5-4a13-85d8-0378c95506a7
2022-05-07T03:27:33.315Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0
2022-05-07T03:27:33.319Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T03:27:33.344Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0|INFO|500||Invoke
2022-05-07T03:27:33.344Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00b0f022-d2f6-4f95-aff6-bca9f7962fa8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37596850-908a-4db5-8030-09169dcd2b34], X-ECOMP-RequestID=[00b0f022-d2f6-4f95-aff6-bca9f7962fa8], X-TransactionId=[], X-ONAP-RequestID=[00b0f022-d2f6-4f95-aff6-bca9f7962fa8], Content-Type=[application/merge-patch+json]}
2022-05-07T03:27:33.362Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T03:27:33.443Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?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/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-03:27:33:370-56909], vertex-id=[233648], Content-Length=[0], Date=[Sat, 07 May 2022 03:27:33 GMT], Content-Type=[application/json]}
2022-05-07T03:27:33.444Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T03:27:33.444Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9bf0b3-24d5-4a13-85d8-0378c95506a7/model-vers/model-ver/ca0614fb-b8cf-4455-a065-eb0624ff8311?depth=0|INFO|500||InvokeReturn
2022-05-07T03:27:33.445Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T03:27:33.445Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T03:27:33.449Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T03:27:33.450Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00b0f022-d2f6-4f95-aff6-bca9f7962fa8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T03:27:33.450Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T03:27:33.450Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-07T03:27:33.452Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T03:27:33.452Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894053450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:27:33.553Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T03:27:33.553Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T03:27:33.554Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:33.568Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:33.568Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T03:27:34.465Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:27:34.465Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:27:34.465Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:43.993Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:43.994Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:27:43.994Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:27:43.994Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:53.522Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:27:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:27:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:27:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:27:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:27:55.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:27:55.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:27:55.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893896774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:27:55.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:27:55.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:27:55.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893898076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893899202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893900204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893901207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893902211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:27:55.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:28:04.913Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:28:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:28:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:28:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:28:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:28:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:28:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:28:55.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:28:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44145dc0-695d-4b3d-9e7a-e5a2872a2d10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893993408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:28:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-07T03:28:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651893994424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894009074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:28:55.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894011148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894012497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894013695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:28:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:28:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894014990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:28:55.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:04.918Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:29:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:29:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:29:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T03:29:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:29:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:29:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:29:55.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:29:55.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894016193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894017268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894018273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894019275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894020279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894021282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894022286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T03:29:55.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:29:55.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T03:29:55.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00b0f022-d2f6-4f95-aff6-bca9f7962fa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651894053450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T03:29:55.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T03:30:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:30:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:30:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:30:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:30:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:30:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:30:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:31:04.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:31:04.922Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:31:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:31:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:31:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:31:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:31:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:31:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:32:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:32:04.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:32:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:32:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:32:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:32:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:32:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:32:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:33:04.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:33:04.932Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:33:55.385Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:33:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:33:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:33:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:33:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:33:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:34:04.918Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:34:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:34:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:34:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:34:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:34:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:34:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:34:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:35:04.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:35:04.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:35:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:35:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:35:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:35:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:35:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:35:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:36:04.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:36:04.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:36:55.385Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:36:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:36:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:36:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:36:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:36:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:37:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:37:04.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:37:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:37:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:37:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:37:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:37:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:37:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:38:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:38:04.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:38:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:38:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:38:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:38:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:38:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:38:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:39:04.922Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:39:04.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:39:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:39:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:39:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:39:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:39:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:39:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:40:04.931Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:40:04.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:40:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:40:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:40:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:40:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:40:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:40:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:41:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:41:04.921Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:41:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:41:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:41:55.389Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:41:55.389Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:41:55.389Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:41:55.389Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:42:04.923Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:42:04.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:42:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:42:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:42:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:42:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:42:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:42:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:43:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:43:04.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:43:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:43:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:43:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:43:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:43:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:43:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:44:04.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:44:04.921Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:44:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:44:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:44:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:44:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:44:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:44:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:45:04.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:45:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:45:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:45:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:45:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:45:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:45:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:45:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:46:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:46:04.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:46:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:46:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:46:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:46:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:46:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:46:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:47:04.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:47:04.926Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:47:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:47:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:47:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:47:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:47:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:47:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:48:04.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:48:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:48:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:48:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:48:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:48:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:48:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:48:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:49:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:49:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:49:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:49:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:49:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:49:55.387Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:49:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:49:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:50:04.917Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:50:04.917Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:50:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:50:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:50:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:50:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:50:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:50:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:51:04.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:51:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:51:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:51:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:51:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:51:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:51:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:51:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:52:04.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:52:04.918Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:52:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:52:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:52:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:52:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:52:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:52:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:53:04.917Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:53:04.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:53:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:53:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:53:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:53:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:53:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:53:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:54:04.914Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:54:04.915Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:54:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:54:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:54:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:54:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:54:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:54:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:55:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:55:04.921Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:55:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:55:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:55:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:55:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:55:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:55:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:56:04.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:56:04.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:56:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:56:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:56:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:56:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:56:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:56:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:57:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:57:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:57:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:57:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:57:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:57:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:57:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:57:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:58:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:58:04.921Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:58:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:58:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:58:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:58:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:58:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:58:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:59:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:59:04.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T03:59:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:59:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:59:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T03:59:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T03:59:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T03:59:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:00:04.916Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:00:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:00:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:00:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:00:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:00:55.387Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:00:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:00:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:01:04.920Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:01:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:01:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:01:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:01:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:01:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:01:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:01:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:02:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:02:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:02:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:02:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:02:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:02:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:02:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:02:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:03:04.918Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:03:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:03:55.385Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:03:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:03:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:03:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:03:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:03:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:04:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:04:04.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:04:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:04:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:04:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:04:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:04:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:04:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:05:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:05:04.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:05:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:05:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:05:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:05:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:05:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:05:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:06:04.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:06:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:06:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:06:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:06:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:06:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:06:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:06:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:07:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:07:04.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:07:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:07:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:07:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:07:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:07:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:07:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:08:04.915Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:08:04.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:08:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:08:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:08:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:08:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:08:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:08:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:09:04.922Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:09:04.922Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:09:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:09:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:09:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:09:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:09:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:09:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:10:04.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:10:04.919Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:10:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:10:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:10:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:10:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:10:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:10:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:11:04.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:11:04.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:11:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:11:55.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:11:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:11:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:11:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:11:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:12:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:12:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:12:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:12:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:12:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:12:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:12:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:12:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:13:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:13:04.918Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:13:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:13:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:13:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:13:55.387Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:13:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:13:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:14:04.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:14:04.921Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:14:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:14:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:14:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:14:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:14:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:14:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:15:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:15:04.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:15:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:15:55.387Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:15:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:15:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:15:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:15:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:16:04.922Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:16:04.922Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:16:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:16:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:16:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:16:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:16:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:16:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:17:04.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:17:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:17:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:17:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:17:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:17:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:17:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:17:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:18:04.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:18:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:18:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:18:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:18:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:18:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:18:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:18:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:19:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:19:04.920Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:19:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:19:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:19:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:19:55.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:19:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:19:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:20:04.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:20:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:20:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:20:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:20:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:20:55.387Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:20:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:20:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:21:04.919Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:21:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:21:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:21:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:21:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:21:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:21:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:21:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:22:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:22:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:22:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:22:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:22:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:22:55.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:22:55.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:22:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:23:04.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:23:04.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:23:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:23:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:23:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:23:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:23:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:23:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:24:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:24:04.922Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:24:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:24:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:24:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:24:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:24:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:24:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:25:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:25:04.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:25:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:25:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:25:55.387Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:25:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:25:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:25:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:26:04.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:26:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:26:55.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:26:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:26:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:26:55.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:26:55.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:26:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:27:04.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:27:04.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:27:55.385Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:27:55.386Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:27:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:27:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:27:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:27:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:28:04.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:28:04.915Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:28:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:28:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:28:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:28:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:28:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:28:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:29:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:29:04.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:29:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:29:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:29:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:29:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:29:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:29:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:30:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:30:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:30:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:30:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:30:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:30:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:30:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:30:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:31:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:31:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:31:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:31:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:31:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:31:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:31:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:31:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:32:04.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:32:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:32:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:32:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:32:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:32:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:32:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:32:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:33:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:33:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:33:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:33:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:33:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:33:55.387Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:33:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:33:55.388Z|95d51fab-77c7-4195-b7be-59c37824ee0d|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:34:04.920Z|95d51fab-77c7-4195-b7be-59c37824ee0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:34:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:34:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:34:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:34:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:34:55.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:34:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:34:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:35:04.919Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:35:04.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:35:55.385Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:35:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:35:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:35:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:35:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:35:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:36:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:36:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:36:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:36:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:36:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:36:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:36:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:36:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:37:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:37:04.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:37:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:37:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:37:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:37:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:37:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:37:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:38:04.916Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:38:04.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:38:55.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:38:55.386Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:38:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:38:55.387Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:38:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:38:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:39:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:39:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:39:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:39:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:39:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:39:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:39:55.387Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:39:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:40:04.917Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:40:04.918Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:40:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:40:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:40:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:40:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:40:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:40:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:41:04.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:41:04.920Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:41:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:41:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:41:55.386Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qod0IQv3vFpxA0NM) ...
2022-05-07T04:41:55.387Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:41:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:41:55.388Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:42:04.918Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:42:04.918Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:42:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:42:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:42:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:42:55.388Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:42:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:42:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:43:04.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:43:04.919Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:43:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:43:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:43:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:43:55.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:43:55.388Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:43:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:44:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:44:04.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:44:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:44:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:44:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:44:55.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:44:55.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:44:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:45:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:45:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:45:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:45:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:45:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:45:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:45:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:45:55.388Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:46:04.918Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:46:04.918Z|00b0f022-d2f6-4f95-aff6-bca9f7962fa8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:46:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:46:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:46:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:46:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:46:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:46:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:47:04.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:47:04.918Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:47:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:47:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:47:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:47:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:47:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:47:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:48:04.916Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:48:04.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:48:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:48:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:48:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:48:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:48:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:48:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:49:04.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:49:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:49:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:49:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:49:55.386Z|55775f3d-6f69-44a1-921d-63b8cf176a21|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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:49:55.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:49:55.388Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:49:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:50:04.920Z|55775f3d-6f69-44a1-921d-63b8cf176a21|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:50:04.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:50:55.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:50:55.386Z||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-05-07T04:50:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:50:55.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:50:55.388Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:50:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:51:04.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:51:04.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:51:55.385Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:51:55.386Z||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-05-07T04:51:55.386Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:51:55.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T04:51:55.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T04:51:55.388Z||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 qod0IQv3vFpxA0NM) ...
2022-05-07T04:52:04.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T04:52:04.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK