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-03-22T00:51:26.623Z||main|||||INFO|500||The following profiles are active: basic
2022-03-22T00:51:35.856Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-22T00:51:35.856Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-22T00:51:35.946Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-22T00:51:38.075Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-22T00:51:38.253Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-22T00:51:38.657Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-22T00:51:38.686Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-22T00:51:38.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-22T00:51:38.878Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-22T00:51:39.247Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-22T00:51:40.064Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T00:51:42.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T00:51:42.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-22T00:51:42.490Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T00:51:42.674Z||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-03-22T00:51:43.825Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T00:51:44.750Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-22T00:51:44.770Z||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$$b169728.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-03-22T00:51:44.771Z||main|||||WARN|500||The sdc end point is not alive
2022-03-22T00:51:47.452Z||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-03-22T00:51:50.025Z||main|||||WARN|500||---
2022-03-22T00:51:50.026Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-22T00:51:50.026Z||main|||||WARN|500||---
2022-03-22T00:51:50.359Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-22T00:51:54.350Z||main|||||INFO|500||Started Application in 32.056 seconds (JVM running for 33.257)
2022-03-22T00:51:54.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-22T00:51:54.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-22T00:51:54.423Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-22T00:51:54.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-22T00:51:54.533Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07c45c59-11fb-48bc-a9f2-7bc767baeb80 url= /sdc/v1/artifactTypes
2022-03-22T00:51:54.534Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-22T00:51:54.798Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-22T00:51:54.818Z||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-03-22T00:51:54.836Z||scheduling-1|||||DEBUG|500||create keys
2022-03-22T00:51:54.842Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-22T00:51:55.396Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:51:55.414Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3aef2ef3-48f0-415f-abf3-c73419924a23 url= /sdc/v1/registerForDistribution
2022-03-22T00:51:55.746Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3aef2ef3-48f0-415f-abf3-c73419924a23 url= /sdc/v1/registerForDistribution
2022-03-22T00:51:55.747Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-22T00:51:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:51:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:51:55.762Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-22T00:51:55.764Z||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-03-22T00:51:55.764Z||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-03-22T00:51:55.764Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:51:55.764Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:52:09.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:52:09.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:52:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:52:55.756Z||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-03-22T00:52:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:52:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:52:55.758Z||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-03-22T00:52:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:53:05.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:53:05.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:53:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:53:55.756Z||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-03-22T00:53:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:53:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:53:55.758Z||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-03-22T00:53:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:54:05.320Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:54:05.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:54:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:54:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:54:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:54:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:54:55.758Z||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-03-22T00:54:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:55:05.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:55:05.305Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:55:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:55:55.756Z||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-03-22T00:55:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:55:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:55:55.758Z||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-03-22T00:55:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:56:05.313Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:56:05.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:56:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:56:55.756Z||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-03-22T00:56:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:56:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:56:55.758Z||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-03-22T00:56:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:57:05.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:57:05.311Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:57:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:57:55.756Z||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-03-22T00:57:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:57:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:57:55.757Z||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-03-22T00:57:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:58:05.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:58:05.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:58:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:58:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:58:55.759Z||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-03-22T00:58:55.760Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:58:55.760Z||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-03-22T00:58:55.761Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:59:05.315Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:59:05.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T00:59:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:59:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:59:55.757Z||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-03-22T00:59:55.757Z||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-03-22T00:59:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:59:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:00:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:00:05.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:00:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:00:55.756Z||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-03-22T01:00:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:00:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:00:55.757Z||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-03-22T01:00:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:01:05.307Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:01:05.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:01:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:01:55.756Z||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-03-22T01:01:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:01:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:01:55.757Z||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-03-22T01:01:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:01:57.152Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-22T01:02:05.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:02:05.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:02:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:02:55.756Z||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-03-22T01:02:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:02:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:02:55.757Z||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-03-22T01:02:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:03:05.307Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:03:05.308Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:03:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:03:55.756Z||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-03-22T01:03:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:03:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:03:55.758Z||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-03-22T01:03:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:04:05.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:04:05.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:04:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:04:55.756Z||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-03-22T01:04:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:04:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:04:55.757Z||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-03-22T01:04:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:05:05.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:05:05.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:05:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:05:55.756Z||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-03-22T01:05:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:05:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:05:55.757Z||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-03-22T01:05:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:06:05.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:06:05.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:06:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:06:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:06:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:06:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:06:55.758Z||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-03-22T01:06:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:07:05.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:07:05.326Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:07:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:07:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:07:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:07:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:07:55.757Z||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-03-22T01:07:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:08:05.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:08:05.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:08:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:08:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:08:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:08:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:08:55.758Z||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-03-22T01:08:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:09:05.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:09:05.307Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:09:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:09:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:09:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:09:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:09:55.757Z||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-03-22T01:09:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:10:05.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:10:05.309Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:10:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:10:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:10:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:10:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:10:55.757Z||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-03-22T01:10:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:11:05.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:11:05.311Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:11:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:11:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:11:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:11:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:11:55.757Z||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-03-22T01:11:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:12:05.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:12:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:12:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:12:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:12:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:12:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:12:55.757Z||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-03-22T01:12:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:13:05.316Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:13:05.324Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:13:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:13:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:13:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:13:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:13:55.758Z||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-03-22T01:13:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:14:05.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:14:05.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:14:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:14:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:14:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:14:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:14:55.757Z||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-03-22T01:14:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:15:05.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:15:05.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:15:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:15:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:15:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:15:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:15:55.757Z||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-03-22T01:15:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:16:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:16:05.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:16:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:16:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:16:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:16:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:16:55.758Z||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-03-22T01:16:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:17:05.297Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:17:05.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:17:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:17:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:17:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:17:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:17:55.757Z||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-03-22T01:17:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:18:05.303Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:18:05.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:18:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:18:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:18:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:18:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:18:55.757Z||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-03-22T01:18:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:19:05.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:19:05.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:19:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:19:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:19:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:19:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:19:55.757Z||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-03-22T01:19:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:20:05.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:20:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:20:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:20:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:20:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:20:55.757Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:20:55.757Z||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-03-22T01:20:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:21:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:21:05.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:21:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:21:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:21:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:21:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:21:55.757Z||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-03-22T01:21:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:22:05.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:22:05.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:22:55.755Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:22:55.756Z||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-03-22T01:22:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:22:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:22:55.758Z||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-03-22T01:22:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:23:05.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:23:05.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:23:55.755Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:23:55.756Z||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-03-22T01:23:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:23:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:23:55.757Z||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-03-22T01:23:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:24:05.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:24:05.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:24:55.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:24:55.756Z||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-03-22T01:24:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:24:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:24:55.759Z||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-03-22T01:24:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:25:05.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:25:05.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:25:55.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:25:55.755Z||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-03-22T01:25:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:25:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:25:55.757Z||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-03-22T01:25:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:26:05.307Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:26:05.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:26:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:26:55.756Z||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-03-22T01:26:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:26:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:26:55.759Z||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-03-22T01:26:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:27:05.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:27:05.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:27:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:27:55.756Z||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-03-22T01:27:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:27:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:27:55.757Z||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-03-22T01:27:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:28:05.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:28:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:28:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:28:55.755Z||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-03-22T01:28:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:28:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:28:55.758Z||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-03-22T01:28:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:29:05.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:29:05.306Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:29:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:29:55.755Z||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-03-22T01:29:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:29:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:29:55.757Z||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-03-22T01:29:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:30:05.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:30:05.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:30:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:30:55.755Z||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-03-22T01:30:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:30:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:30:55.758Z||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-03-22T01:30:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:31:05.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:31:05.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:31:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:31:55.756Z||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-03-22T01:31:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:31:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:31:55.757Z||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-03-22T01:31:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:32:05.307Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:32:05.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:32:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:32:55.756Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:32:55.759Z||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-03-22T01:32:55.759Z||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-03-22T01:32:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:32:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:33:05.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:33:05.316Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:33:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:33:55.756Z||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-03-22T01:33:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:33:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:33:55.759Z||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-03-22T01:33:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:34:05.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:34:05.306Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:34:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:34:55.756Z||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-03-22T01:34:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:34:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:34:55.758Z||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-03-22T01:34:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:35:05.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:35:05.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:35:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:35:55.755Z||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-03-22T01:35:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:35:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:35:55.757Z||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-03-22T01:35:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:36:05.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:36:05.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:36:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:36:55.756Z||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-03-22T01:36:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:36:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:36:55.758Z||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-03-22T01:36:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:37:05.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:37:05.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:37:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:37:55.756Z||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-03-22T01:37:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:37:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:37:55.757Z||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-03-22T01:37:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:38:05.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:38:05.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:38:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:38:55.756Z||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-03-22T01:38:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:38:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:38:55.757Z||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-03-22T01:38:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:39:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:39:05.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:39:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:39:55.756Z||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-03-22T01:39:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:39:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:39:55.757Z||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-03-22T01:39:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:40:05.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:05.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:55.755Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:40:55.756Z||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-03-22T01:40:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:40:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:40:55.758Z||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-03-22T01:40:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:40:56.386Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:56.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"670a0536-24b6-4674-a03a-6059ea56a631","serviceName":"basic_onboard_MqOjIs","serviceVersion":"1.0","serviceUUID":"c201be71-9fe0-4e72-909c-e661e34b7e41","serviceDescription":"service","serviceInvariantUUID":"fe640118-dba5-488a-9910-b1e764a3f43a","resources":[{"resourceInstanceName":"basic_onboard_MqOjIs 0","resourceName":"basic_onboard_MqOjIs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f256f04-7399-4ed2-ab50-2cd7e6172151","resourceInvariantUUID":"de656b61-3bed-4510-a669-202802bc1e0f","resourceCustomizationUUID":"08832f8f-72b0-4a71-875d-5690a19a1ab6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml","artifactChecksum":"YzMyMTNjNTk1YTg1YWNjZDU4ZTIzMTY5OGRkYTdlMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b87c533d-9338-4b86-b843-d65d357f5819","artifactVersion":"1"},{"artifactName":"basic_onboard_mqojis0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json","artifactChecksum":"MzQ4YTA5MmNjZDQ1MDY3OTBhY2NlYzNiZTcxZDFjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac7bd3c1-8818-4149-87c2-e870a6950ed7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"052ab07c-6285-43bd-a8e6-85261ac7c85d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13e73cdb-619c-4df7-83aa-d1eb15bccbba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f7c5129-7b35-474d-81fc-001a0f31606c","artifactVersion":"2","generatedFromUUID":"052ab07c-6285-43bd-a8e6-85261ac7c85d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMqojis-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml","artifactChecksum":"ODUyNmY1NmYyNThjMWYwNDRkY2U1NDk4NTVkNWQwN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6c2c1be-8ced-4e56-a589-bb31cf4e40c4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMqojis-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar","artifactChecksum":"OGYyYTg2MmNkYmE1MGJjY2JhYmMxNmZkZWU4MGU1MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"736bf5fe-b87f-48b7-96f2-3f221c6db787","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:40:56.398Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:56.400Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:56.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:56.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:56.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913226162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913221376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913223955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913236455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913236471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913236490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913230024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "cds",
  "timestamp": 1647913237489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-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-03-22T01:40:56.514Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-22T01:40:56.518Z||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-03-22T01:40:56.518Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.532Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:56.533Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:56.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.587Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913237756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913232093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913238952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913233380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913240110,
  "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-03-22T01:40:56.629Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.629Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:40:56.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913240296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913241115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913242373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "policy-id",
  "timestamp": 1647913243377,
  "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-03-22T01:40:56.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.645Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:40:56.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913244106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:40:56.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913245110,
  "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-03-22T01:40:56.661Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.661Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:40:56.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913248285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "aai-ml",
  "timestamp": 1647913249289,
  "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-03-22T01:40:56.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:40:56.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913249605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913251611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "clamp",
  "timestamp": 1647913252615,
  "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-03-22T01:40:56.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.692Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:40:57.419Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:57.420Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:57.421Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:57.422Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:40:57.522Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:40:57.522Z||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-03-22T01:40:57.523Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:40:57.537Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:57.537Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:40:58.422Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:58.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:58.425Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:58.425Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:40:58.525Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:40:58.526Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:40:58.527Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:40:58.538Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:58.538Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:40:59.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:59.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:59.429Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:59.429Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:40:59.529Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:40:59.530Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:40:59.531Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:40:59.544Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:40:59.544Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:41:00.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:41:00.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:00.433Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:00.433Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T01:41:00.533Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:41:00.535Z||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-03-22T01:41:00.535Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:00.547Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:00.548Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:01.434Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:41:01.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:01.437Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:01.437Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:41:01.537Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:01.538Z||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-03-22T01:41:01.538Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:01.552Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:01.553Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:02.438Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:41:02.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:02.440Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:02.441Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:41:02.541Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:02.542Z||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-03-22T01:41:02.542Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:02.555Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:02.556Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:41:03.444Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "serviceName": "basic_onboard_MqOjIs",
  "serviceVersion": "1.0",
  "serviceUUID": "c201be71-9fe0-4e72-909c-e661e34b7e41",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe640118-dba5-488a-9910-b1e764a3f43a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_MqOjIs 0",
      "resourceCustomizationUUID": "08832f8f-72b0-4a71-875d-5690a19a1ab6",
      "resourceName": "basic_onboard_MqOjIs",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f256f04-7399-4ed2-ab50-2cd7e6172151",
      "resourceInvariantUUID": "de656b61-3bed-4510-a669-202802bc1e0f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mqojis0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
          "artifactChecksum": "MzQ4YTA5MmNjZDQ1MDY3OTBhY2NlYzNiZTcxZDFjZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac7bd3c1-8818-4149-87c2-e870a6950ed7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "052ab07c-6285-43bd-a8e6-85261ac7c85d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f7c5129-7b35-474d-81fc-001a0f31606c",
            "generatedFromUUID": "052ab07c-6285-43bd-a8e6-85261ac7c85d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f7c5129-7b35-474d-81fc-001a0f31606c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMqojis-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
      "artifactChecksum": "OGYyYTg2MmNkYmE1MGJjY2JhYmMxNmZkZWU4MGU1MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "736bf5fe-b87f-48b7-96f2-3f221c6db787"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T01:41:03.446Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:41:03.447Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c201be71-9fe0-4e72-909c-e661e34b7e41 ASDC
2022-03-22T01:41:03.532Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:670a0536-24b6-4674-a03a-6059ea56a631
ServiceName:basic_onboard_MqOjIs
ServiceVersion:1.0
ServiceUUID:c201be71-9fe0-4e72-909c-e661e34b7e41
ServiceInvariantUUID:fe640118-dba5-488a-9910-b1e764a3f43a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMqojis-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
ArtifactUUID:736bf5fe-b87f-48b7-96f2-3f221c6db787
ArtifactChecksum:OGYyYTg2MmNkYmE1MGJjY2JhYmMxNmZkZWU4MGU1MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MqOjIs 0
ResourceCustomizationUUID:08832f8f-72b0-4a71-875d-5690a19a1ab6
ResourceInvariantUUID:de656b61-3bed-4510-a669-202802bc1e0f
ResourceName:basic_onboard_MqOjIs
ResourceType:VF
ResourceUUID:6f256f04-7399-4ed2-ab50-2cd7e6172151
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mqojis0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
ArtifactUUID:ac7bd3c1-8818-4149-87c2-e870a6950ed7
ArtifactChecksum:MzQ4YTA5MmNjZDQ1MDY3OTBhY2NlYzNiZTcxZDFjZWE=
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/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
ArtifactUUID:052ab07c-6285-43bd-a8e6-85261ac7c85d
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/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
ArtifactUUID:1f7c5129-7b35-474d-81fc-001a0f31606c
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/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
ArtifactUUID:1f7c5129-7b35-474d-81fc-001a0f31606c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T01:41:03.533Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c201be71-9fe0-4e72-909c-e661e34b7e41 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-03-22T01:41:03.573Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:41:03.574Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:41:03.575Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:41:03.575Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 736bf5fe-b87f-48b7-96f2-3f221c6db787 from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:03.575Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:03.576Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:03.661Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:03.676Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar 736bf5fe-b87f-48b7-96f2-3f221c6db787 71577
2022-03-22T01:41:03.677Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar ASDC sendASDCNotification
2022-03-22T01:41:03.677Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:03.678Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:03.679Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:03.680Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:03.680Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913263676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:41:03.780Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:03.781Z||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-03-22T01:41:03.782Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:03.795Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:03.796Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:04.680Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:41:04.682Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:41:04.682Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 736bf5fe-b87f-48b7-96f2-3f221c6db787, URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar to file: /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:04.683Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:04.741Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:04.741Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:05.103Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4368451514433269270/Definitions/service-BasicOnboardMqojis-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-03-22T01:41:06.996Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MqOjIs 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-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:41:07.006Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.008Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.017Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.017Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:41:07.019Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:41:07.020Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.020Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T01:41:07.026Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.026Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:41:07.027Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.027Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.027Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is not matching search criteria
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7ca133fb-bcb4-4033-b71c-3d9d4dc0e554
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_MqOjIs
Description:service
Model UUID:c201be71-9fe0-4e72-909c-e661e34b7e41
Model Version:NULL
Model InvariantUuid:fe640118-dba5-488a-9910-b1e764a3f43a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_MqOjIs
Model UUID:5531b83e-6ce5-44ec-ae89-3e1ca5d96621
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de656b61-3bed-4510-a669-202802bc1e0f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:08832f8f-72b0-4a71-875d-5690a19a1ab6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:208ab746-2717-4ae5-a43b-148e3f822218
ModelName:BasicOnboardMqojis..base_ubuntu18..module-0
ModelUuid:c4632b0b-07bd-44dc-b0a4-24419be209ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ca133fb-bcb4-4033-b71c-3d9d4dc0e554
ModelInvariantUuid:4c50258f-155a-4bbc-9d14-287416c17455
ModelName:basic_onboard_MqOjIs-nodes.ubuntu18Cvfc
ModelUuid:d14f6999-cbd6-4230-9afa-30c0d1e55eab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e5403d50-73a2-4c60-a32e-cee2bb75403b
ModelInvariantUuid:c15d280d-55d0-4011-b0c7-bc497d041ba2
ModelName:BasicOnboardMqojis.compute.nodes.heat.ubuntu18
ModelUuid:999003b2-c942-48aa-89eb-958b3811535f
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-03-22T01:41:07.045Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f256f04-7399-4ed2-ab50-2cd7e6172151
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-03-22T01:41:07.115Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||basic_onboard_MqOjIs 0
2022-03-22T01:41:07.128Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f256f04-7399-4ed2-ab50-2cd7e6172151
2022-03-22T01:41:07.129Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac7bd3c1-8818-4149-87c2-e870a6950ed7 from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:07.129Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:07.129Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:07.263Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json ac7bd3c1-8818-4149-87c2-e870a6950ed7 798
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json ASDC sendASDCNotification
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:07.265Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:07.268Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:07.268Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913267264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:41:07.368Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:07.370Z||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-03-22T01:41:07.370Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:07.380Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:07.380Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:08.270Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMqojis..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "208ab746-2717-4ae5-a43b-148e3f822218",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4632b0b-07bd-44dc-b0a4-24419be209ac",
    "vfModuleModelCustomizationUUID": "91c6d215-1888-4d5f-ab22-765e3e12c0a8",
    "isBase": true,
    "artifacts": [
      "052ab07c-6285-43bd-a8e6-85261ac7c85d",
      "1f7c5129-7b35-474d-81fc-001a0f31606c"
    ],
    "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-03-22T01:41:08.286Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMqojis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4632b0b-07bd-44dc-b0a4-24419be209ac
VfModuleModelInvariantUUID:208ab746-2717-4ae5-a43b-148e3f822218
VfModuleModelDescription:NULL
Artifacts UUID List:{
052ab07c-6285-43bd-a8e6-85261ac7c85d
,
1f7c5129-7b35-474d-81fc-001a0f31606c

}
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-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMqojis..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "208ab746-2717-4ae5-a43b-148e3f822218",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4632b0b-07bd-44dc-b0a4-24419be209ac",
    "vfModuleModelCustomizationUUID": "91c6d215-1888-4d5f-ab22-765e3e12c0a8",
    "isBase": true,
    "artifacts": [
      "052ab07c-6285-43bd-a8e6-85261ac7c85d",
      "1f7c5129-7b35-474d-81fc-001a0f31606c"
    ],
    "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-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMqojis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4632b0b-07bd-44dc-b0a4-24419be209ac
VfModuleModelInvariantUUID:208ab746-2717-4ae5-a43b-148e3f822218
VfModuleModelDescription:NULL
Artifacts UUID List:{
052ab07c-6285-43bd-a8e6-85261ac7c85d
,
1f7c5129-7b35-474d-81fc-001a0f31606c

}
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-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 052ab07c-6285-43bd-a8e6-85261ac7c85d from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:08.472Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml 052ab07c-6285-43bd-a8e6-85261ac7c85d 5033
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:08.474Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:08.475Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:08.475Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913268473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:41:08.576Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:08.577Z||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-03-22T01:41:08.577Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:08.589Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:08.590Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:09.476Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f7c5129-7b35-474d-81fc-001a0f31606c from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:09.476Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:09.477Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env 1f7c5129-7b35-474d-81fc-001a0f31606c 909
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:09.673Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:09.673Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:09.675Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:09.675Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913269672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:41:09.776Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:09.777Z||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-03-22T01:41:09.777Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:09.790Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:09.790Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:10.676Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c201be71-9fe0-4e72-909c-e661e34b7e41
2022-03-22T01:41:10.677Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MqOjIs 0 6f256f04-7399-4ed2-ab50-2cd7e6172151 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-03-22T01:41:10.703Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bad4efa, org.onap.sdc.toscaparser.api.parameters.Input@3f196239, org.onap.sdc.toscaparser.api.parameters.Input@3943b4fa, org.onap.sdc.toscaparser.api.parameters.Input@275c56e4, org.onap.sdc.toscaparser.api.parameters.Input@16b7066b]
2022-03-22T01:41:10.706Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.707Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.707Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-22T01:41:10.707Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 08832f8f-72b0-4a71-875d-5690a19a1ab6
2022-03-22T01:41:10.708Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08832f8f-72b0-4a71-875d-5690a19a1ab6 matches Tosca VF Customization UUID: 08832f8f-72b0-4a71-875d-5690a19a1ab6
2022-03-22T01:41:10.708Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 08832f8f-72b0-4a71-875d-5690a19a1ab6  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-03-22T01:41:10.714Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.714Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 08832f8f-72b0-4a71-875d-5690a19a1ab6: {\"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-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b27dfcc
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91c6d215-1888-4d5f-ab22-765e3e12c0a8
2022-03-22T01:41:10.716Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91c6d215-1888-4d5f-ab22-765e3e12c0a8
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-03-22T01:41:10.721Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.721Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.721Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is not matching search criteria
2022-03-22T01:41:10.723Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T01:41:10.723Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T01:41:10.723Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7ca133fb-bcb4-4033-b71c-3d9d4dc0e554
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-03-22T01:41:10.728Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.730Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=08832f8f-72b0-4a71-875d-5690a19a1ab6
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-03-22T01:41:10.731Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c201be71-9fe0-4e72-909c-e661e34b7e41: basic_onboard_MqOjIs
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_MqOjIs 
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-03-22T01:41:10.920Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MqOjIs 6f256f04-7399-4ed2-ab50-2cd7e6172151 1 ASDC deployResourceStructure
2022-03-22T01:41:10.921Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json ASDC sendASDCNotification
2022-03-22T01:41:10.921Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:10.921Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:10.922Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:10.924Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:10.925Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913270921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:41:11.025Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:11.026Z||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-03-22T01:41:11.026Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:11.038Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:11.039Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:11.926Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T01:41:11.927Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:11.927Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:11.927Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:11.930Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:11.930Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913271925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T01:41:12.030Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:41:12.031Z||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-03-22T01:41:12.031Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:12.045Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:12.046Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:12.931Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T01:41:12.931Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:12.932Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:12.933Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:12.935Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:12.935Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913272931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T01:41:13.035Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:13.036Z||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-03-22T01:41:13.036Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:13.048Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:13.049Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:41:13.936Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar ASDC sendASDCNotification
2022-03-22T01:41:13.937Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:13.937Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:13.937Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:13.939Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:13.939Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913273936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:41:14.040Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:41:14.040Z||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-03-22T01:41:14.041Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:14.051Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:14.051Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:14.941Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670a0536-24b6-4674-a03a-6059ea56a631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:41:14.958Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670a0536-24b6-4674-a03a-6059ea56a631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:41:14.962Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:41:14.962Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:41:14.962Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:41:14.970Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:41:44.971Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 670a0536-24b6-4674-a03a-6059ea56a631 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-03-22T01:41:44.981Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 670a0536-24b6-4674-a03a-6059ea56a631 and serviceModelVersionId: c201be71-9fe0-4e72-909c-e661e34b7e41
2022-03-22T01:41:44.981Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe640118-dba5-488a-9910-b1e764a3f43a
2022-03-22T01:41:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:41:55.757Z||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-03-22T01:41:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:41:55.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:55.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:41:55.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:41:55.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:41:56.953Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0
2022-03-22T01:41:57.071Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:41:57.572Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|INFO|500||Invoke
2022-03-22T01:41:57.577Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[670a0536-24b6-4674-a03a-6059ea56a631], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55cde0d5-f7c9-43c7-bf52-363d4c8c00ab], X-ECOMP-RequestID=[670a0536-24b6-4674-a03a-6059ea56a631], X-TransactionId=[], X-ONAP-RequestID=[670a0536-24b6-4674-a03a-6059ea56a631], Content-Type=[application/merge-patch+json]}
2022-03-22T01:41:57.768Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T01:41:58.036Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?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/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220322-01:41:57:837-2050], vertex-id=[438464], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:41:57 GMT], Content-Type=[application/json]}
2022-03-22T01:41:58.038Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:41:58.038Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|INFO|500||InvokeReturn
2022-03-22T01:41:58.043Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:41:58.044Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:41:58.049Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:41:58.059Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 670a0536-24b6-4674-a03a-6059ea56a631 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:41:58.060Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:41:58.060Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:58.062Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:58.062Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913318059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:41:58.163Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:58.164Z||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-03-22T01:41:58.165Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:58.179Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:41:58.180Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:41:59.084Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:41:59.085Z|670a0536-24b6-4674-a03a-6059ea56a631|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-03-22T01:41:59.085Z|670a0536-24b6-4674-a03a-6059ea56a631|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:42:08.628Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:42:55.755Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:42:55.756Z|670a0536-24b6-4674-a03a-6059ea56a631|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-03-22T01:42:55.756Z|670a0536-24b6-4674-a03a-6059ea56a631|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:42:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:42:55.758Z||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-03-22T01:42:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:42:55.780Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:42:55.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913255755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913263676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913267264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913268473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913269672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913270921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913271925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913272931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913273936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:43:04.218Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:43:04.219Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T01:43:04.219Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"280b2a1b-a431-4c59-960d-766077c958e2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"119ef7e8-4da9-48c5-ae33-9938a0185fbb","serviceDescription":"service","serviceInvariantUUID":"84f17862-9be0-4ef2-a945-18db6c500fb0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78","resourceInvariantUUID":"392ea95a-8cb2-438c-b98b-8ceda28f124d","resourceCustomizationUUID":"dadc612f-d1e2-4343-951e-b933a1b5f236","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":"NzYzOThmYzI3MmZmMmRkMDk1ODdlOTQ4YTc5YzNjZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2136877-0bff-423d-8f1c-f6e4212da49d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGQyYTMyODBiZTA1MzE5MTc0OWFhNTA5MzIzODk0YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24f885df-620c-4893-81b0-da4ece035989","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:43:04.221Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:43:04.221Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:04.224Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:04.224Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913375755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:43:04.324Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:43:04.325Z||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-03-22T01:43:04.325Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:04.336Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:43:04.337Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:05.224Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:43:05.225Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:05.228Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:05.228Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913375755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:43:05.328Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:43:05.329Z||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-03-22T01:43:05.329Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:05.345Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:43:05.346Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:06.229Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "119ef7e8-4da9-48c5-ae33-9938a0185fbb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "84f17862-9be0-4ef2-a945-18db6c500fb0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dadc612f-d1e2-4343-951e-b933a1b5f236",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78",
      "resourceInvariantUUID": "392ea95a-8cb2-438c-b98b-8ceda28f124d",
      "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": "ZGQyYTMyODBiZTA1MzE5MTc0OWFhNTA5MzIzODk0YzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24f885df-620c-4893-81b0-da4ece035989"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T01:43:06.230Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:43:06.230Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 119ef7e8-4da9-48c5-ae33-9938a0185fbb ASDC
2022-03-22T01:43:06.230Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:280b2a1b-a431-4c59-960d-766077c958e2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:119ef7e8-4da9-48c5-ae33-9938a0185fbb
ServiceInvariantUUID:84f17862-9be0-4ef2-a945-18db6c500fb0
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:24f885df-620c-4893-81b0-da4ece035989
ArtifactChecksum:ZGQyYTMyODBiZTA1MzE5MTc0OWFhNTA5MzIzODk0YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dadc612f-d1e2-4343-951e-b933a1b5f236
ResourceInvariantUUID:392ea95a-8cb2-438c-b98b-8ceda28f124d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-22T01:43:06.230Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 119ef7e8-4da9-48c5-ae33-9938a0185fbb 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-03-22T01:43:06.263Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:43:06.264Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24f885df-620c-4893-81b0-da4ece035989 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:06.661Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 24f885df-620c-4893-81b0-da4ece035989 52506
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:43:06.667Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:06.668Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:06.668Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913386666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:43:06.769Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:43:06.770Z||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-03-22T01:43:06.770Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:06.783Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:43:06.784Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:07.669Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:43:07.670Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:43:07.670Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 24f885df-620c-4893-81b0-da4ece035989, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:07.670Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-22T01:43:07.671Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:07.671Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:07.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4693406310468818253/Definitions/service-BasicNetwork-template.yml
2022-03-22T01:43:08.326Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:119ef7e8-4da9-48c5-ae33-9938a0185fbb
Model Version:NULL
Model InvariantUuid:84f17862-9be0-4ef2-a945-18db6c500fb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:392ea95a-8cb2-438c-b98b-8ceda28f124d
Model UUID:2dded83b-fcf6-49f9-a08a-4b5088bde924
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dadc612f-d1e2-4343-951e-b933a1b5f236
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-03-22T01:43:08.338Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78
2022-03-22T01:43:08.338Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||No resources found for Service: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
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-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-22T01:43:08.343Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.347Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b3dc7a7, org.onap.sdc.toscaparser.api.parameters.Input@59c26d8b, org.onap.sdc.toscaparser.api.parameters.Input@75b54b3a, org.onap.sdc.toscaparser.api.parameters.Input@7da6bf87, org.onap.sdc.toscaparser.api.parameters.Input@78234f6b]
2022-03-22T01:43:08.348Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.348Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.348Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 119ef7e8-4da9-48c5-ae33-9938a0185fbb: Generic NeutronNet
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.374Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:43:08.374Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.374Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.430Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-22T01:43:08.430Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-22T01:43:08.431Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:08.431Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:43:08.431Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:08.432Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:08.433Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913388430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:43:08.533Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:43:08.535Z||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-03-22T01:43:08.535Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:08.549Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:43:08.549Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:09.434Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:43:09.448Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:43:09.450Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:43:09.450Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:43:09.450Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:43:39.451Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:43:39.460Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:43:39.462Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:43:39.462Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:43:39.462Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:43:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:43:55.758Z||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-03-22T01:43:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:43:55.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:43:55.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:43:55.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913318059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:43:55.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:09.463Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:44:09.475Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:44:09.478Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:44:09.478Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:44:09.478Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:44:39.479Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:44:39.492Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:44:39.495Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:44:39.496Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:44:39.496Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:44:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:44:55.758Z||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-03-22T01:44:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:44:56.286Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:44:56.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913375755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913381376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913382093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "clamp",
  "timestamp": 1647913380024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "aai-ml",
  "timestamp": 1647913377046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913381376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913375755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913382093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "clamp",
  "timestamp": 1647913380024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "aai-ml",
  "timestamp": 1647913377046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "aai-ml",
  "timestamp": 1647913386663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913386667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913386666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913386162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913386162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913388208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913388430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913389212,
  "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-03-22T01:44:56.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.306Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 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-03-22T01:44:56.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "cds",
  "timestamp": 1647913388955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "cds",
  "timestamp": 1647913388955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "aai-ml",
  "timestamp": 1647913390978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "aai-ml",
  "timestamp": 1647913391981,
  "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-03-22T01:44:56.320Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.321Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 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-03-22T01:44:56.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "cds",
  "timestamp": 1647913392151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "cds",
  "timestamp": 1647913393157,
  "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-03-22T01:44:56.333Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 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-03-22T01:44:56.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "policy-id",
  "timestamp": 1647913393380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "policy-id",
  "timestamp": 1647913393380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "clamp",
  "timestamp": 1647913395618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "policy-id",
  "timestamp": 1647913396189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "policy-id",
  "timestamp": 1647913397193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "clamp",
  "timestamp": 1647913397625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "policy-id",
  "timestamp": 1647913398196,
  "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-03-22T01:44:56.350Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 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-03-22T01:44:56.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "clamp",
  "timestamp": 1647913398628,
  "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-03-22T01:44:56.368Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.368Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 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-03-22T01:45:09.496Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:45:09.509Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:45:09.513Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:45:09.515Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:45:09.520Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:45:39.521Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2 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-03-22T01:45:39.526Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 280b2a1b-a431-4c59-960d-766077c958e2 and serviceModelVersionId: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
2022-03-22T01:45:39.526Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84f17862-9be0-4ef2-a945-18db6c500fb0
2022-03-22T01:45:39.526Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0
2022-03-22T01:45:39.530Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:45:39.585Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?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-03-22T01:45:39.586Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0|INFO|500||Invoke
2022-03-22T01:45:39.632Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T01:45:40.252Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0|INFO|500||InvokeReturn
2022-03-22T01:45:40.253Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-01:45:39:640-71003], vertex-id=[442560], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:45:39 GMT], Content-Type=[application/json]}
2022-03-22T01:45:40.253Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:45:40.253Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:45:40.254Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 280b2a1b-a431-4c59-960d-766077c958e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:45:40.262Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:45:40.262Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913540260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:45:40.363Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:45:40.364Z||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-03-22T01:45:40.364Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:45:40.382Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:45:40.383Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 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-03-22T01:45:41.275Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:45:41.276Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T01:45:41.276Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:45:52.239Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:45:52.240Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:45:52.240Z||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-03-22T01:45:52.240Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:45:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:45:55.758Z||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-03-22T01:45:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:45:56.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:45:56.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:45:56.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913540260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:45:56.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:01.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:01.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:46:01.785Z||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-03-22T01:46:01.786Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:46:11.331Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:55.755Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:46:55.756Z||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-03-22T01:46:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:46:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:46:55.757Z||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-03-22T01:46:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:46:56.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:56.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f041636-c8c3-4a13-a257-f6d67667b61d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8610a169-9c5a-4095-9b7c-9e164fbb6f26","serviceDescription":"service","serviceInvariantUUID":"8f859bc1-d763-48fa-9363-077b0700722d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"865d1e74-5c18-449c-b52f-0b1775141772","resourceInvariantUUID":"87ab0c35-7cc2-4149-a5ef-228bbbd15dd4","resourceCustomizationUUID":"5413d357-0bab-4010-8be0-b7fb3b106b2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OWU5NjA3MTJjNWUxYTUzNmU4ZjI3MDAxMThiMTllZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a369252-e521-43c9-9c54-88b50b0a3fa6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OGE0ZjgzYmUxMWIwOTBmZjRkZThhY2I1MDYxMGMxMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"534ff2ae-455a-422e-ab30-590e080f7386","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72ac927d-d80d-49ca-8946-037a06384232","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec802275-d2d0-466b-8464-48b5a0205a71","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de0feaff-af3e-4840-a621-08acc11c1b41","artifactVersion":"2","generatedFromUUID":"72ac927d-d80d-49ca-8946-037a06384232"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmZhOGY0MDE5YTZhNDAyOGY5MTQyZTNhMjA2Y2ZkYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"130171a8-c815-484c-88d3-6b75ed067db9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWExNjUwMTdhYjY1Yzg4NmY3YjMyMWNiNTNlODcxMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"323e928f-547e-4091-846a-5d7e845566a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:46:56.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:56.389Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:56.389Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.391Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.391Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913601376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913598955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913593381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913610118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913610121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "cds",
  "timestamp": 1647913611122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:46:56.413Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:46:56.413Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913611125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "policy-id",
  "timestamp": 1647913612127,
  "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-03-22T01:46:56.426Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:46:56.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:46:56.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913606162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913613952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913615145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.492Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:46:56.493Z||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-03-22T01:46:56.493Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:56.507Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:56.507Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:46:57.392Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:57.393Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:57.395Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:57.395Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:46:57.496Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:46:57.497Z||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-03-22T01:46:57.497Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:57.509Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:57.509Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:46:58.396Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:58.397Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:58.399Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:58.399Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:46:58.500Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:46:58.501Z||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-03-22T01:46:58.501Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:58.514Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:58.514Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:46:59.400Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:59.401Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:59.403Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:59.403Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:46:59.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:46:59.505Z||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-03-22T01:46:59.505Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:59.518Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:46:59.518Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:00.404Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:47:00.405Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:00.408Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:00.408Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T01:47:00.508Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:00.509Z||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-03-22T01:47:00.510Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:00.524Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:00.524Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:01.408Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:47:01.409Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:01.411Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:01.411Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:47:01.511Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:01.512Z||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-03-22T01:47:01.513Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:01.523Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:01.523Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:02.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:47:02.413Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:02.415Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:02.415Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:47:02.515Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:02.516Z||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-03-22T01:47:02.517Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:02.528Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:02.528Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:47:03.418Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8610a169-9c5a-4095-9b7c-9e164fbb6f26",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8f859bc1-d763-48fa-9363-077b0700722d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5413d357-0bab-4010-8be0-b7fb3b106b2c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "865d1e74-5c18-449c-b52f-0b1775141772",
      "resourceInvariantUUID": "87ab0c35-7cc2-4149-a5ef-228bbbd15dd4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "OGE0ZjgzYmUxMWIwOTBmZjRkZThhY2I1MDYxMGMxMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "534ff2ae-455a-422e-ab30-590e080f7386",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "72ac927d-d80d-49ca-8946-037a06384232",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "de0feaff-af3e-4840-a621-08acc11c1b41",
            "generatedFromUUID": "72ac927d-d80d-49ca-8946-037a06384232"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "de0feaff-af3e-4840-a621-08acc11c1b41",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWExNjUwMTdhYjY1Yzg4NmY3YjMyMWNiNTNlODcxMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "323e928f-547e-4091-846a-5d7e845566a6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T01:47:03.418Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:47:03.418Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8610a169-9c5a-4095-9b7c-9e164fbb6f26 ASDC
2022-03-22T01:47:03.419Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0f041636-c8c3-4a13-a257-f6d67667b61d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8610a169-9c5a-4095-9b7c-9e164fbb6f26
ServiceInvariantUUID:8f859bc1-d763-48fa-9363-077b0700722d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:323e928f-547e-4091-846a-5d7e845566a6
ArtifactChecksum:MWExNjUwMTdhYjY1Yzg4NmY3YjMyMWNiNTNlODcxMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5413d357-0bab-4010-8be0-b7fb3b106b2c
ResourceInvariantUUID:87ab0c35-7cc2-4149-a5ef-228bbbd15dd4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:865d1e74-5c18-449c-b52f-0b1775141772
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:534ff2ae-455a-422e-ab30-590e080f7386
ArtifactChecksum:OGE0ZjgzYmUxMWIwOTBmZjRkZThhY2I1MDYxMGMxMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:72ac927d-d80d-49ca-8946-037a06384232
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:de0feaff-af3e-4840-a621-08acc11c1b41
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:de0feaff-af3e-4840-a621-08acc11c1b41
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T01:47:03.419Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8610a169-9c5a-4095-9b7c-9e164fbb6f26 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-03-22T01:47:03.452Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:47:03.453Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:47:03.454Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:47:03.454Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 323e928f-547e-4091-846a-5d7e845566a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:03.454Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:03.455Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:03.512Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:03.518Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 323e928f-547e-4091-846a-5d7e845566a6 71066
2022-03-22T01:47:03.518Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-22T01:47:03.519Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:03.519Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:03.519Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:03.521Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:03.521Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913623518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:47:03.621Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:03.622Z||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-03-22T01:47:03.623Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:03.637Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:03.637Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:04.522Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:47:04.523Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:47:04.523Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 323e928f-547e-4091-846a-5d7e845566a6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:04.523Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-22T01:47:04.524Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:04.524Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:04.673Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4858940978387765580/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-22T01:47:05.924Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=943071fb-826c-42cb-85c7-91cd9b866d4a
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8610a169-9c5a-4095-9b7c-9e164fbb6f26
Model Version:NULL
Model InvariantUuid:8f859bc1-d763-48fa-9363-077b0700722d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b5e360a6-f5b3-4667-b7b0-291c856e05d0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87ab0c35-7cc2-4149-a5ef-228bbbd15dd4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5413d357-0bab-4010-8be0-b7fb3b106b2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c8e37205-aa62-418b-9a2f-1274d1992a5a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:336e3e33-6f4c-474a-b96e-f0327e8981f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:943071fb-826c-42cb-85c7-91cd9b866d4a
ModelInvariantUuid:f1829cd0-60fc-4a5b-b498-591d5b2678dd
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cb3fe926-cad6-4ed4-a799-cccd95883329
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0933fb89-291d-4316-86c7-374afeb10ff9
ModelInvariantUuid:ac53ac60-9410-43e7-91eb-d8fe941a6c74
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:60105e52-4ce1-4074-91f8-53328c8637d3
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-03-22T01:47:05.939Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 865d1e74-5c18-449c-b52f-0b1775141772
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-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 865d1e74-5c18-449c-b52f-0b1775141772
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 534ff2ae-455a-422e-ab30-590e080f7386 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:05.944Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T01:47:06.057Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:06.058Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 534ff2ae-455a-422e-ab30-590e080f7386 787
2022-03-22T01:47:06.058Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-22T01:47:06.058Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T01:47:06.059Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:06.059Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:06.061Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:06.061Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913626058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:47:06.162Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:06.163Z||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-03-22T01:47:06.163Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:06.176Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:06.177Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:07.062Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c8e37205-aa62-418b-9a2f-1274d1992a5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "336e3e33-6f4c-474a-b96e-f0327e8981f4",
    "vfModuleModelCustomizationUUID": "92b4912b-7b66-45d2-a0aa-403854d08d0f",
    "isBase": true,
    "artifacts": [
      "72ac927d-d80d-49ca-8946-037a06384232",
      "de0feaff-af3e-4840-a621-08acc11c1b41"
    ],
    "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-03-22T01:47:07.066Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:336e3e33-6f4c-474a-b96e-f0327e8981f4
VfModuleModelInvariantUUID:c8e37205-aa62-418b-9a2f-1274d1992a5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
72ac927d-d80d-49ca-8946-037a06384232
,
de0feaff-af3e-4840-a621-08acc11c1b41

}
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-03-22T01:47:07.068Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c8e37205-aa62-418b-9a2f-1274d1992a5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "336e3e33-6f4c-474a-b96e-f0327e8981f4",
    "vfModuleModelCustomizationUUID": "92b4912b-7b66-45d2-a0aa-403854d08d0f",
    "isBase": true,
    "artifacts": [
      "72ac927d-d80d-49ca-8946-037a06384232",
      "de0feaff-af3e-4840-a621-08acc11c1b41"
    ],
    "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-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:336e3e33-6f4c-474a-b96e-f0327e8981f4
VfModuleModelInvariantUUID:c8e37205-aa62-418b-9a2f-1274d1992a5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
72ac927d-d80d-49ca-8946-037a06384232
,
de0feaff-af3e-4840-a621-08acc11c1b41

}
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-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72ac927d-d80d-49ca-8946-037a06384232 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T01:47:07.261Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 72ac927d-d80d-49ca-8946-037a06384232 5033
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:07.264Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:07.264Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913627262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:47:07.364Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:07.365Z||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-03-22T01:47:07.365Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:07.379Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:07.380Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:08.265Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de0feaff-af3e-4840-a621-08acc11c1b41 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T01:47:08.266Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:08.266Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T01:47:08.460Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:08.460Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env de0feaff-af3e-4840-a621-08acc11c1b41 903
2022-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:08.464Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:08.464Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913628461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:47:08.565Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:08.566Z||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-03-22T01:47:08.567Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:08.578Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:08.579Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:47:09.465Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8610a169-9c5a-4095-9b7c-9e164fbb6f26
2022-03-22T01:47:09.466Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 865d1e74-5c18-449c-b52f-0b1775141772 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-03-22T01:47:09.482Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66283b12, org.onap.sdc.toscaparser.api.parameters.Input@1b80302, org.onap.sdc.toscaparser.api.parameters.Input@6c037f68, org.onap.sdc.toscaparser.api.parameters.Input@a56ef69, org.onap.sdc.toscaparser.api.parameters.Input@2d01a59a]
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5413d357-0bab-4010-8be0-b7fb3b106b2c
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5413d357-0bab-4010-8be0-b7fb3b106b2c matches Tosca VF Customization UUID: 5413d357-0bab-4010-8be0-b7fb3b106b2c
2022-03-22T01:47:09.484Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5413d357-0bab-4010-8be0-b7fb3b106b2c  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-03-22T01:47:09.486Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.486Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5413d357-0bab-4010-8be0-b7fb3b106b2c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16463e6b
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92b4912b-7b66-45d2-a0aa-403854d08d0f
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92b4912b-7b66-45d2-a0aa-403854d08d0f
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-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=943071fb-826c-42cb-85c7-91cd9b866d4a
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-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.494Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5413d357-0bab-4010-8be0-b7fb3b106b2c
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-03-22T01:47:09.495Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.495Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.495Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8610a169-9c5a-4095-9b7c-9e164fbb6f26: basic_vm
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:47:09.582Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 865d1e74-5c18-449c-b52f-0b1775141772 1 ASDC deployResourceStructure
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:09.585Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:09.585Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913629582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:47:09.685Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:09.686Z||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-03-22T01:47:09.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:09.702Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:09.703Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:10.587Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-22T01:47:10.587Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T01:47:10.587Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:10.588Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:10.590Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:10.590Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913630585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T01:47:10.691Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:10.692Z||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-03-22T01:47:10.692Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:10.705Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:10.706Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:11.591Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-22T01:47:11.592Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T01:47:11.592Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:11.593Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:11.595Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:11.595Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913631591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T01:47:11.695Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:11.696Z||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-03-22T01:47:11.696Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:11.706Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:11.707Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:12.596Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-22T01:47:12.597Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:12.597Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:12.597Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:12.599Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:12.600Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913632596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:47:12.700Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:12.701Z||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-03-22T01:47:12.701Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:12.716Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:12.716Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:13.600Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:47:13.614Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:47:13.617Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:47:13.617Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:47:13.617Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:47:43.618Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:47:43.628Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:47:43.631Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:47:43.631Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:47:43.632Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:47:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:47:55.757Z||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-03-22T01:47:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:47:55.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:47:55.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:47:55.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913616350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:47:55.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:13.632Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:48:13.644Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:48:13.647Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:48:13.647Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:48:13.647Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:48:43.648Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:48:43.659Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:48:43.661Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:48:43.661Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:48:43.661Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:48:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:48:55.757Z||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-03-22T01:48:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:48:56.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:48:56.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:56.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:56.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:56.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:56.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913617375,
  "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-03-22T01:48:57.098Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.098Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:48:57.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913618378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913615755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913623518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913617046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913624751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913626058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913620024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913627262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913628461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913622093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913629582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913630280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913630585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913631591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913632329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913632596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913633334,
  "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-03-22T01:48:57.124Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:48:57.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913635381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "aai-ml",
  "timestamp": 1647913636384,
  "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-03-22T01:48:57.138Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.138Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913639654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913641662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "clamp",
  "timestamp": 1647913642665,
  "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-03-22T01:48:57.157Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.157Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:49:13.662Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:49:13.672Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:49:13.677Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:49:13.677Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:49:13.677Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:49:13.683Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:49:43.684Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d 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-03-22T01:49:43.692Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f041636-c8c3-4a13-a257-f6d67667b61d and serviceModelVersionId: 8610a169-9c5a-4095-9b7c-9e164fbb6f26
2022-03-22T01:49:43.692Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f859bc1-d763-48fa-9363-077b0700722d
2022-03-22T01:49:43.693Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0
2022-03-22T01:49:43.698Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:49:43.731Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?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-03-22T01:49:43.732Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0|INFO|500||Invoke
2022-03-22T01:49:43.757Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T01:49:44.276Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0|INFO|500||InvokeReturn
2022-03-22T01:49:44.276Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-01:49:43:765-62812], vertex-id=[155736], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:49:43 GMT], Content-Type=[application/json]}
2022-03-22T01:49:44.276Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:49:44.277Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:49:44.277Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f041636-c8c3-4a13-a257-f6d67667b61d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:49:44.283Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:49:44.283Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913784281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:49:44.383Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:49:44.384Z||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-03-22T01:49:44.384Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:49:44.401Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:49:44.401Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:49:45.297Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:49:45.298Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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-03-22T01:49:45.298Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:49:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:49:55.757Z||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-03-22T01:49:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:49:55.782Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:49:55.783Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:49:55.783Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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-03-22T01:49:55.783Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:49:56.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:49:56.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:49:56.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913784281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:49:56.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:50:05.326Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:50:05.326Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:50:05.327Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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-03-22T01:50:05.327Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:50:14.871Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:50:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:50:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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-03-22T01:50:55.756Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:50:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:50:55.757Z||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-03-22T01:50:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:51:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:05.303Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:51:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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-03-22T01:51:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:51:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:51:55.757Z||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-03-22T01:51:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:51:56.386Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:56.387Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.387Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fea24e3-7eb0-495b-83a7-ec3ac083b8d7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d079768f-392a-4df3-b83e-2674ee6e9a39","serviceDescription":"service","serviceInvariantUUID":"8addbdb4-4a5e-4326-9adf-75fbbb09a810","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"744ccd97-6c28-4610-bd08-b235add6be03","resourceInvariantUUID":"85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6","resourceCustomizationUUID":"e7432b2d-a8e8-431a-a7f3-cf73bc1920e9","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":"ZDNiZTAzNjA2NTk5NDkwODc1OGQwZGY3NDBkOWU1OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fc0bc5f-f6c0-4543-91ab-84e7aefedbaf","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":"caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9","artifactVersion":"2","generatedFromUUID":"91e02ad1-d089-4821-bc1b-048504a8dcfe"},{"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":"91e02ad1-d089-4821-bc1b-048504a8dcfe","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":"Y2U4MTE0MWYyMGM5OTc5OTlhYTFiM2Y1MjQyYjNkNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16eff932-4ac6-4260-acfa-b17321b0c03a","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":"bbd680c0-8fc8-47c1-ace0-044e5ff28ce0","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":"f1cc89d0-9cdd-43b5-a48a-1910a8a7b010","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":"b6c1c4b2-35be-4bc3-bc09-6c4045b093d1","artifactVersion":"2","generatedFromUUID":"bbd680c0-8fc8-47c1-ace0-044e5ff28ce0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmNkMjU3NWM1NGQ2YzYyYWE1N2YwMGMyZDE0YjhjMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90961929-0990-410f-a002-d804a767fd51","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzQxNjU4MWE4MGVhOTZkYjBhYTQ5NGFhZDZmYWYyY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a9b7d3f-483d-4863-bb6f-9d4abfb19098","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:51:56.392Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:56.392Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:56.393Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:56.396Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:56.396Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913868955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913862093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913880818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913880825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913880841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "cds",
  "timestamp": 1647913881830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.419Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913881947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913873380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913882962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913883248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913883260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647913883965,
  "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-03-22T01:51:56.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:51:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913884265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913884448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "policy-id",
  "timestamp": 1647913885268,
  "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-03-22T01:51:56.438Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.438Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913886191,
  "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-03-22T01:51:56.445Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.445Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:51:56.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647913887194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647913881376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913887046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913896861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913890024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913902695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913904703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913905478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "clamp",
  "timestamp": 1647913905706,
  "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-03-22T01:51:56.457Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.457Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:51:56.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "aai-ml",
  "timestamp": 1647913906481,
  "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-03-22T01:51:56.464Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.465Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:51:56.496Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:51:56.497Z||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-03-22T01:51:56.497Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:56.509Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:56.509Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:51:57.396Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:57.397Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:57.400Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:57.400Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T01:51:57.500Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:51:57.501Z||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-03-22T01:51:57.501Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:57.514Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:57.515Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:51:58.401Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:58.402Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:58.405Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:58.405Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T01:51:58.506Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:51:58.507Z||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-03-22T01:51:58.507Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:58.520Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:58.520Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:51:59.406Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:59.407Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:59.409Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:59.410Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:51:59.510Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:51:59.511Z||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-03-22T01:51:59.511Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:59.523Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:51:59.524Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:52:00.410Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:00.411Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:00.413Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:00.414Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:52:00.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:00.515Z||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-03-22T01:52:00.515Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:00.529Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:00.529Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:01.414Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:01.415Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:01.418Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:01.418Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:52:01.518Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:01.519Z||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-03-22T01:52:01.519Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:01.531Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:01.532Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:02.419Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:02.420Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:02.422Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:02.422Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T01:52:02.523Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:02.524Z||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-03-22T01:52:02.524Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:02.537Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:02.537Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:03.423Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:03.425Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:03.427Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:03.427Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:52:03.527Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:52:03.528Z||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-03-22T01:52:03.528Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:03.541Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:03.541Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:04.428Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:04.429Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:04.431Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:04.431Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:52:04.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:52:04.532Z||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-03-22T01:52:04.533Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:04.544Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:04.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:05.433Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d079768f-392a-4df3-b83e-2674ee6e9a39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8addbdb4-4a5e-4326-9adf-75fbbb09a810",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e7432b2d-a8e8-431a-a7f3-cf73bc1920e9",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "744ccd97-6c28-4610-bd08-b235add6be03",
      "resourceInvariantUUID": "85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6",
      "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": "caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9",
          "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": "91e02ad1-d089-4821-bc1b-048504a8dcfe",
          "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": "Y2U4MTE0MWYyMGM5OTc5OTlhYTFiM2Y1MjQyYjNkNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16eff932-4ac6-4260-acfa-b17321b0c03a",
          "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": "bbd680c0-8fc8-47c1-ace0-044e5ff28ce0",
          "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": "b6c1c4b2-35be-4bc3-bc09-6c4045b093d1",
            "generatedFromUUID": "bbd680c0-8fc8-47c1-ace0-044e5ff28ce0"
          },
          "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": "b6c1c4b2-35be-4bc3-bc09-6c4045b093d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzQxNjU4MWE4MGVhOTZkYjBhYTQ5NGFhZDZmYWYyY2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a9b7d3f-483d-4863-bb6f-9d4abfb19098"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T01:52:05.433Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:52:05.433Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d079768f-392a-4df3-b83e-2674ee6e9a39 ASDC
2022-03-22T01:52:05.433Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d079768f-392a-4df3-b83e-2674ee6e9a39
ServiceInvariantUUID:8addbdb4-4a5e-4326-9adf-75fbbb09a810
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:8a9b7d3f-483d-4863-bb6f-9d4abfb19098
ArtifactChecksum:YzQxNjU4MWE4MGVhOTZkYjBhYTQ5NGFhZDZmYWYyY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
ResourceInvariantUUID:85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:744ccd97-6c28-4610-bd08-b235add6be03
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:caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9
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:91e02ad1-d089-4821-bc1b-048504a8dcfe
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:16eff932-4ac6-4260-acfa-b17321b0c03a
ArtifactChecksum:Y2U4MTE0MWYyMGM5OTc5OTlhYTFiM2Y1MjQyYjNkNDc=
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:bbd680c0-8fc8-47c1-ace0-044e5ff28ce0
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:b6c1c4b2-35be-4bc3-bc09-6c4045b093d1
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:b6c1c4b2-35be-4bc3-bc09-6c4045b093d1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T01:52:05.434Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d079768f-392a-4df3-b83e-2674ee6e9a39 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-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8a9b7d3f-483d-4863-bb6f-9d4abfb19098 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:05.453Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:05.558Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:05.563Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8a9b7d3f-483d-4863-bb6f-9d4abfb19098 68954
2022-03-22T01:52:05.563Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-22T01:52:05.564Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:05.564Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:05.564Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:05.566Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:05.566Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913925563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:52:05.666Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:05.667Z||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-03-22T01:52:05.667Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:05.681Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:05.681Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:06.566Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:52:06.568Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:52:06.568Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8a9b7d3f-483d-4863-bb6f-9d4abfb19098, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:06.568Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-22T01:52:06.569Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:06.569Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:06.692Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8926460880943235005/Definitions/service-BasicCnf-template.yml
2022-03-22T01:52:07.575Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dba63d3d-6dbb-4b2e-80e1-a5d3beb21d85
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.580Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d079768f-392a-4df3-b83e-2674ee6e9a39
Model Version:NULL
Model InvariantUuid:8addbdb4-4a5e-4326-9adf-75fbbb09a810
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:210bd530-b8be-48b6-8ff5-d333e2b91b98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bcb732aa-ffc8-4dd9-9378-f70a9b71feff
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1655f0a6-8ac1-4124-9c21-e7bc856ae51e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dba63d3d-6dbb-4b2e-80e1-a5d3beb21d85
ModelInvariantUuid:a239e7cc-fa5f-481b-b191-871ba9fe44dc
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:266a7d71-d300-402a-9494-c8fa562ed594
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:01fb7e82-e7bd-4d7c-a460-1c615ec749d4
ModelInvariantUuid:b214b41c-a795-4d83-9d61-0901d2814761
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ea4f7510-b9d9-4494-a58f-bb5a3a2ec6d1
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-03-22T01:52:07.587Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 744ccd97-6c28-4610-bd08-b235add6be03
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-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 744ccd97-6c28-4610-bd08-b235add6be03
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:07.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:07.758Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9 12
2022-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:07.761Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:07.762Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913927759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:52:07.862Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:07.863Z||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-03-22T01:52:07.863Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:07.874Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:07.875Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:08.764Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91e02ad1-d089-4821-bc1b-048504a8dcfe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-22T01:52:08.764Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:08.765Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:08.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:08.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 91e02ad1-d089-4821-bc1b-048504a8dcfe 2688
2022-03-22T01:52:08.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:08.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:08.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:08.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:08.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:08.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913928955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:52:09.059Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:09.060Z||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-03-22T01:52:09.060Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:09.074Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:09.074Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:09.960Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 16eff932-4ac6-4260-acfa-b17321b0c03a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-22T01:52:09.961Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:09.961Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:10.278Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 16eff932-4ac6-4260-acfa-b17321b0c03a 828
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:10.282Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:10.282Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913930279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:52:10.382Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:10.383Z||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-03-22T01:52:10.383Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:10.395Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:10.396Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:11.283Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bcb732aa-ffc8-4dd9-9378-f70a9b71feff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1655f0a6-8ac1-4124-9c21-e7bc856ae51e",
    "vfModuleModelCustomizationUUID": "7c9c07fb-fe73-411d-9709-ab5e614d10dc",
    "isBase": true,
    "artifacts": [
      "bbd680c0-8fc8-47c1-ace0-044e5ff28ce0",
      "91e02ad1-d089-4821-bc1b-048504a8dcfe",
      "b6c1c4b2-35be-4bc3-bc09-6c4045b093d1"
    ],
    "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-03-22T01:52:11.289Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1655f0a6-8ac1-4124-9c21-e7bc856ae51e
VfModuleModelInvariantUUID:bcb732aa-ffc8-4dd9-9378-f70a9b71feff
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbd680c0-8fc8-47c1-ace0-044e5ff28ce0
,
91e02ad1-d089-4821-bc1b-048504a8dcfe
,
b6c1c4b2-35be-4bc3-bc09-6c4045b093d1

}
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-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bcb732aa-ffc8-4dd9-9378-f70a9b71feff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1655f0a6-8ac1-4124-9c21-e7bc856ae51e",
    "vfModuleModelCustomizationUUID": "7c9c07fb-fe73-411d-9709-ab5e614d10dc",
    "isBase": true,
    "artifacts": [
      "bbd680c0-8fc8-47c1-ace0-044e5ff28ce0",
      "91e02ad1-d089-4821-bc1b-048504a8dcfe",
      "b6c1c4b2-35be-4bc3-bc09-6c4045b093d1"
    ],
    "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-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1655f0a6-8ac1-4124-9c21-e7bc856ae51e
VfModuleModelInvariantUUID:bcb732aa-ffc8-4dd9-9378-f70a9b71feff
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbd680c0-8fc8-47c1-ace0-044e5ff28ce0
,
91e02ad1-d089-4821-bc1b-048504a8dcfe
,
b6c1c4b2-35be-4bc3-bc09-6c4045b093d1

}
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-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbd680c0-8fc8-47c1-ace0-044e5ff28ce0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:11.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:11.679Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:11.679Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bbd680c0-8fc8-47c1-ace0-044e5ff28ce0 1164
2022-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:11.682Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:11.682Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913931679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:52:11.782Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:11.783Z||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-03-22T01:52:11.783Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:11.794Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:11.795Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:12.683Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c1c4b2-35be-4bc3-bc09-6c4045b093d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-22T01:52:12.684Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:12.684Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:12.979Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b6c1c4b2-35be-4bc3-bc09-6c4045b093d1 200
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:12.982Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:12.982Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913932980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:52:13.083Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:52:13.084Z||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-03-22T01:52:13.084Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:13.096Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:13.097Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:13.983Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d079768f-392a-4df3-b83e-2674ee6e9a39
2022-03-22T01:52:13.984Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 744ccd97-6c28-4610-bd08-b235add6be03 ASDC
2022-03-22T01:52:13.995Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:52:14.004Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c94cbc2, org.onap.sdc.toscaparser.api.parameters.Input@210f740f, org.onap.sdc.toscaparser.api.parameters.Input@53ed273c, org.onap.sdc.toscaparser.api.parameters.Input@5eef83f1, org.onap.sdc.toscaparser.api.parameters.Input@24df9935]
2022-03-22T01:52:14.005Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7432b2d-a8e8-431a-a7f3-cf73bc1920e9 matches Tosca VF Customization UUID: e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e7432b2d-a8e8-431a-a7f3-cf73bc1920e9  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-03-22T01:52:14.008Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.008Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.008Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e7432b2d-a8e8-431a-a7f3-cf73bc1920e9: {\"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-03-22T01:52:14.009Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6616c1f1
2022-03-22T01:52:14.009Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.009Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:52:14.009Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c9c07fb-fe73-411d-9709-ab5e614d10dc
2022-03-22T01:52:14.009Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c9c07fb-fe73-411d-9709-ab5e614d10dc
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-03-22T01:52:14.011Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.011Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T01:52:14.012Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dba63d3d-6dbb-4b2e-80e1-a5d3beb21d85
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-03-22T01:52:14.015Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.015Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:14.015Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:14.016Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.016Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:14.016Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
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-03-22T01:52:14.018Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.018Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.019Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d079768f-392a-4df3-b83e-2674ee6e9a39: basic_cnf
2022-03-22T01:52:14.019Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.019Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.019Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.019Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.019Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.020Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.020Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.020Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.020Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T01:52:14.020Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.020Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:14.084Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 744ccd97-6c28-4610-bd08-b235add6be03 1 ASDC deployResourceStructure
2022-03-22T01:52:14.084Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:14.085Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:14.085Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T01:52:14.085Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:14.086Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:14.086Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913934084,
  "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-03-22T01:52:14.187Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:14.187Z||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-03-22T01:52:14.188Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:14.200Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:14.201Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:15.087Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:15.087Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:15.088Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T01:52:15.088Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:15.090Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:15.090Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913935087,
  "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-03-22T01:52:15.190Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:15.191Z||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-03-22T01:52:15.191Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:15.205Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:15.205Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:16.090Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:16.091Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:16.091Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:52:16.092Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:16.093Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:16.093Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913936090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:52:16.193Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:16.194Z||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-03-22T01:52:16.194Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:16.210Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:16.210Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:52:17.094Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:17.094Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:17.094Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:52:17.095Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:17.096Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:17.096Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913937094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T01:52:17.196Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:17.197Z||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-03-22T01:52:17.197Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:17.208Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:17.208Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:18.097Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:18.097Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||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-03-22T01:52:18.098Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:52:18.098Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:18.100Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:18.100Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913938097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-22T01:52:18.200Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:18.201Z||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-03-22T01:52:18.201Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:18.216Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:18.216Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:19.101Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-22T01:52:19.101Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:19.101Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:52:19.102Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:19.103Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:19.104Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913939101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:52:19.204Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:19.205Z||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-03-22T01:52:19.205Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:19.221Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:19.221Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:20.104Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T01:52:20.114Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T01:52:20.118Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:52:20.120Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:52:50.121Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 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-03-22T01:52:50.126Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and serviceModelVersionId: d079768f-392a-4df3-b83e-2674ee6e9a39
2022-03-22T01:52:50.126Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8addbdb4-4a5e-4326-9adf-75fbbb09a810
2022-03-22T01:52:50.127Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8addbdb4-4a5e-4326-9adf-75fbbb09a810/model-vers/model-ver/d079768f-392a-4df3-b83e-2674ee6e9a39?depth=0
2022-03-22T01:52:50.132Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:52:50.166Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8addbdb4-4a5e-4326-9adf-75fbbb09a810/model-vers/model-ver/d079768f-392a-4df3-b83e-2674ee6e9a39?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-03-22T01:52:50.167Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8addbdb4-4a5e-4326-9adf-75fbbb09a810/model-vers/model-ver/d079768f-392a-4df3-b83e-2674ee6e9a39?depth=0|INFO|500||Invoke
2022-03-22T01:52:50.189Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8addbdb4-4a5e-4326-9adf-75fbbb09a810/model-vers/model-ver/d079768f-392a-4df3-b83e-2674ee6e9a39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T01:52:50.267Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8addbdb4-4a5e-4326-9adf-75fbbb09a810/model-vers/model-ver/d079768f-392a-4df3-b83e-2674ee6e9a39?depth=0|INFO|500||InvokeReturn
2022-03-22T01:52:50.268Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8addbdb4-4a5e-4326-9adf-75fbbb09a810/model-vers/model-ver/d079768f-392a-4df3-b83e-2674ee6e9a39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-01:52:50:196-32384], vertex-id=[508096], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:52:50 GMT], Content-Type=[application/json]}
2022-03-22T01:52:50.268Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:52:50.268Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:52:50.268Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:52:50.273Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:52:50.274Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:52:50.274Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:52:50.274Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:50.276Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:50.276Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913970274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:52:50.376Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:50.377Z||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-03-22T01:52:50.377Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:50.391Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:50.392Z||pool-61-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-03-22T01:52:55.755Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:52:55.755Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T01:52:55.756Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:52:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:52:55.757Z||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-03-22T01:52:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:52:55.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:52:55.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:52:55.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:52:55.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:05.297Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:53:55.755Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:53:55.756Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T01:53:55.756Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:53:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:53:55.757Z||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-03-22T01:53:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:53:56.283Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:53:56.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-22T01:53:56.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-22T01:53:56.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T01:53:56.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-22T01:53:56.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:53:56.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-22T01:53:56.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T01:53:56.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913915755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T01:53:56.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-22T01:53:56.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913925563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:53:56.292Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913927759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:53:56.292Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913928955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:53:56.293Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913930279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:53:56.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913931679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:53:56.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913932980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T01:53:56.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913934084,
  "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-03-22T01:53:56.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913935087,
  "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-03-22T01:53:56.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913936090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T01:53:56.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913937094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T01:53:56.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913938097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913939101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:53:56.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647913970274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:53:56.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:54:05.305Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:54:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:54:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:54:55.755Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:54:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:54:55.757Z||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-03-22T01:54:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:55:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:55:05.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:55:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:55:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:55:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:55:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:55:55.757Z||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-03-22T01:55:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:56:05.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:56:05.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:56:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:56:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:56:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:56:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:56:55.757Z||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-03-22T01:56:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:57:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:57:05.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:57:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:57:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:57:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:57:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:57:55.757Z||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-03-22T01:57:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:58:05.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:58:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:58:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:58:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:58:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:58:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:58:55.758Z||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-03-22T01:58:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:59:05.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:59:05.316Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T01:59:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:59:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:59:55.755Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:59:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:59:55.757Z||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-03-22T01:59:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:00:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:00:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:00:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:00:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:00:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:00:55.757Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:00:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:00:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:01:05.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:01:05.302Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:01:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:01:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:01:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:01:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:01:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:01:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:02:05.298Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:02:05.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:02:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:02:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:02:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:02:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:02:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:02:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:03:05.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:03:05.304Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:03:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:03:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:03:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:03:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:03:55.757Z||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-03-22T02:03:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:04:05.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:04:05.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:04:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:04:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:04:55.757Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:04:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:04:55.757Z||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-03-22T02:04:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:05:05.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:05:05.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:05:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:05:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:05:55.758Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:05:55.758Z||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-03-22T02:05:55.758Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:05:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:06:05.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:06:05.310Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:06:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:06:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:06:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:06:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:06:55.757Z||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-03-22T02:06:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:07:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:07:05.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:07:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:07:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:07:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:07:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:07:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:07:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:08:05.296Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:08:05.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:08:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:08:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T02:08:55.756Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T02:08:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:08:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:08:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:09:05.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:09:05.305Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:09:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:09:55.755Z||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-03-22T02:09:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:09:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:09:55.758Z||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-03-22T02:09:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:10:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:10:05.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:10:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:10:55.755Z||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-03-22T02:10:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:10:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:10:55.757Z||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-03-22T02:10:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:11:05.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:11:05.300Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:11:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:11:55.755Z||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-03-22T02:11:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:11:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:11:55.758Z||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-03-22T02:11:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:12:05.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:12:05.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:12:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:12:55.756Z||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-03-22T02:12:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:12:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:12:55.757Z||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-03-22T02:12:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:13:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:13:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:13:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:13:55.755Z||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-03-22T02:13:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:13:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:13:55.757Z||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-03-22T02:13:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:14:05.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:14:05.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:14:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:14:55.756Z||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-03-22T02:14:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:14:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:14:55.757Z||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-03-22T02:14:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:15:05.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:15:05.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:15:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:15:55.755Z||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-03-22T02:15:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:15:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:15:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:15:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:16:05.295Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:16:05.303Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:16:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:16:55.755Z||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-03-22T02:16:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:16:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:16:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:16:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:17:05.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:17:05.303Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:17:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:17:55.755Z||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-03-22T02:17:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:17:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:17:55.757Z||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-03-22T02:17:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:18:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:18:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:18:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:18:55.756Z||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-03-22T02:18:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:18:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:18:55.757Z||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-03-22T02:18:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:19:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:19:05.299Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:19:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:19:55.755Z||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-03-22T02:19:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:19:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:19:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:19:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:20:05.298Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:20:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:20:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:20:55.756Z||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-03-22T02:20:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:20:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:20:55.757Z||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-03-22T02:20:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:21:05.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:21:05.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:21:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:21:55.756Z||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-03-22T02:21:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:21:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:21:55.757Z||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-03-22T02:21:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:22:05.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:22:05.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:22:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:22:55.755Z||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-03-22T02:22:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:22:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:22:55.757Z||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-03-22T02:22:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:23:05.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:23:05.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:23:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:23:55.755Z||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-03-22T02:23:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:23:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:23:55.757Z||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-03-22T02:23:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:24:05.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:24:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:24:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:24:55.755Z||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-03-22T02:24:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:24:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:24:55.757Z||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-03-22T02:24:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:25:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:25:05.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:25:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:25:55.755Z||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-03-22T02:25:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:25:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:25:55.757Z||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-03-22T02:25:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:26:05.295Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:26:05.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:26:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:26:55.755Z||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-03-22T02:26:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:26:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:26:55.757Z||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-03-22T02:26:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:27:05.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:27:05.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:27:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:27:55.756Z||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-03-22T02:27:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:27:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:27:55.757Z||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-03-22T02:27:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:28:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:28:05.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:28:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:28:55.756Z||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-03-22T02:28:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:28:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:28:55.757Z||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-03-22T02:28:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:29:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:29:05.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:29:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:29:55.755Z||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-03-22T02:29:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:29:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:29:55.757Z||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-03-22T02:29:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:30:05.297Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:30:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:30:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:30:55.756Z||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-03-22T02:30:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:30:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:30:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:30:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:31:05.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:31:05.307Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:31:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:31:55.756Z||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-03-22T02:31:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:31:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:31:55.757Z||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-03-22T02:31:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:32:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:32:05.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:32:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:32:55.755Z||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-03-22T02:32:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:32:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:32:55.757Z||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-03-22T02:32:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:33:05.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:33:05.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:33:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:33:55.755Z||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-03-22T02:33:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:33:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:33:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:33:55.757Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:34:05.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:34:05.300Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:34:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:34:55.755Z||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-03-22T02:34:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:34:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:34:55.757Z||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-03-22T02:34:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:35:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:35:05.302Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:35:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:35:55.755Z||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-03-22T02:35:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:35:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:35:55.757Z||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-03-22T02:35:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:36:05.298Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:36:05.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:36:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:36:55.755Z||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-03-22T02:36:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:36:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:36:55.757Z||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-03-22T02:36:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:37:05.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:37:05.301Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:37:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:37:55.755Z||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-03-22T02:37:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:37:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:37:55.757Z||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-03-22T02:37:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:38:05.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:55.755Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:38:55.755Z||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-03-22T02:38:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:38:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:38:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:38:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:38:55.944Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:55.946Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.947Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.948Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.948Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.948Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.949Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.950Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.951Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.951Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.951Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.951Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.952Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.953Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916718955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916712092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916713380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916721376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.957Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916731256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916731265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916731261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916732266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:38:55.958Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916733165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "policy-id",
  "timestamp": 1647916733269,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T02:38:55.979Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
2022-03-22T02:38:55.979Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:38:55.986Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.986Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "cds",
  "timestamp": 1647916733486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T02:38:55.990Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
2022-03-22T02:38:55.990Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:38:55.997Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.997Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:55.997Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:55.997Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:55.997Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916734168,
  "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-03-22T02:38:56.001Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
2022-03-22T02:38:56.001Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:38:56.010Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:38:56.010Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:56.010Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:38:56.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:56.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T02:38:56.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb79b74c-a8c1-48f0-b2fc-1a0060ac716f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"34d16ae3-6fc6-41de-b33c-5f017ca5cfda","serviceDescription":"service","serviceInvariantUUID":"c9d6852b-19f1-4394-941d-ee6b4f00e8c7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0df4d19c-e7e9-4a6a-86b7-94ecad049200","resourceInvariantUUID":"06391298-1bce-4ceb-8fca-9258bf269d49","resourceCustomizationUUID":"d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f","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":"Y2UzMGZhMTk2YjJlNjIwMGQwYzJiZWQ5ZDg4OWMzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07c19244-862d-4d12-b139-9dd4b9bfd15e","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":"ZmRhMmUxNDZkNTZiYmQ0MmRhN2UwODUzOTk0NDgwNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04d5673b-d93d-4353-9e48-84f2eb8bb4d3","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":"0e86f344-25b1-4c32-8060-dc283affa794","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":"5b050336-b168-4fb3-af77-378bcbf24546","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":"f04c8de6-5c05-45b6-af4a-77c55c572d26","artifactVersion":"2","generatedFromUUID":"6bbb4bf4-725a-45a6-8aeb-61cd6cdee317"},{"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":"d4e19d76-7f3d-4164-a863-6ce99a51f4ce","artifactVersion":"2","generatedFromUUID":"0e86f344-25b1-4c32-8060-dc283affa794"},{"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":"6bbb4bf4-725a-45a6-8aeb-61cd6cdee317","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":"a30c5ddf-a228-40eb-8269-c087798f82b5","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":"MzdhMTg5N2ExNGQ0MzcwODM3NWIzZTM4ZGMwNWZiZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d901bdc-c789-45f1-9943-111581e30e64","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjkxYmE0Y2JmNDc5OTU5OWE1YjM0M2U3MjIwYjE2OGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9072237-349c-4b61-826e-74d9584661a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T02:38:56.385Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:38:56.385Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:38:56.387Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:38:56.387Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:56.487Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:38:56.488Z||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-03-22T02:38:56.488Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:38:56.501Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:56.502Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:38:57.388Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:38:57.389Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:38:57.392Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:38:57.392Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:38:57.492Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:38:57.493Z||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-03-22T02:38:57.493Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:38:57.503Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:57.504Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:38:58.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:38:58.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:38:58.396Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:38:58.396Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:38:58.496Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:38:58.497Z||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-03-22T02:38:58.498Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:38:58.507Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:58.508Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:38:59.397Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:38:59.398Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:38:59.400Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:38:59.400Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:38:59.500Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:38:59.501Z||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-03-22T02:38:59.501Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:38:59.513Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:38:59.513Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:00.401Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:39:00.402Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:00.405Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:00.405Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-22T02:39:00.505Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:00.506Z||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-03-22T02:39:00.506Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:00.518Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:00.518Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:01.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:39:01.407Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:01.409Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:01.409Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-22T02:39:01.509Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:01.510Z||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-03-22T02:39:01.510Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:01.521Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:01.522Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:02.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:39:02.411Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:02.413Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:02.413Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-22T02:39:02.513Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:02.514Z||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-03-22T02:39:02.514Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:02.528Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:02.528Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:03.413Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:39:03.414Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:03.416Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:03.417Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:39:03.517Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:03.518Z||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-03-22T02:39:03.518Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:03.530Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:03.530Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:39:04.417Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:39:04.419Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:04.421Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:04.421Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:39:04.521Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:04.522Z||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-03-22T02:39:04.522Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:04.533Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:04.534Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:39:05.421Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:39:05.423Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:05.425Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:05.425Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:39:05.525Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:05.526Z||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-03-22T02:39:05.526Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:05.538Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:05.538Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:06.427Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "34d16ae3-6fc6-41de-b33c-5f017ca5cfda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c9d6852b-19f1-4394-941d-ee6b4f00e8c7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0df4d19c-e7e9-4a6a-86b7-94ecad049200",
      "resourceInvariantUUID": "06391298-1bce-4ceb-8fca-9258bf269d49",
      "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": "ZmRhMmUxNDZkNTZiYmQ0MmRhN2UwODUzOTk0NDgwNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "04d5673b-d93d-4353-9e48-84f2eb8bb4d3",
          "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": "0e86f344-25b1-4c32-8060-dc283affa794",
          "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": "d4e19d76-7f3d-4164-a863-6ce99a51f4ce",
            "generatedFromUUID": "0e86f344-25b1-4c32-8060-dc283affa794"
          },
          "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": "f04c8de6-5c05-45b6-af4a-77c55c572d26",
          "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": "d4e19d76-7f3d-4164-a863-6ce99a51f4ce",
          "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": "6bbb4bf4-725a-45a6-8aeb-61cd6cdee317",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjkxYmE0Y2JmNDc5OTU5OWE1YjM0M2U3MjIwYjE2OGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9072237-349c-4b61-826e-74d9584661a9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T02:39:06.427Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T02:39:06.427Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 34d16ae3-6fc6-41de-b33c-5f017ca5cfda ASDC
2022-03-22T02:39:06.428Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:34d16ae3-6fc6-41de-b33c-5f017ca5cfda
ServiceInvariantUUID:c9d6852b-19f1-4394-941d-ee6b4f00e8c7
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:c9072237-349c-4b61-826e-74d9584661a9
ArtifactChecksum:YjkxYmE0Y2JmNDc5OTU5OWE1YjM0M2U3MjIwYjE2OGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f
ResourceInvariantUUID:06391298-1bce-4ceb-8fca-9258bf269d49
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0df4d19c-e7e9-4a6a-86b7-94ecad049200
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:04d5673b-d93d-4353-9e48-84f2eb8bb4d3
ArtifactChecksum:ZmRhMmUxNDZkNTZiYmQ0MmRhN2UwODUzOTk0NDgwNDA=
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:0e86f344-25b1-4c32-8060-dc283affa794
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:d4e19d76-7f3d-4164-a863-6ce99a51f4ce
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:f04c8de6-5c05-45b6-af4a-77c55c572d26
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:d4e19d76-7f3d-4164-a863-6ce99a51f4ce
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:6bbb4bf4-725a-45a6-8aeb-61cd6cdee317
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T02:39:06.428Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34d16ae3-6fc6-41de-b33c-5f017ca5cfda 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-03-22T02:39:06.463Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T02:39:06.464Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:39:06.464Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:39:06.465Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c9072237-349c-4b61-826e-74d9584661a9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:06.465Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:39:06.465Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:06.655Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:39:06.664Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c9072237-349c-4b61-826e-74d9584661a9 158204
2022-03-22T02:39:06.664Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-22T02:39:06.664Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:06.664Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:39:06.664Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:06.665Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:06.666Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916746664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:39:06.766Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:06.767Z||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-03-22T02:39:06.767Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:06.781Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:06.782Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:07.666Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T02:39:07.667Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:39:07.668Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c9072237-349c-4b61-826e-74d9584661a9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:07.668Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-22T02:39:07.669Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:07.669Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:07.755Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6009764051806453114/Definitions/service-BasicCnfMacro-template.yml
2022-03-22T02:39:08.578Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:08.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T02:39:08.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.582Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-22T02:39:08.583Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cb037155-8f54-407f-9296-a6fab879dbfd
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:08.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:34d16ae3-6fc6-41de-b33c-5f017ca5cfda
Model Version:NULL
Model InvariantUuid:c9d6852b-19f1-4394-941d-ee6b4f00e8c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a9ec02d8-dee9-46d9-a32e-139f6e4c02ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06391298-1bce-4ceb-8fca-9258bf269d49
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee4e8295-d793-48ca-ab7f-9d57323b766b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30e9772a-97c4-495a-8f6b-ebee80b2d371
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e1a57fdd-e204-403c-8ea5-d9798f7d57b2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0d7ab0af-b0b1-4e5c-8d5e-565eccb2a487
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb037155-8f54-407f-9296-a6fab879dbfd
ModelInvariantUuid:8f4788b0-8959-4c0f-9387-e54244518c5e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:20847890-a8f2-4c83-b302-767e84b95a0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3113acd3-37e3-48ca-bcfa-d33fca4625f4
ModelInvariantUuid:3a959f6e-b26b-42f0-9884-02a068d0977f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1d27b917-e4bc-41ab-9266-22f86d5747e4
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-03-22T02:39:08.592Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0df4d19c-e7e9-4a6a-86b7-94ecad049200
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-03-22T02:39:08.595Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-03-22T02:39:08.596Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0df4d19c-e7e9-4a6a-86b7-94ecad049200
2022-03-22T02:39:08.596Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04d5673b-d93d-4353-9e48-84f2eb8bb4d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-22T02:39:08.596Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:39:08.596Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.762Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:39:08.762Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 04d5673b-d93d-4353-9e48-84f2eb8bb4d3 1565
2022-03-22T02:39:08.763Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.763Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:08.763Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:39:08.764Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:08.766Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:08.766Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916748763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:39:08.866Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:08.867Z||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-03-22T02:39:08.867Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:08.881Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:08.881Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:09.767Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e1a57fdd-e204-403c-8ea5-d9798f7d57b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d7ab0af-b0b1-4e5c-8d5e-565eccb2a487",
    "vfModuleModelCustomizationUUID": "1696ff26-914a-4438-a016-87a23739adaf",
    "isBase": true,
    "artifacts": [
      "0e86f344-25b1-4c32-8060-dc283affa794",
      "d4e19d76-7f3d-4164-a863-6ce99a51f4ce"
    ],
    "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": "ee4e8295-d793-48ca-ab7f-9d57323b766b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30e9772a-97c4-495a-8f6b-ebee80b2d371",
    "vfModuleModelCustomizationUUID": "8a04d951-51dc-44ab-9f00-d9585ae8dee2",
    "isBase": false,
    "artifacts": [
      "6bbb4bf4-725a-45a6-8aeb-61cd6cdee317"
    ],
    "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-03-22T02:39:09.772Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d7ab0af-b0b1-4e5c-8d5e-565eccb2a487
VfModuleModelInvariantUUID:e1a57fdd-e204-403c-8ea5-d9798f7d57b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e86f344-25b1-4c32-8060-dc283affa794
,
d4e19d76-7f3d-4164-a863-6ce99a51f4ce

}
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:30e9772a-97c4-495a-8f6b-ebee80b2d371
VfModuleModelInvariantUUID:ee4e8295-d793-48ca-ab7f-9d57323b766b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bbb4bf4-725a-45a6-8aeb-61cd6cdee317

}
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-03-22T02:39:09.775Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e1a57fdd-e204-403c-8ea5-d9798f7d57b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d7ab0af-b0b1-4e5c-8d5e-565eccb2a487",
    "vfModuleModelCustomizationUUID": "1696ff26-914a-4438-a016-87a23739adaf",
    "isBase": true,
    "artifacts": [
      "0e86f344-25b1-4c32-8060-dc283affa794",
      "d4e19d76-7f3d-4164-a863-6ce99a51f4ce"
    ],
    "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": "ee4e8295-d793-48ca-ab7f-9d57323b766b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30e9772a-97c4-495a-8f6b-ebee80b2d371",
    "vfModuleModelCustomizationUUID": "8a04d951-51dc-44ab-9f00-d9585ae8dee2",
    "isBase": false,
    "artifacts": [
      "6bbb4bf4-725a-45a6-8aeb-61cd6cdee317"
    ],
    "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-03-22T02:39:09.775Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d7ab0af-b0b1-4e5c-8d5e-565eccb2a487
VfModuleModelInvariantUUID:e1a57fdd-e204-403c-8ea5-d9798f7d57b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e86f344-25b1-4c32-8060-dc283affa794
,
d4e19d76-7f3d-4164-a863-6ce99a51f4ce

}
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:30e9772a-97c4-495a-8f6b-ebee80b2d371
VfModuleModelInvariantUUID:ee4e8295-d793-48ca-ab7f-9d57323b766b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bbb4bf4-725a-45a6-8aeb-61cd6cdee317

}
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-03-22T02:39:09.776Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0e86f344-25b1-4c32-8060-dc283affa794 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-22T02:39:09.776Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:39:09.776Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:09.978Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:39:09.978Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0e86f344-25b1-4c32-8060-dc283affa794 914
2022-03-22T02:39:09.979Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:09.979Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:09.979Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:39:09.979Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:09.981Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:09.981Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916749979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:39:10.082Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:10.082Z||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-03-22T02:39:10.082Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:10.097Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:10.098Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:10.982Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f04c8de6-5c05-45b6-af4a-77c55c572d26 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-22T02:39:10.983Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:39:10.983Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:11.346Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:39:11.347Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f04c8de6-5c05-45b6-af4a-77c55c572d26 12
2022-03-22T02:39:11.347Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:11.347Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:11.347Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:39:11.347Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:11.349Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:11.349Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916751347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:39:11.449Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:11.450Z||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-03-22T02:39:11.451Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:11.464Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:11.464Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:12.350Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d4e19d76-7f3d-4164-a863-6ce99a51f4ce from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-22T02:39:12.350Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:39:12.350Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:12.579Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:39:12.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d4e19d76-7f3d-4164-a863-6ce99a51f4ce 96
2022-03-22T02:39:12.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:12.580Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:12.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:39:12.581Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:12.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:12.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:39:12.683Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T02:39:12.684Z||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-03-22T02:39:12.685Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:12.694Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:12.694Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:39:13.584Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6bbb4bf4-725a-45a6-8aeb-61cd6cdee317 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-22T02:39:13.585Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:39:13.585Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:14.056Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:39:14.058Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6bbb4bf4-725a-45a6-8aeb-61cd6cdee317 20206
2022-03-22T02:39:14.058Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:14.058Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:14.059Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:39:14.059Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:14.061Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:14.062Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916754058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:39:14.162Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:14.163Z||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-03-22T02:39:14.163Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:14.173Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:14.173Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:15.066Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 34d16ae3-6fc6-41de-b33c-5f017ca5cfda
2022-03-22T02:39:15.066Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0df4d19c-e7e9-4a6a-86b7-94ecad049200 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-03-22T02:39:15.077Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66f8365e, org.onap.sdc.toscaparser.api.parameters.Input@798dd2c8, org.onap.sdc.toscaparser.api.parameters.Input@436b2657, org.onap.sdc.toscaparser.api.parameters.Input@8d3f488, org.onap.sdc.toscaparser.api.parameters.Input@2fbe790a]
2022-03-22T02:39:15.078Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.078Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.078Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T02:39:15.078Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f
2022-03-22T02:39:15.078Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f matches Tosca VF Customization UUID: d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f
2022-03-22T02:39:15.079Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f  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-03-22T02:39:15.081Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.081Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.081Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f: {\"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-03-22T02:39:15.081Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3591e20a
2022-03-22T02:39:15.081Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.082Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T02:39:15.082Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a04d951-51dc-44ab-9f00-d9585ae8dee2
2022-03-22T02:39:15.082Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a04d951-51dc-44ab-9f00-d9585ae8dee2
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-03-22T02:39:15.084Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.084Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:15.084Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:39:15.084Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.084Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:15.084Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:39:15.085Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.085Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-22T02:39:15.085Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d18f80f4-c3d6-4c7a-bab6-ae72685f9b7f
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-03-22T02:39:15.086Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.086Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.086Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 34d16ae3-6fc6-41de-b33c-5f017ca5cfda: basic_cnf_macro
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:39:15.087Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:39:15.088Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:15.125Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0df4d19c-e7e9-4a6a-86b7-94ecad049200 2 ASDC deployResourceStructure
2022-03-22T02:39:15.125Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:15.125Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:15.125Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:39:15.125Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:15.127Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:15.127Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916755125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T02:39:15.228Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:15.228Z||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-03-22T02:39:15.229Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:15.236Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:15.237Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:16.128Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:16.128Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:16.128Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:39:16.128Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:16.130Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:16.130Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916756128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T02:39:16.230Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:16.231Z||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-03-22T02:39:16.231Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:16.242Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:16.243Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:17.130Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:17.131Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:17.131Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T02:39:17.131Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:17.133Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:17.133Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916757130,
  "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-03-22T02:39:17.234Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T02:39:17.235Z||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-03-22T02:39:17.235Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:17.246Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:17.246Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:18.134Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:18.135Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:18.135Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:39:18.135Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:18.136Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:18.137Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916758134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-22T02:39:18.237Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:18.238Z||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-03-22T02:39:18.238Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:18.249Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:18.249Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:19.138Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:19.138Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:39:19.138Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-22T02:39:19.138Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:19.140Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:19.140Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916759137,
  "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-03-22T02:39:19.241Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:19.241Z||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-03-22T02:39:19.242Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:19.255Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:19.256Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:20.142Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-22T02:39:20.142Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-22T02:39:20.142Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:39:20.142Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:39:20.144Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:39:20.144Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916760141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:39:20.244Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:39:20.245Z||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-03-22T02:39:20.245Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:39:20.259Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:20.260Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:39:21.145Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:39:21.160Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:39:21.163Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:39:21.163Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T02:39:21.163Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T02:39:51.163Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:39:51.174Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:39:51.178Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:39:51.178Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T02:39:51.178Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T02:39:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:39:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:39:55.758Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:39:55.783Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:39:55.784Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:39:55.784Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916726162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:39:55.784Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:21.178Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:40:21.190Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:40:21.192Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:40:21.192Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T02:40:21.192Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T02:40:51.192Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:40:51.201Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:40:51.204Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:40:51.204Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T02:40:51.204Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T02:40:55.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:40:55.758Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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-03-22T02:40:55.758Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:40:56.289Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:40:56.290Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.290Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916736965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916738009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.293Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916739050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.294Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916740099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.295Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.296Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.296Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.296Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.296Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.296Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.296Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916741213,
  "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-03-22T02:40:56.306Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
2022-03-22T02:40:56.306Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:40:56.315Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.315Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.315Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.315Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.315Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916742215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.316Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.317Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.318Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916746664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916737046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916747865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916748763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.319Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916740024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916749979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916751347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.320Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916754058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916755125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916756128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916756579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916757130,
  "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-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.321Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "aai-ml",
  "timestamp": 1647916757582,
  "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-03-22T02:40:56.327Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
2022-03-22T02:40:56.327Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:40:56.335Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916758134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916758151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916759137,
  "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-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916760141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.336Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.337Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.337Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916763155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:40:56.337Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:40:56.337Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T02:40:56.337Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "clamp",
  "timestamp": 1647916764157,
  "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-03-22T02:40:56.341Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
2022-03-22T02:40:56.342Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:41:21.204Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:41:21.215Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:41:21.218Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:41:21.219Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:41:21.224Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T02:41:51.224Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f 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-03-22T02:41:51.231Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb79b74c-a8c1-48f0-b2fc-1a0060ac716f and serviceModelVersionId: 34d16ae3-6fc6-41de-b33c-5f017ca5cfda
2022-03-22T02:41:51.231Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9d6852b-19f1-4394-941d-ee6b4f00e8c7
2022-03-22T02:41:51.232Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9d6852b-19f1-4394-941d-ee6b4f00e8c7/model-vers/model-ver/34d16ae3-6fc6-41de-b33c-5f017ca5cfda?depth=0
2022-03-22T02:41:51.238Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T02:41:51.273Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9d6852b-19f1-4394-941d-ee6b4f00e8c7/model-vers/model-ver/34d16ae3-6fc6-41de-b33c-5f017ca5cfda?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-03-22T02:41:51.274Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9d6852b-19f1-4394-941d-ee6b4f00e8c7/model-vers/model-ver/34d16ae3-6fc6-41de-b33c-5f017ca5cfda?depth=0|INFO|500||Invoke
2022-03-22T02:41:51.290Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9d6852b-19f1-4394-941d-ee6b4f00e8c7/model-vers/model-ver/34d16ae3-6fc6-41de-b33c-5f017ca5cfda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T02:41:51.449Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9d6852b-19f1-4394-941d-ee6b4f00e8c7/model-vers/model-ver/34d16ae3-6fc6-41de-b33c-5f017ca5cfda?depth=0|INFO|500||InvokeReturn
2022-03-22T02:41:51.449Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9d6852b-19f1-4394-941d-ee6b4f00e8c7/model-vers/model-ver/34d16ae3-6fc6-41de-b33c-5f017ca5cfda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220322-02:41:51:296-70875], vertex-id=[549056], Content-Length=[0], Date=[Tue, 22 Mar 2022 02:41:51 GMT], Content-Type=[application/json]}
2022-03-22T02:41:51.449Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T02:41:51.450Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T02:41:51.450Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:41:51.453Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||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-03-22T02:41:51.453Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb79b74c-a8c1-48f0-b2fc-1a0060ac716f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T02:41:51.454Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T02:41:51.454Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:41:51.455Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:41:51.455Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916911454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T02:41:51.556Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:41:51.556Z||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-03-22T02:41:51.557Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:41:51.574Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:51.574Z||pool-84-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-03-22T02:41:52.469Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:41:52.469Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|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-03-22T02:41:52.469Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:41:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:41:55.757Z||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-03-22T02:41:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:41:56.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:56.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916868955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916866162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916873380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916885269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916885265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916886269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "cds",
  "timestamp": 1647916886483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T02:41:56.408Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcaaae2d-fb49-4721-9f70-4612a4f40ebb
2022-03-22T02:41:56.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:41:56.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "policy-id",
  "timestamp": 1647916887272,
  "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-03-22T02:41:56.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcaaae2d-fb49-4721-9f70-4612a4f40ebb
2022-03-22T02:41:56.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:41:56.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916881376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916891144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:41:56.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916892335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916893339,
  "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-03-22T02:41:56.444Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bcaaae2d-fb49-4721-9f70-4612a4f40ebb
2022-03-22T02:41:56.444Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:41:56.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916887046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916896953,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916890024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916892092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916901677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916902160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:41:56.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "aai-ml",
  "timestamp": 1647916902680,
  "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-03-22T02:41:56.469Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcaaae2d-fb49-4721-9f70-4612a4f40ebb
2022-03-22T02:41:56.469Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:41:56.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916903761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:41:56.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916904174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:41:56.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916904765,
  "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-03-22T02:41:56.480Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcaaae2d-fb49-4721-9f70-4612a4f40ebb
2022-03-22T02:41:56.480Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:41:56.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916906178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:41:56.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "clamp",
  "timestamp": 1647916907181,
  "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-03-22T02:41:56.490Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcaaae2d-fb49-4721-9f70-4612a4f40ebb
2022-03-22T02:41:56.491Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:41:56.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb79b74c-a8c1-48f0-b2fc-1a0060ac716f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916911454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T02:41:56.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:41:56.802Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:56.803Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T02:41:56.803Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcaaae2d-fb49-4721-9f70-4612a4f40ebb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c45ea748-4d93-41ab-82f4-01bc3dbd6184","serviceDescription":"service","serviceInvariantUUID":"ec18f497-1eab-468f-a544-3aa9cbf6ffad","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f991ff78-3682-44d9-95a8-06e1afd4d438","resourceInvariantUUID":"8f1e899e-e7ea-4b6e-950c-42cb21edf56b","resourceCustomizationUUID":"b3798629-b3ca-47a7-8d69-af950c1f5e62","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTE5MjhlZTg0ZmE5M2U4ZWFlYTdlMGFjODNmMWY1YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f283230-8675-4807-8f25-c5f520c2273d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e2a836f-428f-4eba-a882-0386136435d9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ec13542-29ac-4b3e-af13-e583eebced67","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MzJhMWFiZTgwMjk1ZTRlM2ExYmZhMmYzY2I5MGE5YWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"22668e05-0804-45d9-9abe-90366f3fa49e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"418ad471-e641-4cb1-9c32-a8c8bfefb9e8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64086466-6aa6-42b0-a46b-9071b4610397","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e8fbfab-0693-4aa8-8384-d2516689bafc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"Y2RhNzRlYzRiNWFmM2Y0YjMwMTBmZWMxMWRkZTVmOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"834ae28f-1a8b-47b9-8a09-b470a46ca2e2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWYwYjJlMmUxYTZlMTFhZTgxODRmMmFkODYxZmFmMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dc81022-9b95-43da-b3b7-fe072b2b4b43","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T02:41:56.805Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:41:56.805Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:41:56.807Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:41:56.808Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:56.908Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:41:56.909Z||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-03-22T02:41:56.909Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:41:56.922Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:56.923Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:41:57.808Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:41:57.809Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:41:57.811Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:41:57.811Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:57.912Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:41:57.912Z||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-03-22T02:41:57.913Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:41:57.926Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:57.926Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:41:58.812Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:41:58.813Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:41:58.814Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:41:58.815Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:58.915Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:41:58.916Z||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-03-22T02:41:58.916Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:41:58.929Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:58.929Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:41:59.815Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:41:59.816Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:41:59.819Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:41:59.819Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:41:59.919Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:41:59.920Z||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-03-22T02:41:59.921Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:41:59.932Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:41:59.932Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:00.820Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:00.821Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:00.823Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:00.823Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:00.923Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:00.924Z||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-03-22T02:42:00.924Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:00.938Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:00.939Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:42:01.823Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:01.825Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:01.827Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:01.827Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:01.927Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:01.928Z||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-03-22T02:42:01.928Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:01.941Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:01.941Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:02.827Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:02.829Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:02.831Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:02.831Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:02.931Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:02.932Z||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-03-22T02:42:02.932Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:02.945Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:02.945Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:42:03.831Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:03.832Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:03.833Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:03.834Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:03.934Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:03.935Z||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-03-22T02:42:03.935Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:03.948Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:03.948Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:04.834Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:04.835Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:04.837Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:04.837Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:04.937Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:04.938Z||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-03-22T02:42:04.938Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:04.952Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:04.953Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:05.838Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c45ea748-4d93-41ab-82f4-01bc3dbd6184",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec18f497-1eab-468f-a544-3aa9cbf6ffad",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b3798629-b3ca-47a7-8d69-af950c1f5e62",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f991ff78-3682-44d9-95a8-06e1afd4d438",
      "resourceInvariantUUID": "8f1e899e-e7ea-4b6e-950c-42cb21edf56b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZWYwYjJlMmUxYTZlMTFhZTgxODRmMmFkODYxZmFmMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5dc81022-9b95-43da-b3b7-fe072b2b4b43"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T02:42:05.839Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T02:42:05.839Z|bb79b74c-a8c1-48f0-b2fc-1a0060ac716f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c45ea748-4d93-41ab-82f4-01bc3dbd6184 ASDC
2022-03-22T02:42:05.839Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bcaaae2d-fb49-4721-9f70-4612a4f40ebb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c45ea748-4d93-41ab-82f4-01bc3dbd6184
ServiceInvariantUUID:ec18f497-1eab-468f-a544-3aa9cbf6ffad
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:5dc81022-9b95-43da-b3b7-fe072b2b4b43
ArtifactChecksum:ZWYwYjJlMmUxYTZlMTFhZTgxODRmMmFkODYxZmFmMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b3798629-b3ca-47a7-8d69-af950c1f5e62
ResourceInvariantUUID:8f1e899e-e7ea-4b6e-950c-42cb21edf56b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f991ff78-3682-44d9-95a8-06e1afd4d438
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-22T02:42:05.840Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c45ea748-4d93-41ab-82f4-01bc3dbd6184 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-03-22T02:42:05.865Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T02:42:05.866Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:42:05.866Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:42:05.866Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5dc81022-9b95-43da-b3b7-fe072b2b4b43 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T02:42:05.866Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:42:05.866Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T02:42:06.065Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:42:06.071Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dc81022-9b95-43da-b3b7-fe072b2b4b43 105659
2022-03-22T02:42:06.071Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-22T02:42:06.072Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T02:42:06.072Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:42:06.072Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:06.073Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:06.073Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916926071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:06.174Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T02:42:06.175Z||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-03-22T02:42:06.175Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:06.184Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:06.184Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:07.074Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T02:42:07.075Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:42:07.076Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5dc81022-9b95-43da-b3b7-fe072b2b4b43, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.076Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.076Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.076Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.164Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10228071480556056165/Definitions/service-TestPnfMacro-template.yml
2022-03-22T02:42:07.754Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.755Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.756Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.757Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c45ea748-4d93-41ab-82f4-01bc3dbd6184
Model Version:NULL
Model InvariantUuid:ec18f497-1eab-468f-a544-3aa9cbf6ffad
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-03-22T02:42:07.762Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: f991ff78-3682-44d9-95a8-06e1afd4d438
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-03-22T02:42:07.765Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-03-22T02:42:07.765Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f991ff78-3682-44d9-95a8-06e1afd4d438
2022-03-22T02:42:07.765Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c45ea748-4d93-41ab-82f4-01bc3dbd6184
2022-03-22T02:42:07.765Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c45ea748-4d93-41ab-82f4-01bc3dbd6184
2022-03-22T02:42:07.765Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f991ff78-3682-44d9-95a8-06e1afd4d438 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-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6246bb05, org.onap.sdc.toscaparser.api.parameters.Input@43b83e93, org.onap.sdc.toscaparser.api.parameters.Input@e165d78, org.onap.sdc.toscaparser.api.parameters.Input@5d00e67c, org.onap.sdc.toscaparser.api.parameters.Input@a49e04a]
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c45ea748-4d93-41ab-82f4-01bc3dbd6184: test-pnf
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Processing PNF resource: f991ff78-3682-44d9-95a8-06e1afd4d438
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:07.769Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||Resource customization UUID: b3798629-b3ca-47a7-8d69-af950c1f5e62 is the same as notified resource customizationUUID: b3798629-b3ca-47a7-8d69-af950c1f5e62
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-03-22T02:42:07.817Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f991ff78-3682-44d9-95a8-06e1afd4d438 0 ASDC deployResourceStructure
2022-03-22T02:42:07.817Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-22T02:42:07.817Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-22T02:42:07.817Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:42:07.817Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:07.819Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:07.819Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916927817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:07.919Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:07.919Z||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-03-22T02:42:07.920Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:07.930Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:07.930Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:08.820Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcaaae2d-fb49-4721-9f70-4612a4f40ebb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:42:08.830Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcaaae2d-fb49-4721-9f70-4612a4f40ebb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:42:08.833Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:42:08.833Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T02:42:08.833Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T02:42:08.833Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T02:42:08.833Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.833Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.834Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.834Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.834Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.834Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.834Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:08.834Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||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-03-22T02:42:08.839Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T02:42:38.839Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcaaae2d-fb49-4721-9f70-4612a4f40ebb 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-03-22T02:42:38.846Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcaaae2d-fb49-4721-9f70-4612a4f40ebb and serviceModelVersionId: c45ea748-4d93-41ab-82f4-01bc3dbd6184
2022-03-22T02:42:38.847Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec18f497-1eab-468f-a544-3aa9cbf6ffad
2022-03-22T02:42:38.848Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec18f497-1eab-468f-a544-3aa9cbf6ffad/model-vers/model-ver/c45ea748-4d93-41ab-82f4-01bc3dbd6184?depth=0
2022-03-22T02:42:38.852Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T02:42:38.880Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec18f497-1eab-468f-a544-3aa9cbf6ffad/model-vers/model-ver/c45ea748-4d93-41ab-82f4-01bc3dbd6184?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-03-22T02:42:38.881Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec18f497-1eab-468f-a544-3aa9cbf6ffad/model-vers/model-ver/c45ea748-4d93-41ab-82f4-01bc3dbd6184?depth=0|INFO|500||Invoke
2022-03-22T02:42:38.903Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec18f497-1eab-468f-a544-3aa9cbf6ffad/model-vers/model-ver/c45ea748-4d93-41ab-82f4-01bc3dbd6184?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-22T02:42:39.352Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec18f497-1eab-468f-a544-3aa9cbf6ffad/model-vers/model-ver/c45ea748-4d93-41ab-82f4-01bc3dbd6184?depth=0|INFO|500||InvokeReturn
2022-03-22T02:42:39.353Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec18f497-1eab-468f-a544-3aa9cbf6ffad/model-vers/model-ver/c45ea748-4d93-41ab-82f4-01bc3dbd6184?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220322-02:42:38:911-18363], vertex-id=[553152], Content-Length=[0], Date=[Tue, 22 Mar 2022 02:42:38 GMT], Content-Type=[application/json]}
2022-03-22T02:42:39.353Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T02:42:39.353Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T02:42:39.353Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||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-03-22T02:42:39.358Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||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-03-22T02:42:39.358Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcaaae2d-fb49-4721-9f70-4612a4f40ebb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T02:42:39.358Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T02:42:39.358Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:39.360Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:39.360Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916959358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T02:42:39.461Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T02:42:39.462Z||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-03-22T02:42:39.463Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:39.489Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:39.490Z||pool-96-thread-1|||||INFO|500||cambria reply ok (29 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-03-22T02:42:40.376Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:42:40.377Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|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-03-22T02:42:40.377Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:42:40.998Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:40.998Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T02:42:40.999Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b42d80ff-1e74-498c-b297-97e69680b8a5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"10d68c99-cfd7-49c1-ab97-d26fff826465","serviceDescription":"service","serviceInvariantUUID":"beb858f6-3066-42ff-aa4a-bf60759aa59d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25726044-fb59-4e64-bd70-ef1bf1726309","resourceInvariantUUID":"5c0e62ea-9601-4642-9b78-194552456395","resourceCustomizationUUID":"316a1ba5-b3c8-4b41-9c47-9a7e6e69555e","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":"d7cced43-43ee-4d9c-aec1-069e9ab87134","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":"ODkwZGUzNWJkYWE0YTkwOWI3NTMxM2YzZWE3ZTIwODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e7a8444-9ac4-434f-a8c4-bf5e55168b19","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":"MTBmZjc4YTdkMTk3MjRlMzkyODNhODYzY2YyMTIzOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3885dd8-6501-42ef-a6f6-7b5fa8bdae1e","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":"d839e118-4d55-4188-9f09-6104727cd81e","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":"8a8841f5-bf81-491a-aebe-cee71c21a174","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":"e87ebba3-3051-40e0-8af8-1b1b5df926ae","artifactVersion":"2","generatedFromUUID":"d839e118-4d55-4188-9f09-6104727cd81e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjVkNjY1ZTBiNTBiNGY2ZDZkYjJlZWQ2YTEwNTAyYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcdef96a-b581-4ce9-b22e-6fd14998d145","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODU1OTc3YzgxMjU2YzQyYTQ5Y2U2OWI1OGRiOTUwN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53617cdd-4165-4b09-959c-2348cbda4e24","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T02:42:41.001Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:41.001Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:41.003Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:41.003Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:41.104Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:41.105Z||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-03-22T02:42:41.105Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:41.117Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:41.117Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:42.004Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:42.005Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:42.008Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:42.009Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:42.109Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:42.110Z||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-03-22T02:42:42.110Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:42.123Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:42.124Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:42:43.009Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:43.010Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:43.012Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:43.013Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:42:43.113Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:43.113Z||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-03-22T02:42:43.114Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:43.124Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:43.125Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:44.013Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:44.014Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:44.016Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:44.017Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:42:44.117Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:44.118Z||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-03-22T02:42:44.118Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:44.137Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:44.137Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:42:45.018Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:45.020Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:45.024Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:45.024Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:45.124Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:45.125Z||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-03-22T02:42:45.125Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:45.139Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:45.139Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:46.025Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:46.026Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:46.028Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:46.029Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T02:42:46.129Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:46.130Z||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-03-22T02:42:46.130Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:46.143Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:46.144Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:47.029Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:47.030Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:47.032Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:47.033Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:47.134Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T02:42:47.135Z||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-03-22T02:42:47.135Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:47.149Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:47.150Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:48.034Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T02:42:48.035Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:48.037Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:48.037Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:48.138Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:48.138Z||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-03-22T02:42:48.138Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:48.149Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:48.149Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:49.039Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "10d68c99-cfd7-49c1-ab97-d26fff826465",
  "serviceDescription": "service",
  "serviceInvariantUUID": "beb858f6-3066-42ff-aa4a-bf60759aa59d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "316a1ba5-b3c8-4b41-9c47-9a7e6e69555e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25726044-fb59-4e64-bd70-ef1bf1726309",
      "resourceInvariantUUID": "5c0e62ea-9601-4642-9b78-194552456395",
      "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": "MTBmZjc4YTdkMTk3MjRlMzkyODNhODYzY2YyMTIzOWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3885dd8-6501-42ef-a6f6-7b5fa8bdae1e",
          "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": "d839e118-4d55-4188-9f09-6104727cd81e",
          "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": "e87ebba3-3051-40e0-8af8-1b1b5df926ae",
            "generatedFromUUID": "d839e118-4d55-4188-9f09-6104727cd81e"
          },
          "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": "e87ebba3-3051-40e0-8af8-1b1b5df926ae",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ODU1OTc3YzgxMjU2YzQyYTQ5Y2U2OWI1OGRiOTUwN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53617cdd-4165-4b09-959c-2348cbda4e24"
    }
  ],
  "workloadContext": "Production"
}
2022-03-22T02:42:49.040Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T02:42:49.040Z|bcaaae2d-fb49-4721-9f70-4612a4f40ebb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10d68c99-cfd7-49c1-ab97-d26fff826465 ASDC
2022-03-22T02:42:49.040Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b42d80ff-1e74-498c-b297-97e69680b8a5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:10d68c99-cfd7-49c1-ab97-d26fff826465
ServiceInvariantUUID:beb858f6-3066-42ff-aa4a-bf60759aa59d
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:53617cdd-4165-4b09-959c-2348cbda4e24
ArtifactChecksum:ODU1OTc3YzgxMjU2YzQyYTQ5Y2U2OWI1OGRiOTUwN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:316a1ba5-b3c8-4b41-9c47-9a7e6e69555e
ResourceInvariantUUID:5c0e62ea-9601-4642-9b78-194552456395
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:25726044-fb59-4e64-bd70-ef1bf1726309
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:a3885dd8-6501-42ef-a6f6-7b5fa8bdae1e
ArtifactChecksum:MTBmZjc4YTdkMTk3MjRlMzkyODNhODYzY2YyMTIzOWE=
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:d839e118-4d55-4188-9f09-6104727cd81e
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:e87ebba3-3051-40e0-8af8-1b1b5df926ae
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:e87ebba3-3051-40e0-8af8-1b1b5df926ae
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-22T02:42:49.040Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10d68c99-cfd7-49c1-ab97-d26fff826465 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-03-22T02:42:49.083Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T02:42:49.083Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:42:49.084Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:42:49.084Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 53617cdd-4165-4b09-959c-2348cbda4e24 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T02:42:49.084Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:42:49.084Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T02:42:49.186Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:42:49.192Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 53617cdd-4165-4b09-959c-2348cbda4e24 73666
2022-03-22T02:42:49.193Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-22T02:42:49.193Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T02:42:49.193Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:42:49.193Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:49.195Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:49.195Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916969193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:49.296Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:49.296Z||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-03-22T02:42:49.296Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:49.307Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:49.308Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T02:42:50.196Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T02:42:50.197Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T02:42:50.197Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 53617cdd-4165-4b09-959c-2348cbda4e24, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T02:42:50.198Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-22T02:42:50.198Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T02:42:50.198Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T02:42:50.285Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4157586966044872885/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-03-22T02:42:51.151Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T02:42:51.151Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T02:42:51.151Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-22T02:42:51.151Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T02:42:51.151Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T02:42:51.152Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-22T02:42:51.153Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:51.154Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:42:51.155Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.155Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:51.155Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:42:51.155Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.155Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:51.155Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9aeec9c1-3ccc-4784-9e08-0834f2ae420d
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.156Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.157Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.157Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:51.157Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:51.157Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:10d68c99-cfd7-49c1-ab97-d26fff826465
Model Version:NULL
Model InvariantUuid:beb858f6-3066-42ff-aa4a-bf60759aa59d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:7e064feb-e4b4-4b2b-8159-44010d9e486b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5c0e62ea-9601-4642-9b78-194552456395
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:316a1ba5-b3c8-4b41-9c47-9a7e6e69555e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39d971d9-3c27-4293-9636-71511e4542a0
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9b7f6558-6713-4ae9-bb30-ee6b0038878d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9aeec9c1-3ccc-4784-9e08-0834f2ae420d
ModelInvariantUuid:f1ca53b0-c4a0-4032-b3aa-2cd296d16f72
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:05987bab-d0f7-44f3-befe-68f2bcd6d0ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:107063a9-b8b9-475a-8195-05649ef4f9a1
ModelInvariantUuid:b7118883-5ff1-45d6-854f-b46f3431665a
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:bf8b8ed6-e2f8-4323-b8e0-11c38a456a68
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-03-22T02:42:51.165Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 25726044-fb59-4e64-bd70-ef1bf1726309
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-03-22T02:42:51.168Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-03-22T02:42:51.168Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25726044-fb59-4e64-bd70-ef1bf1726309
2022-03-22T02:42:51.168Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3885dd8-6501-42ef-a6f6-7b5fa8bdae1e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-22T02:42:51.168Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:42:51.168Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-22T02:42:51.265Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:42:51.266Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a3885dd8-6501-42ef-a6f6-7b5fa8bdae1e 790
2022-03-22T02:42:51.266Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.266Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:51.266Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:42:51.266Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:51.268Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:51.268Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916971266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:51.368Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:51.369Z||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-03-22T02:42:51.369Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:51.384Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:51.385Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:52.268Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "39d971d9-3c27-4293-9636-71511e4542a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b7f6558-6713-4ae9-bb30-ee6b0038878d",
    "vfModuleModelCustomizationUUID": "810ffa90-b1be-41a4-b990-fc217720cb71",
    "isBase": true,
    "artifacts": [
      "d839e118-4d55-4188-9f09-6104727cd81e",
      "e87ebba3-3051-40e0-8af8-1b1b5df926ae"
    ],
    "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-03-22T02:42:52.272Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b7f6558-6713-4ae9-bb30-ee6b0038878d
VfModuleModelInvariantUUID:39d971d9-3c27-4293-9636-71511e4542a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
d839e118-4d55-4188-9f09-6104727cd81e
,
e87ebba3-3051-40e0-8af8-1b1b5df926ae

}
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-03-22T02:42:52.274Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "39d971d9-3c27-4293-9636-71511e4542a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b7f6558-6713-4ae9-bb30-ee6b0038878d",
    "vfModuleModelCustomizationUUID": "810ffa90-b1be-41a4-b990-fc217720cb71",
    "isBase": true,
    "artifacts": [
      "d839e118-4d55-4188-9f09-6104727cd81e",
      "e87ebba3-3051-40e0-8af8-1b1b5df926ae"
    ],
    "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-03-22T02:42:52.275Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b7f6558-6713-4ae9-bb30-ee6b0038878d
VfModuleModelInvariantUUID:39d971d9-3c27-4293-9636-71511e4542a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
d839e118-4d55-4188-9f09-6104727cd81e
,
e87ebba3-3051-40e0-8af8-1b1b5df926ae

}
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-03-22T02:42:52.275Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d839e118-4d55-4188-9f09-6104727cd81e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-22T02:42:52.275Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:42:52.275Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-22T02:42:52.366Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:42:52.366Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d839e118-4d55-4188-9f09-6104727cd81e 5033
2022-03-22T02:42:52.366Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:52.366Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:52.367Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:42:52.367Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:52.369Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:52.369Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916972366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:52.469Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:52.469Z||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-03-22T02:42:52.469Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:52.480Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:52.480Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:53.369Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e87ebba3-3051-40e0-8af8-1b1b5df926ae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-22T02:42:53.370Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T02:42:53.370Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-22T02:42:53.551Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T02:42:53.552Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e87ebba3-3051-40e0-8af8-1b1b5df926ae 909
2022-03-22T02:42:53.552Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:53.553Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:53.553Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T02:42:53.553Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:53.556Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:53.556Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916973552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:53.656Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T02:42:53.657Z||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-03-22T02:42:53.657Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:53.671Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:53.671Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:54.557Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 10d68c99-cfd7-49c1-ab97-d26fff826465
2022-03-22T02:42:54.558Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 25726044-fb59-4e64-bd70-ef1bf1726309 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-03-22T02:42:54.574Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c0e6dd3, org.onap.sdc.toscaparser.api.parameters.Input@1556ffb8, org.onap.sdc.toscaparser.api.parameters.Input@6062149b, org.onap.sdc.toscaparser.api.parameters.Input@14dc2434, org.onap.sdc.toscaparser.api.parameters.Input@5b73b389]
2022-03-22T02:42:54.575Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.576Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.576Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-22T02:42:54.576Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 316a1ba5-b3c8-4b41-9c47-9a7e6e69555e
2022-03-22T02:42:54.576Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 316a1ba5-b3c8-4b41-9c47-9a7e6e69555e matches Tosca VF Customization UUID: 316a1ba5-b3c8-4b41-9c47-9a7e6e69555e
2022-03-22T02:42:54.576Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 316a1ba5-b3c8-4b41-9c47-9a7e6e69555e  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-03-22T02:42:54.578Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.579Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.579Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 316a1ba5-b3c8-4b41-9c47-9a7e6e69555e: {\"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-03-22T02:42:54.580Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c445181
2022-03-22T02:42:54.580Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.580Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T02:42:54.580Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 810ffa90-b1be-41a4-b990-fc217720cb71
2022-03-22T02:42:54.580Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 810ffa90-b1be-41a4-b990-fc217720cb71
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-03-22T02:42:54.582Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.582Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:54.582Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:42:54.583Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.583Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:54.583Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:42:54.583Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.583Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-22T02:42:54.583Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T02:42:54.584Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T02:42:54.584Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9aeec9c1-3ccc-4784-9e08-0834f2ae420d
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-03-22T02:42:54.585Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.586Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:54.586Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T02:42:54.586Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.586Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-22T02:42:54.586Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=316a1ba5-b3c8-4b41-9c47-9a7e6e69555e
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-03-22T02:42:54.588Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.588Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.588Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 10d68c99-cfd7-49c1-ab97-d26fff826465: basicclamp
2022-03-22T02:42:54.588Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.589Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.589Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.589Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.589Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.589Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.590Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.590Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.590Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-22T02:42:54.590Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T02:42:54.590Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:54.668Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 25726044-fb59-4e64-bd70-ef1bf1726309 1 ASDC deployResourceStructure
2022-03-22T02:42:54.668Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:54.668Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:54.668Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:42:54.668Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:54.670Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:54.670Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916974668,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:54.770Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:54.771Z||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-03-22T02:42:54.771Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:54.783Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:54.784Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:55.676Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:55.677Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:55.677Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:42:55.678Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:55.680Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:55.680Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916975675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:42:55.758Z||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-03-22T02:42:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:42:55.781Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:55.781Z||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-03-22T02:42:55.781Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:55.793Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:55.793Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:55.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:55.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916912469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916926071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916927817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916928955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916933380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916947360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916947359,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "cds",
  "timestamp": 1647916948366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T02:42:55.907Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b42d80ff-1e74-498c-b297-97e69680b8a5
2022-03-22T02:42:55.907Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:42:55.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916948363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:55.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647916941376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "policy-id",
  "timestamp": 1647916949366,
  "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-03-22T02:42:55.921Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42d80ff-1e74-498c-b297-97e69680b8a5
2022-03-22T02:42:55.921Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:42:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916946162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916947046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916954863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916955768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916956059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916957259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916950024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916958278,
  "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-03-22T02:42:55.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b42d80ff-1e74-498c-b297-97e69680b8a5
2022-03-22T02:42:55.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647916959281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcaaae2d-fb49-4721-9f70-4612a4f40ebb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916959358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916952093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916961060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916962965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647916963968,
  "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-03-22T02:42:55.958Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b42d80ff-1e74-498c-b297-97e69680b8a5
2022-03-22T02:42:55.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:42:55.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916964877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:55.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916965183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "aai-ml",
  "timestamp": 1647916965880,
  "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-03-22T02:42:55.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b42d80ff-1e74-498c-b297-97e69680b8a5
2022-03-22T02:42:55.973Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:42:55.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916966186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-22T02:42:55.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916960376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-22T02:42:55.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-22T02:42:55.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916969193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:55.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916969252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-22T02:42:55.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916970254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-03-22T02:42:55.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:55.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:55.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "clamp",
  "timestamp": 1647916971257,
  "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-03-22T02:42:55.990Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of b42d80ff-1e74-498c-b297-97e69680b8a5
2022-03-22T02:42:55.991Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:42:56.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:56.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916971266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:56.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:56.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:56.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916972366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:56.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:56.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:56.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916973552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-22T02:42:56.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:56.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:42:56.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916974668,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:56.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:42:56.681Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:56.682Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:56.682Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:42:56.682Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:56.684Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:56.685Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916976681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:56.785Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:56.785Z||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-03-22T02:42:56.786Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:56.798Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:56.799Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:57.685Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-22T02:42:57.686Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-22T02:42:57.686Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T02:42:57.686Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:42:57.688Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:42:57.688Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916977685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:42:57.788Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:42:57.789Z||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-03-22T02:42:57.789Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:42:57.801Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:42:57.802Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T02:42:58.689Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b42d80ff-1e74-498c-b297-97e69680b8a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-22T02:42:58.701Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b42d80ff-1e74-498c-b297-97e69680b8a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-22T02:42:58.704Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:42:58.709Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T02:43:28.709Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b42d80ff-1e74-498c-b297-97e69680b8a5 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-03-22T02:43:28.717Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b42d80ff-1e74-498c-b297-97e69680b8a5 and serviceModelVersionId: 10d68c99-cfd7-49c1-ab97-d26fff826465
2022-03-22T02:43:28.717Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : beb858f6-3066-42ff-aa4a-bf60759aa59d
2022-03-22T02:43:28.718Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0
2022-03-22T02:43:28.725Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T02:43:28.762Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0|INFO|500||Invoke
2022-03-22T02:43:28.763Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b42d80ff-1e74-498c-b297-97e69680b8a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[962bc65f-4c1c-40d7-9585-90d46d151fc5], X-ECOMP-RequestID=[b42d80ff-1e74-498c-b297-97e69680b8a5], X-TransactionId=[], X-ONAP-RequestID=[b42d80ff-1e74-498c-b297-97e69680b8a5], Content-Type=[application/merge-patch+json]}
2022-03-22T02:43:28.780Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-22T02:43:28.945Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?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/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-02:43:28:788-30582], vertex-id=[221272], Content-Length=[0], Date=[Tue, 22 Mar 2022 02:43:28 GMT], Content-Type=[application/json]}
2022-03-22T02:43:28.946Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T02:43:28.946Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beb858f6-3066-42ff-aa4a-bf60759aa59d/model-vers/model-ver/10d68c99-cfd7-49c1-ab97-d26fff826465?depth=0|INFO|500||InvokeReturn
2022-03-22T02:43:28.946Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T02:43:28.946Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:43:28.952Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||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-03-22T02:43:28.952Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b42d80ff-1e74-498c-b297-97e69680b8a5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-03-22T02:43:28.953Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T02:43:28.953Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T02:43:28.955Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T02:43:28.955Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647917008952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-03-22T02:43:29.055Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T02:43:29.057Z||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-03-22T02:43:29.057Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T02:43:29.073Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:43:29.073Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T02:43:29.969Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:43:29.969Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:43:29.970Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:43:39.508Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:43:39.508Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:43:39.508Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:43:39.509Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:43:49.048Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:43:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:43:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:43:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:43:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:43:55.757Z||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-03-22T02:43:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:43:55.779Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:43:55.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T02:43:55.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916975675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-22T02:43:55.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:44:05.295Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:44:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:44:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:44:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:44:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:44:55.757Z||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-03-22T02:44:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:44:56.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:44:56.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T02:44:56.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916976681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-22T02:44:56.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:44:56.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T02:44:56.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647916977685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-22T02:44:56.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:44:56.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T02:44:56.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b42d80ff-1e74-498c-b297-97e69680b8a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647917008952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-03-22T02:44:56.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T02:45:05.296Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:45:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:45:55.756Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:45:55.756Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:45:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:45:55.757Z||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-03-22T02:45:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:46:05.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:46:05.304Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:46:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:46:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:46:55.756Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:46:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:46:55.757Z||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-03-22T02:46:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:47:05.295Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:47:05.295Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:47:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:47:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:47:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:47:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:47:55.757Z||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-03-22T02:47:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:48:05.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:48:05.301Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:48:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:48:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:48:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:48:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:48:55.757Z||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-03-22T02:48:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:49:05.299Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:49:05.305Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:49:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:49:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:49:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:49:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:49:55.757Z||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-03-22T02:49:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:50:05.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:50:05.301Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:50:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:50:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:50:55.755Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:50:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:50:55.757Z||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-03-22T02:50:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:51:05.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:51:05.302Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:51:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:51:55.755Z||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-03-22T02:51:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:51:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:51:55.757Z||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-03-22T02:51:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:52:05.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:52:05.300Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:52:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:52:55.755Z||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-03-22T02:52:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:52:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:52:55.757Z||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-03-22T02:52:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:53:05.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:53:05.306Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:53:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:53:55.755Z||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-03-22T02:53:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:53:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:53:55.757Z||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-03-22T02:53:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:54:05.293Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:54:05.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:54:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:54:55.755Z||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-03-22T02:54:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:54:55.757Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:54:55.757Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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-03-22T02:54:55.757Z|b42d80ff-1e74-498c-b297-97e69680b8a5|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:55:05.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:55:05.300Z|b42d80ff-1e74-498c-b297-97e69680b8a5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:55:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:55:55.755Z||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-03-22T02:55:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:55:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:55:55.757Z||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-03-22T02:55:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:56:05.312Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:56:05.323Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:56:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:56:55.755Z||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-03-22T02:56:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:56:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:56:55.757Z||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-03-22T02:56:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:57:05.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:57:05.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:57:55.755Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:57:55.755Z|280b2a1b-a431-4c59-960d-766077c958e2|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-03-22T02:57:55.756Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T02:57:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T02:57:55.758Z||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-03-22T02:57:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T02:58:05.311Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-22T02:58:05.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK