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-09-13T05:09:00.296Z||main|||||INFO|500||The following profiles are active: basic
2022-09-13T05:09:13.059Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-13T05:09:13.060Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-13T05:09:13.171Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-13T05:09:17.585Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-13T05:09:18.053Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-13T05:09:18.570Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-13T05:09:18.577Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-13T05:09:18.721Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-13T05:09:19.000Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-13T05:09:19.698Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-13T05:09:21.759Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T05:09:24.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T05:09:24.189Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-13T05:09:24.717Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T05:09:24.930Z||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-09-13T05:09:26.062Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T05:09:27.113Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-13T05:09:27.129Z||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$$9f28e7d9.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-09-13T05:09:27.130Z||main|||||WARN|500||The sdc end point is not alive
2022-09-13T05:09:30.094Z||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-09-13T05:09:33.302Z||main|||||WARN|500||---
2022-09-13T05:09:33.303Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-13T05:09:33.303Z||main|||||WARN|500||---
2022-09-13T05:09:33.777Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-13T05:09:39.499Z||main|||||INFO|500||Started Application in 42.284 seconds (JVM running for 44.528)
2022-09-13T05:09:39.528Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T05:09:39.532Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T05:09:39.550Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T05:09:39.583Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T05:09:39.637Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2831f7f4-c766-4a5c-92c9-d7fe0801696b url= /sdc/v1/artifactTypes
2022-09-13T05:09:39.638Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-13T05:09:39.963Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-13T05:09:39.987Z||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-09-13T05:09:40.011Z||scheduling-1|||||DEBUG|500||create keys
2022-09-13T05:09:40.022Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-13T05:09:40.065Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:09:40.082Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fddd3293-3722-49c7-88af-a5b450d5e7f2 url= /sdc/v1/registerForDistribution
2022-09-13T05:09:40.183Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fddd3293-3722-49c7-88af-a5b450d5e7f2 url= /sdc/v1/registerForDistribution
2022-09-13T05:09:40.184Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-13T05:09:40.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:09:40.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:09:40.208Z||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-09-13T05:09:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:09:40.213Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-13T05:09:40.207Z||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-09-13T05:09:40.218Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:09:50.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:09:50.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:10:40.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:10:40.196Z||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-09-13T05:10:40.197Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:10:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:10:40.207Z||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-09-13T05:10:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:10:49.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:10:49.785Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:11:40.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:11:40.192Z||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-09-13T05:11:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:11:40.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:11:40.207Z||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-09-13T05:11:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:11:49.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:11:49.788Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:12:40.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:12:40.200Z||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-09-13T05:12:40.201Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:12:40.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:12:40.208Z||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-09-13T05:12:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:12:49.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:12:49.803Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:13:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:13:40.193Z||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-09-13T05:13:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:13:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:13:40.207Z||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-09-13T05:13:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:13:49.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:13:49.801Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:14:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:14:40.192Z||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-09-13T05:14:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:14:40.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:14:40.209Z||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-09-13T05:14:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:14:49.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:14:49.798Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:15:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:15:40.192Z||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-09-13T05:15:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:15:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:15:40.207Z||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-09-13T05:15:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:15:49.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:15:49.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:16:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:16:40.195Z||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-09-13T05:16:40.195Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:16:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:16:40.210Z||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-09-13T05:16:40.210Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:16:49.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:16:49.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:17:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:17:40.192Z||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-09-13T05:17:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:17:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:17:40.207Z||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-09-13T05:17:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:17:49.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:17:49.773Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:18:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:18:40.192Z||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-09-13T05:18:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:18:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:18:40.207Z||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-09-13T05:18:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:18:49.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:18:49.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:19:17.721Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-13T05:19:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:19:40.192Z||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-09-13T05:19:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:19:40.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:19:40.208Z||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-09-13T05:19:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:19:49.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:19:49.779Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:20:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:20:40.191Z||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-09-13T05:20:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:20:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:20:40.207Z||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-09-13T05:20:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:20:49.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:20:49.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:21:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:21:40.192Z||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-09-13T05:21:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:21:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:21:40.207Z||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-09-13T05:21:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:21:49.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:21:49.781Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:22:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:22:40.193Z||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-09-13T05:22:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:22:40.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:22:40.208Z||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-09-13T05:22:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:22:49.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:22:49.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:23:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:23:40.194Z||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-09-13T05:23:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:23:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:23:40.207Z||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-09-13T05:23:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:23:49.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:23:49.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:24:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:24:40.192Z||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-09-13T05:24:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:24:40.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:24:40.208Z||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-09-13T05:24:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:24:49.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:24:49.765Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:25:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:25:40.192Z||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-09-13T05:25:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:25:40.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:25:40.208Z||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-09-13T05:25:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:25:49.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:25:49.782Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:26:40.192Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:26:40.196Z||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-09-13T05:26:40.196Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:26:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:26:40.207Z||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-09-13T05:26:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:26:49.759Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:26:49.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:27:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:27:40.192Z||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-09-13T05:27:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:27:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:27:40.207Z||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-09-13T05:27:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:27:49.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:27:49.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:28:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:28:40.192Z||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-09-13T05:28:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:28:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:28:40.207Z||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-09-13T05:28:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:28:49.787Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:28:49.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:29:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:29:40.194Z||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-09-13T05:29:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:29:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:29:40.207Z||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-09-13T05:29:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:29:49.781Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:29:49.783Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:30:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:30:40.192Z||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-09-13T05:30:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:30:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:30:40.207Z||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-09-13T05:30:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:30:49.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:30:49.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:31:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:31:40.192Z||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-09-13T05:31:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:31:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:31:40.207Z||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-09-13T05:31:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:31:49.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:31:49.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:32:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:32:40.192Z||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-09-13T05:32:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:32:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:32:40.208Z||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-09-13T05:32:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:32:49.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:32:49.788Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:33:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:33:40.192Z||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-09-13T05:33:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:33:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:33:40.207Z||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-09-13T05:33:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:33:49.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:33:49.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:34:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:34:40.192Z||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-09-13T05:34:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:34:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:34:40.210Z||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-09-13T05:34:40.211Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:34:49.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:34:49.761Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:35:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:35:40.192Z||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-09-13T05:35:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:35:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:35:40.207Z||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-09-13T05:35:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:35:49.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:35:49.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:36:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:36:40.193Z||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-09-13T05:36:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:36:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:36:40.207Z||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-09-13T05:36:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:36:49.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:36:49.790Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:37:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:37:40.193Z||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-09-13T05:37:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:37:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:37:40.208Z||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-09-13T05:37:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:37:49.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:37:49.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:38:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:38:40.192Z||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-09-13T05:38:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:38:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:38:40.208Z||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-09-13T05:38:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:38:49.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:38:49.774Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:39:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:39:40.191Z||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-09-13T05:39:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:39:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:39:40.207Z||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-09-13T05:39:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:39:49.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:39:49.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:40:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:40:40.191Z||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-09-13T05:40:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:40:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:40:40.207Z||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-09-13T05:40:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:40:49.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:40:49.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:41:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:41:40.191Z||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-09-13T05:41:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:41:40.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:41:40.207Z||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-09-13T05:41:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:41:49.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:41:49.782Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:42:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:42:40.192Z||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-09-13T05:42:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:42:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:42:40.208Z||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-09-13T05:42:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:42:49.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:42:49.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:43:40.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:43:40.193Z||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-09-13T05:43:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:43:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:43:40.207Z||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-09-13T05:43:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:43:49.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:43:49.777Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:44:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:44:40.192Z||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-09-13T05:44:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:44:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:44:40.207Z||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-09-13T05:44:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:44:49.790Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:44:49.806Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:45:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:45:40.191Z||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-09-13T05:45:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:45:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:45:40.207Z||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-09-13T05:45:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:45:49.750Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:45:49.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:46:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:46:40.191Z||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-09-13T05:46:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:46:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:46:40.207Z||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-09-13T05:46:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:46:49.759Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:46:49.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:47:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:47:40.191Z||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-09-13T05:47:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:47:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:47:40.207Z||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-09-13T05:47:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:47:49.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:47:49.788Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:48:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:48:40.191Z||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-09-13T05:48:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:48:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:48:40.208Z||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-09-13T05:48:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:48:49.777Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:48:49.777Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:49:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:49:40.194Z||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-09-13T05:49:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:49:40.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:49:40.207Z||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-09-13T05:49:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:49:49.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:49:49.775Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:50:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:50:40.192Z||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-09-13T05:50:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:50:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:50:40.207Z||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-09-13T05:50:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:50:49.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:50:49.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:51:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:51:40.192Z||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-09-13T05:51:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:51:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:51:40.207Z||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-09-13T05:51:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:51:49.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:51:49.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:52:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:52:40.192Z||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-09-13T05:52:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:52:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:52:40.208Z||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-09-13T05:52:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:52:49.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:52:49.757Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:53:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:53:40.192Z||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-09-13T05:53:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:53:40.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:53:40.208Z||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-09-13T05:53:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:53:49.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:53:49.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:54:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:54:40.192Z||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-09-13T05:54:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:54:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:54:40.208Z||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-09-13T05:54:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:54:49.772Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:54:49.781Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:55:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:55:40.192Z||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-09-13T05:55:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:55:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:55:40.207Z||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-09-13T05:55:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:55:49.773Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:55:49.772Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:56:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:56:40.192Z||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-09-13T05:56:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:56:40.210Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:56:40.211Z||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-09-13T05:56:40.211Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:56:49.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:56:49.757Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:57:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:57:40.192Z||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-09-13T05:57:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:57:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:57:40.208Z||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-09-13T05:57:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:57:49.776Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:57:49.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:58:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:58:40.192Z||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-09-13T05:58:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:58:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:58:40.207Z||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-09-13T05:58:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:58:49.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:58:49.746Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:59:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:59:40.192Z||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-09-13T05:59:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:59:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T05:59:40.207Z||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-09-13T05:59:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T05:59:49.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T05:59:49.783Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:00:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:00:40.192Z||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-09-13T06:00:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:00:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:00:40.207Z||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-09-13T06:00:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:00:49.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:00:49.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:01:40.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:01:40.191Z||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-09-13T06:01:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:01:40.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:01:40.207Z||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-09-13T06:01:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:01:49.788Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:01:49.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:02:40.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:02:40.193Z||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-09-13T06:02:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:02:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:02:40.207Z||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-09-13T06:02:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:02:49.777Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:02:49.777Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:03:40.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:03:40.191Z||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-09-13T06:03:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:03:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:03:40.207Z||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-09-13T06:03:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:03:49.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:03:49.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:04:40.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:04:40.191Z||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-09-13T06:04:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:04:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:04:40.207Z||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-09-13T06:04:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:04:49.742Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:04:49.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:05:40.190Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:05:40.191Z||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-09-13T06:05:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:05:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:05:40.207Z||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-09-13T06:05:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:05:49.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:05:49.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:06:40.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:06:40.193Z||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-09-13T06:06:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:06:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:06:40.207Z||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-09-13T06:06:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:06:49.744Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:06:49.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:40.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:07:40.191Z||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-09-13T06:07:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:07:40.207Z||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-09-13T06:07:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:40.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:40.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7eef7773-196c-4bfc-bf70-dd6a3c39b1da","serviceName":"basic_onboard_zcKgWz","serviceVersion":"1.0","serviceUUID":"4e921079-0e6b-4a5a-9172-7a05d26eb5ac","serviceDescription":"service","serviceInvariantUUID":"8634c5e7-5553-4fe1-a037-8d8bda6b946f","resources":[{"resourceInstanceName":"basic_onboard_zcKgWz 0","resourceName":"basic_onboard_zcKgWz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"842c4190-b1a0-4c02-81b3-206dcde0cbaa","resourceInvariantUUID":"5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c","resourceCustomizationUUID":"8f796118-67c6-4087-ac6c-ff7626f7d23f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml","artifactChecksum":"OWUzOGI5YTA3NDAyOWVkYWYxZjY4ZmIxOWE0MzU1N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32261149-5f8d-4201-b0e0-09128c0a34cd","artifactVersion":"1"},{"artifactName":"basic_onboard_zckgwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json","artifactChecksum":"ZDk1ZDlmZDRjNzhmMzUzN2M3NWJkNmFhZmI4ZGIyZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7865ec8-5413-47c1-84c8-4f3704602893","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"95b3acbf-c792-47f3-bfe2-a7a2d3551572","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"066311a6-8a60-4dea-8360-fdb38b653256","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13a60174-d2f7-4328-a5ff-d07614826e29","artifactVersion":"2","generatedFromUUID":"95b3acbf-c792-47f3-bfe2-a7a2d3551572"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZckgwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml","artifactChecksum":"N2FlYzQ0NGQxN2MzY2M5ODBiODI5YTQ3MGQ5NTQzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a4ba2c8-8fee-4357-a5e4-d992b4dce612","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZckgwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar","artifactChecksum":"ZjdiMDQ5NGVjNDNmNDc4YjE0YWM4NzdhZWM2MzEzYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bcc00a3-97e4-4e39-b606-00f38c2b5e06","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:07:40.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:40.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.841Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:40.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:40.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.886Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:40.886Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:07:40.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049210620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:40.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049219122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049220257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049213303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:40.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:40.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:40.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "cds",
  "timestamp": 1663049220140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-09-13T06:07:40.986Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-09-13T06:07:40.990Z||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-09-13T06:07:40.990Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:07:41.018Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:41.019Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:07:41.173Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049214849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049222989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049224003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "policy-id",
  "timestamp": 1663049225017,
  "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-09-13T06:07:41.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.254Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049217523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049225340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:41.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049226518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049226689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049227747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049228527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049221496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:07:41.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049228841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "clamp",
  "timestamp": 1663049229531,
  "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-09-13T06:07:41.275Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049229764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049229955,
  "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-09-13T06:07:41.291Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.292Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049231574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049230768,
  "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-09-13T06:07:41.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049230959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:41.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:07:41.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:07:41.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "aai-ml",
  "timestamp": 1663049232579,
  "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-09-13T06:07:41.325Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
2022-09-13T06:07:41.325Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:07:41.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:41.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:41.903Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:41.903Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:07:42.004Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:07:42.006Z||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-09-13T06:07:42.006Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:42.031Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:42.032Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:07:42.904Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:42.904Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:42.906Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:42.906Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:07:43.006Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:43.007Z||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-09-13T06:07:43.007Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:43.020Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:43.021Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:43.906Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:43.907Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:43.909Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:43.909Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:44.010Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:44.010Z||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-09-13T06:07:44.011Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:44.022Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:44.022Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:44.910Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:44.911Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:44.913Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:44.913Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-13T06:07:45.013Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:45.014Z||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-09-13T06:07:45.014Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:45.028Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:45.028Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:45.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:45.915Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:45.918Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:45.918Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:07:46.018Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:46.019Z||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-09-13T06:07:46.019Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:46.034Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:46.035Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:46.918Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:07:46.919Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:46.922Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:46.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:07:47.023Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:47.024Z||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-09-13T06:07:47.025Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:47.039Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:47.039Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:47.925Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "serviceName": "basic_onboard_zcKgWz",
  "serviceVersion": "1.0",
  "serviceUUID": "4e921079-0e6b-4a5a-9172-7a05d26eb5ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8634c5e7-5553-4fe1-a037-8d8bda6b946f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zcKgWz 0",
      "resourceCustomizationUUID": "8f796118-67c6-4087-ac6c-ff7626f7d23f",
      "resourceName": "basic_onboard_zcKgWz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "842c4190-b1a0-4c02-81b3-206dcde0cbaa",
      "resourceInvariantUUID": "5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zckgwz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
          "artifactChecksum": "ZDk1ZDlmZDRjNzhmMzUzN2M3NWJkNmFhZmI4ZGIyZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b7865ec8-5413-47c1-84c8-4f3704602893",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "95b3acbf-c792-47f3-bfe2-a7a2d3551572",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "13a60174-d2f7-4328-a5ff-d07614826e29",
            "generatedFromUUID": "95b3acbf-c792-47f3-bfe2-a7a2d3551572"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "13a60174-d2f7-4328-a5ff-d07614826e29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZckgwz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
      "artifactChecksum": "ZjdiMDQ5NGVjNDNmNDc4YjE0YWM4NzdhZWM2MzEzYjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6bcc00a3-97e4-4e39-b606-00f38c2b5e06"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:07:47.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:07:47.927Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e921079-0e6b-4a5a-9172-7a05d26eb5ac ASDC
2022-09-13T06:07:48.082Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7eef7773-196c-4bfc-bf70-dd6a3c39b1da
ServiceName:basic_onboard_zcKgWz
ServiceVersion:1.0
ServiceUUID:4e921079-0e6b-4a5a-9172-7a05d26eb5ac
ServiceInvariantUUID:8634c5e7-5553-4fe1-a037-8d8bda6b946f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZckgwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
ArtifactUUID:6bcc00a3-97e4-4e39-b606-00f38c2b5e06
ArtifactChecksum:ZjdiMDQ5NGVjNDNmNDc4YjE0YWM4NzdhZWM2MzEzYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zcKgWz 0
ResourceCustomizationUUID:8f796118-67c6-4087-ac6c-ff7626f7d23f
ResourceInvariantUUID:5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c
ResourceName:basic_onboard_zcKgWz
ResourceType:VF
ResourceUUID:842c4190-b1a0-4c02-81b3-206dcde0cbaa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zckgwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
ArtifactUUID:b7865ec8-5413-47c1-84c8-4f3704602893
ArtifactChecksum:ZDk1ZDlmZDRjNzhmMzUzN2M3NWJkNmFhZmI4ZGIyZjM=
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/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:95b3acbf-c792-47f3-bfe2-a7a2d3551572
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/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
ArtifactUUID:13a60174-d2f7-4328-a5ff-d07614826e29
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/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
ArtifactUUID:13a60174-d2f7-4328-a5ff-d07614826e29
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T06:07:48.083Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e921079-0e6b-4a5a-9172-7a05d26eb5ac 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-09-13T06:07:48.148Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:07:48.149Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-13T06:07:48.150Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-13T06:07:48.150Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6bcc00a3-97e4-4e39-b606-00f38c2b5e06 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:48.151Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:48.152Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:48.413Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:48.430Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar 6bcc00a3-97e4-4e39-b606-00f38c2b5e06 75234
2022-09-13T06:07:48.432Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar ASDC sendASDCNotification
2022-09-13T06:07:48.432Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:48.434Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:48.435Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:48.437Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:48.437Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:48.537Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:48.538Z||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-09-13T06:07:48.538Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:48.551Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:48.551Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:07:49.438Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:07:49.439Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-13T06:07:49.439Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6bcc00a3-97e4-4e39-b606-00f38c2b5e06, URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:49.440Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:49.554Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:49.554Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:50.181Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7178420754704346812/Definitions/service-BasicOnboardZckgwz-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-13T06:07:52.217Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zcKgWz 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.225Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:52.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-13T06:07:52.236Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.244Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.245Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-13T06:07:52.247Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:07:52.249Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-13T06:07:52.250Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:07:52.251Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.251Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.256Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is not matching search criteria
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-13T06:07:52.257Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.258Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:07:52.260Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.260Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.260Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:52.261Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.261Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:52.262Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is not matching search criteria
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-13T06:07:52.263Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb389400-2e98-4c19-b98e-1d31a2759985
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.264Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:52.265Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:52.266Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zcKgWz
Description:service
Model UUID:4e921079-0e6b-4a5a-9172-7a05d26eb5ac
Model Version:NULL
Model InvariantUuid:8634c5e7-5553-4fe1-a037-8d8bda6b946f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zcKgWz
Model UUID:acf00210-f655-4bc4-aba8-a77d8c7c32bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5fe2c4f8-b769-4fe9-a879-95af1c1b5a7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f796118-67c6-4087-ac6c-ff7626f7d23f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58e80d06-1aa4-4be0-ab28-eadf32873de4
ModelName:BasicOnboardZckgwz..base_ubuntu18..module-0
ModelUuid:fa3c6104-2373-49be-96ac-67518e055dda
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb389400-2e98-4c19-b98e-1d31a2759985
ModelInvariantUuid:76959668-d0e2-41ba-8259-2f8d1614777d
ModelName:basic_onboard_zcKgWz-nodes.ubuntu18Cvfc
ModelUuid:31406c4e-5548-4d1a-b7c6-6437762f8e98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e21eb504-6873-4803-80b1-05519ed6f224
ModelInvariantUuid:edf2425b-5312-46d2-861c-4c81c7e1ebe7
ModelName:BasicOnboardZckgwz.compute.nodes.heat.ubuntu18
ModelUuid:562d77d4-348a-4d61-81f4-f32eba8504c3
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-09-13T06:07:52.299Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 842c4190-b1a0-4c02-81b3-206dcde0cbaa
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-09-13T06:07:52.547Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||basic_onboard_zcKgWz 0
2022-09-13T06:07:52.555Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 842c4190-b1a0-4c02-81b3-206dcde0cbaa
2022-09-13T06:07:52.556Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7865ec8-5413-47c1-84c8-4f3704602893 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:52.556Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:52.556Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:52.601Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json b7865ec8-5413-47c1-84c8-4f3704602893 798
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json ASDC sendASDCNotification
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:52.602Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:52.603Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:52.605Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:52.605Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049272602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:52.705Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:52.706Z||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-09-13T06:07:52.706Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:52.723Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:52.726Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:53.606Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZckgwz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "58e80d06-1aa4-4be0-ab28-eadf32873de4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa3c6104-2373-49be-96ac-67518e055dda",
    "vfModuleModelCustomizationUUID": "91a2b1c2-5a15-40e8-ba27-11750dce8587",
    "isBase": true,
    "artifacts": [
      "95b3acbf-c792-47f3-bfe2-a7a2d3551572",
      "13a60174-d2f7-4328-a5ff-d07614826e29"
    ],
    "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-09-13T06:07:53.624Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZckgwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa3c6104-2373-49be-96ac-67518e055dda
VfModuleModelInvariantUUID:58e80d06-1aa4-4be0-ab28-eadf32873de4
VfModuleModelDescription:NULL
Artifacts UUID List:{
95b3acbf-c792-47f3-bfe2-a7a2d3551572
,
13a60174-d2f7-4328-a5ff-d07614826e29

}
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-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZckgwz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "58e80d06-1aa4-4be0-ab28-eadf32873de4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa3c6104-2373-49be-96ac-67518e055dda",
    "vfModuleModelCustomizationUUID": "91a2b1c2-5a15-40e8-ba27-11750dce8587",
    "isBase": true,
    "artifacts": [
      "95b3acbf-c792-47f3-bfe2-a7a2d3551572",
      "13a60174-d2f7-4328-a5ff-d07614826e29"
    ],
    "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-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZckgwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa3c6104-2373-49be-96ac-67518e055dda
VfModuleModelInvariantUUID:58e80d06-1aa4-4be0-ab28-eadf32873de4
VfModuleModelDescription:NULL
Artifacts UUID List:{
95b3acbf-c792-47f3-bfe2-a7a2d3551572
,
13a60174-d2f7-4328-a5ff-d07614826e29

}
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-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95b3acbf-c792-47f3-bfe2-a7a2d3551572 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:53.627Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:53.680Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml 95b3acbf-c792-47f3-bfe2-a7a2d3551572 5033
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:53.681Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:53.682Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:53.683Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:53.683Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049273681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:53.784Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:07:53.784Z||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-09-13T06:07:53.785Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:53.795Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:53.796Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:54.684Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13a60174-d2f7-4328-a5ff-d07614826e29 from URL: /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:54.685Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-13T06:07:54.685Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:54.722Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-13T06:07:54.722Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env 13a60174-d2f7-4328-a5ff-d07614826e29 909
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:07:54.723Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:54.725Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:54.726Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049274723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:07:54.826Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:54.828Z||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-09-13T06:07:54.828Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:54.841Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:54.841Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:55.726Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4e921079-0e6b-4a5a-9172-7a05d26eb5ac
2022-09-13T06:07:55.727Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zcKgWz 0 842c4190-b1a0-4c02-81b3-206dcde0cbaa 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-09-13T06:07:55.813Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5024762, org.onap.sdc.toscaparser.api.parameters.Input@282cef29, org.onap.sdc.toscaparser.api.parameters.Input@36999d24, org.onap.sdc.toscaparser.api.parameters.Input@37fc80c5, org.onap.sdc.toscaparser.api.parameters.Input@20d2f80f]
2022-09-13T06:07:55.817Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.817Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8f796118-67c6-4087-ac6c-ff7626f7d23f
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f796118-67c6-4087-ac6c-ff7626f7d23f matches Tosca VF Customization UUID: 8f796118-67c6-4087-ac6c-ff7626f7d23f
2022-09-13T06:07:55.818Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8f796118-67c6-4087-ac6c-ff7626f7d23f  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-09-13T06:07:55.825Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.826Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.827Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8f796118-67c6-4087-ac6c-ff7626f7d23f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T06:07:55.827Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d15e21e
2022-09-13T06:07:55.828Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.828Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:07:55.828Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91a2b1c2-5a15-40e8-ba27-11750dce8587
2022-09-13T06:07:55.830Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91a2b1c2-5a15-40e8-ba27-11750dce8587
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-09-13T06:07:55.837Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.837Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.837Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:55.838Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.838Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is not matching search criteria
2022-09-13T06:07:55.839Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-13T06:07:55.840Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-13T06:07:55.840Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb389400-2e98-4c19-b98e-1d31a2759985
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-09-13T06:07:55.909Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.910Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.910Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:07:55.911Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.911Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zcKgWz 0 is matching search criteria
2022-09-13T06:07:55.912Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zcKgWz 0] matching following query criteria: sdcType=VF, customizationUUID=8f796118-67c6-4087-ac6c-ff7626f7d23f
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-09-13T06:07:55.915Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.916Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.916Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4e921079-0e6b-4a5a-9172-7a05d26eb5ac: basic_onboard_zcKgWz
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.917Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.918Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.919Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:07:55.919Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zcKgWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:07:55.919Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_zcKgWz 
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-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zcKgWz 842c4190-b1a0-4c02-81b3-206dcde0cbaa 1 ASDC deployResourceStructure
2022-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json ASDC sendASDCNotification
2022-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json
2022-09-13T06:07:56.293Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:56.294Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:56.295Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:56.296Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049276293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:56.396Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:56.397Z||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-09-13T06:07:56.397Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:56.413Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:56.413Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:57.298Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-13T06:07:57.298Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml
2022-09-13T06:07:57.299Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:57.299Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:57.301Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:57.302Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049277298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:57.402Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:07:57.402Z||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-09-13T06:07:57.403Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:57.414Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:57.415Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:58.303Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-13T06:07:58.303Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env
2022-09-13T06:07:58.304Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:58.304Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:58.307Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:58.307Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049278303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:58.407Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:58.408Z||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-09-13T06:07:58.408Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:58.422Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:58.423Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:07:59.308Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar ASDC sendASDCNotification
2022-09-13T06:07:59.309Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar
2022-09-13T06:07:59.309Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:07:59.310Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:07:59.312Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:07:59.312Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:07:59.412Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:07:59.413Z||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-09-13T06:07:59.413Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:07:59.427Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:07:59.428Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:08:00.313Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:08:00.337Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da
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-09-13T06:08:00.341Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:08:00.341Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:08:00.341Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:08:00.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:08:00.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:08:00.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:08:00.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:08:00.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:08:30.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da 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-09-13T06:08:30.372Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eef7773-196c-4bfc-bf70-dd6a3c39b1da and serviceModelVersionId: 4e921079-0e6b-4a5a-9172-7a05d26eb5ac
2022-09-13T06:08:30.373Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8634c5e7-5553-4fe1-a037-8d8bda6b946f
2022-09-13T06:08:40.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:08:40.208Z||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-09-13T06:08:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:08:40.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:08:40.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:08:40.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:08:40.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:08:47.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0
2022-09-13T06:08:47.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:08:47.852Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|INFO|500||Invoke
2022-09-13T06:08:47.859Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eef7773-196c-4bfc-bf70-dd6a3c39b1da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a4423e1-5386-40c9-a7c3-b9d845239538], X-ECOMP-RequestID=[7eef7773-196c-4bfc-bf70-dd6a3c39b1da], X-TransactionId=[], X-ONAP-RequestID=[7eef7773-196c-4bfc-bf70-dd6a3c39b1da], Content-Type=[application/merge-patch+json]}
2022-09-13T06:08:47.980Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:08:48.152Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?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/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220913-06:08:47:882-72106], vertex-id=[184544], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:08:47 GMT], Content-Type=[application/json]}
2022-09-13T06:08:48.153Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:08:48.154Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8634c5e7-5553-4fe1-a037-8d8bda6b946f/model-vers/model-ver/4e921079-0e6b-4a5a-9172-7a05d26eb5ac?depth=0|INFO|500||InvokeReturn
2022-09-13T06:08:48.159Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:08:48.159Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:08:48.183Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:08:48.184Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eef7773-196c-4bfc-bf70-dd6a3c39b1da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:08:48.186Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:08:48.186Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:08:48.188Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:08:48.189Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049328185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:08:48.289Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:08:48.290Z||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-09-13T06:08:48.290Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:08:48.302Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:08:48.303Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:08:49.216Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:08:49.217Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:08:49.218Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:08:58.767Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:09:40.191Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:09:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:09:40.193Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:09:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:09:40.207Z||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-09-13T06:09:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:09:40.232Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:09:40.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:09:40.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:09:40.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:09:40.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:09:40.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-13T06:09:40.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:09:40.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:09:40.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:09:40.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049260190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:09:40.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:09:40.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049268430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049272602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049273681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049274723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:09:40.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049276293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/basic_onboard_zckgwz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:09:40.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049277298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:09:40.256Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049278303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/resourceInstances/basic_onboard_zckgwz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZckgwz/1.0/artifacts/service-BasicOnboardZckgwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:09:40.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:09:49.780Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:10:40.191Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:10:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:10:40.193Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:10:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:10:40.208Z||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-09-13T06:10:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:10:40.747Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:10:40.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T06:10:40.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7eef7773-196c-4bfc-bf70-dd6a3c39b1da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049328185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:10:40.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:10:49.742Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:11:40.191Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:11:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:11:40.192Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:11:40.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:11:40.207Z||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-09-13T06:11:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:11:49.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:11:49.750Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:12:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:12:40.192Z||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-09-13T06:12:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:12:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:12:40.207Z||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-09-13T06:12:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:12:49.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:12:49.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:13:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:13:40.191Z||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-09-13T06:13:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:13:40.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:13:40.209Z||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-09-13T06:13:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:13:49.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:13:49.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:40.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:14:40.196Z||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-09-13T06:14:40.196Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:14:40.207Z||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-09-13T06:14:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:40.839Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:40.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:40.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"15a09aea-593e-462c-ac20-85ff17b8b483","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9","serviceDescription":"service","serviceInvariantUUID":"9b83a443-c437-41f4-b7f0-03498b325a7a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"54934abf-9cc3-4f1f-b65a-aee97b8deaec","resourceInvariantUUID":"0b290d2d-68ba-4548-a691-0e570c95f683","resourceCustomizationUUID":"1786eb74-de10-4ec7-a261-a1d58ef4fe94","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":"ZTQ0NmM5OWQyYTk2NmIzMzhhZDc3OGJmZTg2NDcxZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d8323b6-9303-4e07-9f1c-ff310ecb1926","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzFkMjQ4YzU4OGU1NjQ5NGZjYTViZjE2ZTE0ZWRhNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6534e167-2632-4768-84f9-2b101f2f39f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:14:40.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "cds",
  "timestamp": 1663049628360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "aai-ml",
  "timestamp": 1663049630620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "clamp",
  "timestamp": 1663049633300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.846Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:14:40.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.846Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:40.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "policy-id",
  "timestamp": 1663049634849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "aai-ml",
  "timestamp": 1663049630620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:40.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "cds",
  "timestamp": 1663049628360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:40.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "clamp",
  "timestamp": 1663049633300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:40.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "policy-id",
  "timestamp": 1663049634849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:40.852Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:40.853Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049680191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "cds",
  "timestamp": 1663049637981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:14:40.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "aai-ml",
  "timestamp": 1663049639086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:14:40.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049637523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "policy-id",
  "timestamp": 1663049639185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049637523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:40.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:40.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "cds",
  "timestamp": 1663049638987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:14:40.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:40.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 and ComponentName cds
2022-09-13T06:14:40.952Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:14:40.953Z||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-09-13T06:14:40.953Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:14:40.995Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:40.996Z||pool-19-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:14:40.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:40.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "policy-id",
  "timestamp": 1663049640193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:14:40.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:40.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049638904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049640294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:14:41.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "policy-id",
  "timestamp": 1663049641198,
  "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-09-13T06:14:41.021Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.021Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049638904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:41.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:41.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "aai-ml",
  "timestamp": 1663049642762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:14:41.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049642170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:14:41.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049641493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:41.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:41.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "aai-ml",
  "timestamp": 1663049643766,
  "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-09-13T06:14:41.102Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.103Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049643174,
  "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-09-13T06:14:41.197Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049641493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "clamp",
  "timestamp": 1663049644567,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "clamp",
  "timestamp": 1663049646574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:14:41.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "clamp",
  "timestamp": 1663049647578,
  "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-09-13T06:14:41.223Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15a09aea-593e-462c-ac20-85ff17b8b483
2022-09-13T06:14:41.223Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:14:41.853Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:14:41.854Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:41.857Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:41.857Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049680191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:14:41.958Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:14:41.959Z||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-09-13T06:14:41.959Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:41.973Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:41.974Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:14:42.858Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b83a443-c437-41f4-b7f0-03498b325a7a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1786eb74-de10-4ec7-a261-a1d58ef4fe94",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "54934abf-9cc3-4f1f-b65a-aee97b8deaec",
      "resourceInvariantUUID": "0b290d2d-68ba-4548-a691-0e570c95f683",
      "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": "YzFkMjQ4YzU4OGU1NjQ5NGZjYTViZjE2ZTE0ZWRhNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6534e167-2632-4768-84f9-2b101f2f39f9"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:14:42.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:14:42.859Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9 ASDC
2022-09-13T06:14:42.859Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:15a09aea-593e-462c-ac20-85ff17b8b483
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
ServiceInvariantUUID:9b83a443-c437-41f4-b7f0-03498b325a7a
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:6534e167-2632-4768-84f9-2b101f2f39f9
ArtifactChecksum:YzFkMjQ4YzU4OGU1NjQ5NGZjYTViZjE2ZTE0ZWRhNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1786eb74-de10-4ec7-a261-a1d58ef4fe94
ResourceInvariantUUID:0b290d2d-68ba-4548-a691-0e570c95f683
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:54934abf-9cc3-4f1f-b65a-aee97b8deaec
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-13T06:14:42.860Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9 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-09-13T06:14:43.200Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:14:43.201Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6534e167-2632-4768-84f9-2b101f2f39f9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:14:43.202Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:43.280Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:14:43.284Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6534e167-2632-4768-84f9-2b101f2f39f9 57668
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:14:43.285Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:43.297Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:43.297Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049683285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:14:43.399Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:14:43.401Z||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-09-13T06:14:43.401Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:43.413Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:43.414Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:14:44.298Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:14:44.299Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:14:44.299Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6534e167-2632-4768-84f9-2b101f2f39f9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:44.300Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-13T06:14:44.300Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:44.301Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:44.519Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7637030159803846350/Definitions/service-BasicNetwork-template.yml
2022-09-13T06:14:45.270Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-13T06:14:45.271Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|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-BasicNetwork-csar.csar
2022-09-13T06:14:45.272Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:14:45.273Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.274Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.274Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-13T06:14:45.274Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.275Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.276Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.277Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.277Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.277Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.278Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.279Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
Model Version:NULL
Model InvariantUuid:9b83a443-c437-41f4-b7f0-03498b325a7a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0b290d2d-68ba-4548-a691-0e570c95f683
Model UUID:ec71d4f6-928b-4024-af2c-2f2b7664f89a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1786eb74-de10-4ec7-a261-a1d58ef4fe94
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-09-13T06:14:45.320Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 54934abf-9cc3-4f1f-b65a-aee97b8deaec
2022-09-13T06:14:45.320Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||No resources found for Service: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
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-09-13T06:14:45.329Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||
2022-09-13T06:14:45.329Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||No resources found for Service: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-13T06:14:45.331Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.342Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fd665c2, org.onap.sdc.toscaparser.api.parameters.Input@31608904, org.onap.sdc.toscaparser.api.parameters.Input@7d727b33, org.onap.sdc.toscaparser.api.parameters.Input@ab3a9f9, org.onap.sdc.toscaparser.api.parameters.Input@66a72518]
2022-09-13T06:14:45.344Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.344Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.344Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9: Generic NeutronNet
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.345Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.346Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.346Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.420Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.420Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:14:45.421Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:14:45.422Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||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-09-13T06:14:45.668Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-13T06:14:45.669Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-13T06:14:45.669Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-13T06:14:45.669Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:14:45.670Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:14:45.671Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:14:45.672Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049685669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:14:45.772Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:14:45.773Z||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-09-13T06:14:45.773Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:14:45.787Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:14:45.787Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:14:46.673Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a09aea-593e-462c-ac20-85ff17b8b483
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:14:46.735Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a09aea-593e-462c-ac20-85ff17b8b483
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-09-13T06:14:46.758Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:14:46.759Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:14:46.760Z|15a09aea-593e-462c-ac20-85ff17b8b483|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-09-13T06:14:46.801Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:15:16.801Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15a09aea-593e-462c-ac20-85ff17b8b483 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-09-13T06:15:16.827Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15a09aea-593e-462c-ac20-85ff17b8b483 and serviceModelVersionId: de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9
2022-09-13T06:15:16.827Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b83a443-c437-41f4-b7f0-03498b325a7a
2022-09-13T06:15:16.830Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0
2022-09-13T06:15:16.836Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:15:16.903Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|INFO|500||Invoke
2022-09-13T06:15:16.904Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15a09aea-593e-462c-ac20-85ff17b8b483], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[860b343a-25f6-4253-a735-04704c3f6d0e], X-ECOMP-RequestID=[15a09aea-593e-462c-ac20-85ff17b8b483], X-TransactionId=[], X-ONAP-RequestID=[15a09aea-593e-462c-ac20-85ff17b8b483], Content-Type=[application/merge-patch+json]}
2022-09-13T06:15:16.932Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:15:17.020Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?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/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220913-06:15:16:824-60918], vertex-id=[376896], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:15:16 GMT], Content-Type=[application/json]}
2022-09-13T06:15:17.020Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:15:17.021Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b83a443-c437-41f4-b7f0-03498b325a7a/model-vers/model-ver/de4cfc65-d3ce-4151-9ca7-3db05b6a3fe9?depth=0|INFO|500||InvokeReturn
2022-09-13T06:15:17.021Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:15:17.022Z|15a09aea-593e-462c-ac20-85ff17b8b483|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-09-13T06:15:17.046Z|15a09aea-593e-462c-ac20-85ff17b8b483|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-09-13T06:15:17.047Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15a09aea-593e-462c-ac20-85ff17b8b483 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:15:17.047Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:15:17.047Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:17.049Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:17.050Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049717047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:15:17.152Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:15:17.153Z||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-09-13T06:15:17.153Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:17.187Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:17.188Z||pool-23-thread-1|||||INFO|500||cambria reply ok (36 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-09-13T06:15:40.191Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:15:40.191Z|15a09aea-593e-462c-ac20-85ff17b8b483|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-09-13T06:15:40.191Z|15a09aea-593e-462c-ac20-85ff17b8b483|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:15:40.207Z||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-09-13T06:15:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:40.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:40.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:15:40.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049680191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:15:40.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:15:40.822Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:40.823Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:15:40.824Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8a63ce3-8002-4ea4-af31-202dc77f7393","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"de232d97-5f4b-4ed4-ac6e-a3dbe389f219","serviceDescription":"service","serviceInvariantUUID":"42310eae-6e40-45cc-87e9-80d55160e6cc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e74e8e91-ffa2-401c-84f6-9b876c6369dd","resourceInvariantUUID":"1ca8d240-3d2d-456c-9c40-656ef2b12327","resourceCustomizationUUID":"e898e1f2-6ffb-42f3-a75b-1a0a9193546d","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":"ZDc1YjIzNDdkM2NmMDVkOTIwMDQzZTJiNzIwMmUxYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b46a33c3-3601-4ca2-96e4-e29bf427aa7d","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":"1f2d0256-bf0c-4d56-b636-2b0776a0b199","artifactVersion":"2","generatedFromUUID":"df903cc7-910d-4b49-b05b-8b11b18ebb9a"},{"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":"df903cc7-910d-4b49-b05b-8b11b18ebb9a","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":"Njg4ZTMyMmIyNjJlYmExNzZjMTA4NmMwMjkxMzRlZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"107361a9-8369-4244-ab79-253bdd5b37bb","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":"36749cb4-2f27-48c8-a563-155a3aa4ec2c","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":"b1dd3466-106e-4473-9b08-776d3147ad86","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":"9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48","artifactVersion":"2","generatedFromUUID":"36749cb4-2f27-48c8-a563-155a3aa4ec2c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWZlZjNmMDJmZGFiNThiZjYyYjZjMTE1ZWUyMDUwYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"105b97b7-629c-4c7c-9e6b-7540e706c5d2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWE2ZjQwNTA4MDEyMTJjOWJkNjgxNzgzMzIxOWFkMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4f66ed9-4397-4500-b635-b4d254eedf91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:15:40.827Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:40.828Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:40.830Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:40.830Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:15:40.930Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:40.932Z||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-09-13T06:15:40.933Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:40.952Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:40.953Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:15:41.831Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:41.832Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:41.833Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:41.833Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-13T06:15:41.934Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:41.934Z||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-09-13T06:15:41.935Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:41.948Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:41.948Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:42.834Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:42.838Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:42.840Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:42.840Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-13T06:15:42.940Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:42.941Z||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-09-13T06:15:42.941Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:42.962Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:42.963Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:43.840Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:43.841Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:43.843Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:43.843Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:15:43.943Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:43.944Z||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-09-13T06:15:43.944Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:43.956Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:43.956Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:44.843Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:44.845Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:44.846Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:44.847Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:15:44.947Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:44.948Z||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-09-13T06:15:44.948Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:44.964Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:44.964Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:45.847Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:45.848Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:45.850Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:45.850Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:15:45.951Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:15:45.952Z||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-09-13T06:15:45.952Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:45.965Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:45.966Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:46.851Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:46.852Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:46.854Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:46.854Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-13T06:15:46.956Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:15:46.957Z||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-09-13T06:15:46.957Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:46.997Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:46.998Z||pool-30-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:15:47.855Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:47.856Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:47.859Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:47.859Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:15:47.959Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:15:47.961Z||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-09-13T06:15:47.961Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:47.992Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:47.992Z||pool-31-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:48.860Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:15:48.862Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:48.864Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:48.864Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:15:48.965Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:48.966Z||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-09-13T06:15:48.966Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:48.979Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:48.979Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:49.867Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "de232d97-5f4b-4ed4-ac6e-a3dbe389f219",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42310eae-6e40-45cc-87e9-80d55160e6cc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e898e1f2-6ffb-42f3-a75b-1a0a9193546d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e74e8e91-ffa2-401c-84f6-9b876c6369dd",
      "resourceInvariantUUID": "1ca8d240-3d2d-456c-9c40-656ef2b12327",
      "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": "1f2d0256-bf0c-4d56-b636-2b0776a0b199",
          "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": "df903cc7-910d-4b49-b05b-8b11b18ebb9a",
          "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": "Njg4ZTMyMmIyNjJlYmExNzZjMTA4NmMwMjkxMzRlZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "107361a9-8369-4244-ab79-253bdd5b37bb",
          "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": "36749cb4-2f27-48c8-a563-155a3aa4ec2c",
          "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": "9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48",
            "generatedFromUUID": "36749cb4-2f27-48c8-a563-155a3aa4ec2c"
          },
          "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": "9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWE2ZjQwNTA4MDEyMTJjOWJkNjgxNzgzMzIxOWFkMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4f66ed9-4397-4500-b635-b4d254eedf91"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:15:49.867Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:15:49.867Z|15a09aea-593e-462c-ac20-85ff17b8b483|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 de232d97-5f4b-4ed4-ac6e-a3dbe389f219 ASDC
2022-09-13T06:15:49.868Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d8a63ce3-8002-4ea4-af31-202dc77f7393
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:de232d97-5f4b-4ed4-ac6e-a3dbe389f219
ServiceInvariantUUID:42310eae-6e40-45cc-87e9-80d55160e6cc
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:e4f66ed9-4397-4500-b635-b4d254eedf91
ArtifactChecksum:OWE2ZjQwNTA4MDEyMTJjOWJkNjgxNzgzMzIxOWFkMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e898e1f2-6ffb-42f3-a75b-1a0a9193546d
ResourceInvariantUUID:1ca8d240-3d2d-456c-9c40-656ef2b12327
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e74e8e91-ffa2-401c-84f6-9b876c6369dd
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:1f2d0256-bf0c-4d56-b636-2b0776a0b199
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:df903cc7-910d-4b49-b05b-8b11b18ebb9a
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:107361a9-8369-4244-ab79-253bdd5b37bb
ArtifactChecksum:Njg4ZTMyMmIyNjJlYmExNzZjMTA4NmMwMjkxMzRlZDE=
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:36749cb4-2f27-48c8-a563-155a3aa4ec2c
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:9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48
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:9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T06:15:49.868Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de232d97-5f4b-4ed4-ac6e-a3dbe389f219 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-09-13T06:15:49.923Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4f66ed9-4397-4500-b635-b4d254eedf91 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:49.924Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:15:49.988Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:49.992Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e4f66ed9-4397-4500-b635-b4d254eedf91 73669
2022-09-13T06:15:49.992Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-13T06:15:49.992Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:15:49.993Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:49.993Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:49.995Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:49.995Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049749992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:15:50.095Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:50.096Z||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-09-13T06:15:50.096Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:50.109Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:50.109Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:50.995Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:15:50.996Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:15:50.997Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e4f66ed9-4397-4500-b635-b4d254eedf91, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:50.997Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-13T06:15:50.997Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:50.998Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:51.108Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3055818293447253535/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-13T06:15:52.298Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:15:52.299Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|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-BasicCnf-csar.csar
2022-09-13T06:15:52.300Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.301Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:15:52.302Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-13T06:15:52.303Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.304Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.305Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bff85f68-9106-4807-ac82-957954280ff7
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.306Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:52.307Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:52.308Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:de232d97-5f4b-4ed4-ac6e-a3dbe389f219
Model Version:NULL
Model InvariantUuid:42310eae-6e40-45cc-87e9-80d55160e6cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2a0eb52d-b2e1-41ee-88df-f3e56e3b13c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1ca8d240-3d2d-456c-9c40-656ef2b12327
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e898e1f2-6ffb-42f3-a75b-1a0a9193546d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:574645fb-f6c0-4baf-9694-c59e87334c18
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2cba2b89-04ec-4e58-807a-40a001d28cf9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bff85f68-9106-4807-ac82-957954280ff7
ModelInvariantUuid:27cd84a2-367c-4ab7-a799-8891607279f7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:47ffae68-7a8b-4820-9bed-ed0970b43879
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6d14f3fd-ce61-4c1d-bbcf-b7cdf99b2dc5
ModelInvariantUuid:67aade24-464e-43a0-8b17-3a0866118ce6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:77b65e68-025c-405c-b552-661f98ac24c7
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-09-13T06:15:52.329Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e74e8e91-ffa2-401c-84f6-9b876c6369dd
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-09-13T06:15:52.338Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e74e8e91-ffa2-401c-84f6-9b876c6369dd
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f2d0256-bf0c-4d56-b636-2b0776a0b199 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:52.339Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.386Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:52.386Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1f2d0256-bf0c-4d56-b636-2b0776a0b199 12
2022-09-13T06:15:52.387Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.387Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:52.387Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:52.388Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:52.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:52.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049752387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:15:52.491Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:52.492Z||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-09-13T06:15:52.492Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:52.505Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:52.506Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:53.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df903cc7-910d-4b49-b05b-8b11b18ebb9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-13T06:15:53.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:53.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:53.425Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz df903cc7-910d-4b49-b05b-8b11b18ebb9a 2688
2022-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:53.426Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:53.427Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:53.465Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:53.465Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049753426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:15:53.529Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-09-13T06:15:53.530Z||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-09-13T06:15:53.530Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:53.544Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:53.544Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:54.467Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 107361a9-8369-4244-ab79-253bdd5b37bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-13T06:15:54.467Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:54.467Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:54.515Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:54.516Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 107361a9-8369-4244-ab79-253bdd5b37bb 828
2022-09-13T06:15:54.516Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:54.516Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:54.517Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:54.517Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:54.519Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:54.519Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049754516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:15:54.619Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:54.620Z||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-09-13T06:15:54.620Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:54.633Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:54.633Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:55.519Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "574645fb-f6c0-4baf-9694-c59e87334c18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2cba2b89-04ec-4e58-807a-40a001d28cf9",
    "vfModuleModelCustomizationUUID": "dc9c5399-a359-4fd5-8ca9-6031c3af7961",
    "isBase": true,
    "artifacts": [
      "36749cb4-2f27-48c8-a563-155a3aa4ec2c",
      "df903cc7-910d-4b49-b05b-8b11b18ebb9a",
      "9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48"
    ],
    "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-09-13T06:15:55.524Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2cba2b89-04ec-4e58-807a-40a001d28cf9
VfModuleModelInvariantUUID:574645fb-f6c0-4baf-9694-c59e87334c18
VfModuleModelDescription:NULL
Artifacts UUID List:{
36749cb4-2f27-48c8-a563-155a3aa4ec2c
,
df903cc7-910d-4b49-b05b-8b11b18ebb9a
,
9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48

}
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-09-13T06:15:55.526Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "574645fb-f6c0-4baf-9694-c59e87334c18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2cba2b89-04ec-4e58-807a-40a001d28cf9",
    "vfModuleModelCustomizationUUID": "dc9c5399-a359-4fd5-8ca9-6031c3af7961",
    "isBase": true,
    "artifacts": [
      "36749cb4-2f27-48c8-a563-155a3aa4ec2c",
      "df903cc7-910d-4b49-b05b-8b11b18ebb9a",
      "9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48"
    ],
    "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-09-13T06:15:55.526Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2cba2b89-04ec-4e58-807a-40a001d28cf9
VfModuleModelInvariantUUID:574645fb-f6c0-4baf-9694-c59e87334c18
VfModuleModelDescription:NULL
Artifacts UUID List:{
36749cb4-2f27-48c8-a563-155a3aa4ec2c
,
df903cc7-910d-4b49-b05b-8b11b18ebb9a
,
9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48

}
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-09-13T06:15:55.526Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36749cb4-2f27-48c8-a563-155a3aa4ec2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-13T06:15:55.527Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:55.527Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:55.571Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:55.571Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 36749cb4-2f27-48c8-a563-155a3aa4ec2c 1164
2022-09-13T06:15:55.572Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:55.572Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:55.572Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:55.573Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:55.575Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:55.575Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049755572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:15:55.675Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:55.676Z||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-09-13T06:15:55.676Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:55.689Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:55.689Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:56.576Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-13T06:15:56.576Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:15:56.576Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:56.624Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:15:56.625Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9d8d9c8b-d5e6-49c5-bcf6-7ae005a32e48 200
2022-09-13T06:15:56.625Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:56.625Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:56.626Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:15:56.626Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:56.628Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:56.628Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049756625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:15:56.728Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:56.729Z||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-09-13T06:15:56.729Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:56.741Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:56.741Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:15:57.629Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de232d97-5f4b-4ed4-ac6e-a3dbe389f219
2022-09-13T06:15:57.630Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e74e8e91-ffa2-401c-84f6-9b876c6369dd ASDC
2022-09-13T06:15:57.649Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-09-13T06:15:57.663Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d06aa6e, org.onap.sdc.toscaparser.api.parameters.Input@61f54ab2, org.onap.sdc.toscaparser.api.parameters.Input@31a9eee6, org.onap.sdc.toscaparser.api.parameters.Input@159e8396, org.onap.sdc.toscaparser.api.parameters.Input@6d331e91]
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-13T06:15:57.665Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e898e1f2-6ffb-42f3-a75b-1a0a9193546d
2022-09-13T06:15:57.666Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e898e1f2-6ffb-42f3-a75b-1a0a9193546d matches Tosca VF Customization UUID: e898e1f2-6ffb-42f3-a75b-1a0a9193546d
2022-09-13T06:15:57.666Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e898e1f2-6ffb-42f3-a75b-1a0a9193546d  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-09-13T06:15:57.676Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.676Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e898e1f2-6ffb-42f3-a75b-1a0a9193546d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@391bd716
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.677Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:15:57.678Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc9c5399-a359-4fd5-8ca9-6031c3af7961
2022-09-13T06:15:57.678Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc9c5399-a359-4fd5-8ca9-6031c3af7961
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-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:57.681Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-13T06:15:57.682Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-13T06:15:57.683Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bff85f68-9106-4807-ac82-957954280ff7
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-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:15:57.686Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.687Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-13T06:15:57.687Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e898e1f2-6ffb-42f3-a75b-1a0a9193546d
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-09-13T06:15:57.689Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.689Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.689Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de232d97-5f4b-4ed4-ac6e-a3dbe389f219: basic_cnf
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.690Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:15:57.691Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:15:57.692Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:58.000Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e74e8e91-ffa2-401c-84f6-9b876c6369dd 1 ASDC deployResourceStructure
2022-09-13T06:15:58.001Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:58.001Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:58.001Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-13T06:15:58.002Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:58.003Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:58.003Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049758001,
  "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-09-13T06:15:58.104Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:15:58.105Z||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-09-13T06:15:58.105Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:58.119Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:58.119Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:15:59.004Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:59.005Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:15:59.005Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-13T06:15:59.005Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:15:59.007Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:15:59.007Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049759004,
  "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-09-13T06:15:59.107Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:15:59.108Z||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-09-13T06:15:59.108Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:15:59.177Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:15:59.178Z||pool-40-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:00.008Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:00.009Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:00.009Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:00.009Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:00.011Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:00.011Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049760008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:00.111Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:16:00.113Z||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-09-13T06:16:00.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:00.127Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:16:00.127Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:16:01.012Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:01.012Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:01.013Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:01.013Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:01.015Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:01.015Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049761012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:01.115Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:16:01.119Z||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-09-13T06:16:01.119Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:01.142Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:16:01.142Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:02.016Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:02.016Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||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-09-13T06:16:02.016Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:02.017Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:02.019Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:02.019Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049762016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:02.120Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:16:02.121Z||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-09-13T06:16:02.121Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:02.137Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:16:02.138Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:16:03.020Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:16:03.022Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:16:03.022Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049763019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:03.122Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:16:03.123Z||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-09-13T06:16:03.124Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:03.134Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:16:03.135Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:16:04.022Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:16:04.064Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:16:04.079Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:16:04.079Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:16:04.079Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:16:34.080Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:16:34.102Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:16:34.109Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:16:34.109Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:16:34.110Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:16:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:16:40.207Z||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-09-13T06:16:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:16:40.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:16:40.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049680191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049683285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049685669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049688361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049693300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049690621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049694853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049703635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049704743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049704960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "cds",
  "timestamp": 1663049704641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:16:40.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049705974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "policy-id",
  "timestamp": 1663049706979,
  "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-09-13T06:16:40.324Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.324Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049707283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049708703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049709750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049709776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049711024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049710574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049710754,
  "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-09-13T06:16:40.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.381Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049710818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "aai-ml",
  "timestamp": 1663049712028,
  "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-09-13T06:16:40.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049711871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049712581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049705648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049712925,
  "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-09-13T06:16:40.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "clamp",
  "timestamp": 1663049713584,
  "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-09-13T06:16:40.560Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8a63ce3-8002-4ea4-af31-202dc77f7393
2022-09-13T06:16:40.560Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049713402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049713929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "cds",
  "timestamp": 1663049714407,
  "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-09-13T06:16:40.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.606Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15a09aea-593e-462c-ac20-85ff17b8b483",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049717047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663049701494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049697524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049718860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049714848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049698904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049721273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049722645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049722032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663049722278,
  "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-09-13T06:16:40.702Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.703Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049723662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049723079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "policy-id",
  "timestamp": 1663049724667,
  "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-09-13T06:16:40.735Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049724131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049725159,
  "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-09-13T06:16:40.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.757Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663049726163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049720620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049728333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:16:40.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049723300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:16:40.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:16:40.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049734808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:16:40.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:16:40.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "aai-ml",
  "timestamp": 1663049735812,
  "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-09-13T06:16:40.823Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:16:40.824Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:16:40.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:16:40.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049739577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:16:40.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:04.110Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:17:04.161Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393
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-09-13T06:17:04.165Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:04.166Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:04.167Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|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-09-13T06:17:04.176Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:17:34.177Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8a63ce3-8002-4ea4-af31-202dc77f7393 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-09-13T06:17:34.201Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8a63ce3-8002-4ea4-af31-202dc77f7393 and serviceModelVersionId: de232d97-5f4b-4ed4-ac6e-a3dbe389f219
2022-09-13T06:17:34.201Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42310eae-6e40-45cc-87e9-80d55160e6cc
2022-09-13T06:17:34.202Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0
2022-09-13T06:17:34.206Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:17:34.257Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|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/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?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-09-13T06:17:34.258Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0|INFO|500||Invoke
2022-09-13T06:17:34.278Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:17:34.346Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0|INFO|500||InvokeReturn
2022-09-13T06:17:34.347Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|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/42310eae-6e40-45cc-87e9-80d55160e6cc/model-vers/model-ver/de232d97-5f4b-4ed4-ac6e-a3dbe389f219?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220913-06:17:34:170-34130], vertex-id=[417856], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:17:34 GMT], Content-Type=[application/json]}
2022-09-13T06:17:34.347Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:17:34.348Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:17:34.348Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|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-09-13T06:17:34.354Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|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-09-13T06:17:34.354Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8a63ce3-8002-4ea4-af31-202dc77f7393 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:17:34.355Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:17:34.355Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:34.357Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:34.357Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049854355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:17:34.457Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:34.458Z||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-09-13T06:17:34.458Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:34.474Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:34.474Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:17:35.373Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T06:17:35.374Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bec1fe7-2b67-43ff-9e88-b0f5d86c980e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"06b6327d-a553-455d-a5d5-505b1cc0326d","serviceDescription":"service","serviceInvariantUUID":"38a7bcf6-ac61-4eca-8495-670ca2fb23a6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd44da9e-cc24-47e7-92be-6840edad8a09","resourceInvariantUUID":"048bdf2a-d893-4d5a-a9b8-3730d273baf9","resourceCustomizationUUID":"2ee0bed0-c466-415d-a436-9c79ce37debf","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":"NTVmNzNmMmQ0YjA1YWQ5OGM5ZWE1MTZlZjk5OTE4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fea741f6-fd9d-4e57-96f3-1487c5221d1c","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":"MmEyOGRmN2QwZjg0YWFjOWU1Y2IxMDA2YWUwMzVjOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0405ebc8-e594-4c46-96c8-748832f0690c","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":"1611de20-a86c-4d68-832e-3c5cf7d3e827","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":"aec2e838-1b6d-4070-a734-a145f64a8d49","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":"09307173-1ee6-4646-8d1f-5547d3f50d52","artifactVersion":"2","generatedFromUUID":"1611de20-a86c-4d68-832e-3c5cf7d3e827"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjI4OTI0OTRjODdiYTY2NGRlMDA5NjUyOWUzMWVhOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f351675-b611-428b-865a-87ebbd11a5c9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTY0NGM3ZDFkMzYwZmEyMDk2NmMwM2ZjNmU1N2ZkYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44f1c5c8-09b8-4a5b-bc96-2f238f875e25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:17:35.374Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:35.374Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:35.376Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:35.376Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:17:35.476Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:35.477Z||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-09-13T06:17:35.477Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:35.490Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:35.490Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:36.376Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:36.377Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:36.379Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:36.379Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:17:36.479Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:36.480Z||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-09-13T06:17:36.480Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:36.491Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:36.492Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:37.379Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:37.380Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:37.382Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:37.382Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:17:37.482Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:37.483Z||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-09-13T06:17:37.483Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:37.494Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:37.495Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:38.383Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:38.383Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:38.385Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:38.385Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:17:38.485Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:38.486Z||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-09-13T06:17:38.486Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:38.501Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:38.501Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:39.385Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:39.386Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:39.388Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:39.388Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-13T06:17:39.488Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:39.489Z||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-09-13T06:17:39.489Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:39.502Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:39.502Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:17:40.207Z||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-09-13T06:17:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:40.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:40.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049741585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "clamp",
  "timestamp": 1663049742589,
  "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-09-13T06:17:40.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
2022-09-13T06:17:40.290Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:17:40.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-13T06:17:40.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:17:40.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049749992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049752387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049753426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049754516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049755572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049756625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049758001,
  "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-09-13T06:17:40.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049759004,
  "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-09-13T06:17:40.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049760008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049761012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049762016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049763019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:40.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:17:40.389Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:40.389Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:40.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:40.391Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:17:40.491Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:40.492Z||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-09-13T06:17:40.492Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:40.517Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:40.517Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:41.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:17:41.392Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:41.405Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:41.405Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:17:41.494Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-09-13T06:17:41.495Z||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-09-13T06:17:41.495Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:41.513Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:41.514Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:42.407Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "06b6327d-a553-455d-a5d5-505b1cc0326d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "38a7bcf6-ac61-4eca-8495-670ca2fb23a6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2ee0bed0-c466-415d-a436-9c79ce37debf",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd44da9e-cc24-47e7-92be-6840edad8a09",
      "resourceInvariantUUID": "048bdf2a-d893-4d5a-a9b8-3730d273baf9",
      "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": "MmEyOGRmN2QwZjg0YWFjOWU1Y2IxMDA2YWUwMzVjOGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0405ebc8-e594-4c46-96c8-748832f0690c",
          "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": "1611de20-a86c-4d68-832e-3c5cf7d3e827",
          "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": "09307173-1ee6-4646-8d1f-5547d3f50d52",
            "generatedFromUUID": "1611de20-a86c-4d68-832e-3c5cf7d3e827"
          },
          "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": "09307173-1ee6-4646-8d1f-5547d3f50d52",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTY0NGM3ZDFkMzYwZmEyMDk2NmMwM2ZjNmU1N2ZkYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44f1c5c8-09b8-4a5b-bc96-2f238f875e25"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:17:42.407Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:17:42.407Z|d8a63ce3-8002-4ea4-af31-202dc77f7393|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06b6327d-a553-455d-a5d5-505b1cc0326d ASDC
2022-09-13T06:17:42.408Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:06b6327d-a553-455d-a5d5-505b1cc0326d
ServiceInvariantUUID:38a7bcf6-ac61-4eca-8495-670ca2fb23a6
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:44f1c5c8-09b8-4a5b-bc96-2f238f875e25
ArtifactChecksum:MTY0NGM3ZDFkMzYwZmEyMDk2NmMwM2ZjNmU1N2ZkYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2ee0bed0-c466-415d-a436-9c79ce37debf
ResourceInvariantUUID:048bdf2a-d893-4d5a-a9b8-3730d273baf9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dd44da9e-cc24-47e7-92be-6840edad8a09
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:0405ebc8-e594-4c46-96c8-748832f0690c
ArtifactChecksum:MmEyOGRmN2QwZjg0YWFjOWU1Y2IxMDA2YWUwMzVjOGI=
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:1611de20-a86c-4d68-832e-3c5cf7d3e827
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:09307173-1ee6-4646-8d1f-5547d3f50d52
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:09307173-1ee6-4646-8d1f-5547d3f50d52
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T06:17:42.408Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06b6327d-a553-455d-a5d5-505b1cc0326d 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-09-13T06:17:42.469Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:17:42.469Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:17:42.469Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:17:42.470Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 44f1c5c8-09b8-4a5b-bc96-2f238f875e25 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:42.470Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:42.470Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:42.542Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 44f1c5c8-09b8-4a5b-bc96-2f238f875e25 74740
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:42.546Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:42.547Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:42.548Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:42.548Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049862546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:42.648Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:42.650Z||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-09-13T06:17:42.650Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:42.663Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:42.663Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:43.549Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:17:43.550Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T06:17:43.550Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 44f1c5c8-09b8-4a5b-bc96-2f238f875e25, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:43.551Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-13T06:17:43.551Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:43.552Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:43.683Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14584549540949092925/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.875Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-BasicVm-csar.csar
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-BasicVm-csar.csar
2022-09-13T06:17:44.876Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-BasicVm-csar.csar
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-BasicVm-csar.csar
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.877Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.878Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:17:44.879Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-13T06:17:44.880Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:17:44.881Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.882Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:44.883Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.884Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0deedda2-9c62-493a-856c-1137300a3859
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.885Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.886Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.887Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:44.887Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:44.887Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:06b6327d-a553-455d-a5d5-505b1cc0326d
Model Version:NULL
Model InvariantUuid:38a7bcf6-ac61-4eca-8495-670ca2fb23a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1b5a0ea3-e2c3-4ea0-adab-312fba92d3f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:048bdf2a-d893-4d5a-a9b8-3730d273baf9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ee0bed0-c466-415d-a436-9c79ce37debf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:114f8a22-354c-4149-a71c-41edd2bc40ea
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e2653b93-7fd3-47db-b92c-580a86d1f277
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0deedda2-9c62-493a-856c-1137300a3859
ModelInvariantUuid:d448ad4d-b08e-438e-bfbf-e741b994b7f1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a00ab20-cf0d-4d31-af94-2d3455bb6c56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e15ce806-458c-44d5-983e-9774c1b001b7
ModelInvariantUuid:ad1c2e49-b420-4991-976c-68fe37a7a596
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c545a364-ceb1-4dc2-8aaf-0a98fae3ced1
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-09-13T06:17:44.899Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd44da9e-cc24-47e7-92be-6840edad8a09
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-09-13T06:17:44.912Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-09-13T06:17:44.912Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd44da9e-cc24-47e7-92be-6840edad8a09
2022-09-13T06:17:44.913Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0405ebc8-e594-4c46-96c8-748832f0690c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-13T06:17:44.913Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:44.913Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.952Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:44.953Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0405ebc8-e594-4c46-96c8-748832f0690c 787
2022-09-13T06:17:44.953Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.953Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:44.954Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:44.954Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:44.956Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:44.957Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049864953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:45.057Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:45.058Z||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-09-13T06:17:45.058Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:45.072Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:45.072Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:45.957Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "114f8a22-354c-4149-a71c-41edd2bc40ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2653b93-7fd3-47db-b92c-580a86d1f277",
    "vfModuleModelCustomizationUUID": "3129792f-7206-41c8-b51a-b97e583b0f4d",
    "isBase": true,
    "artifacts": [
      "1611de20-a86c-4d68-832e-3c5cf7d3e827",
      "09307173-1ee6-4646-8d1f-5547d3f50d52"
    ],
    "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-09-13T06:17:45.961Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2653b93-7fd3-47db-b92c-580a86d1f277
VfModuleModelInvariantUUID:114f8a22-354c-4149-a71c-41edd2bc40ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
1611de20-a86c-4d68-832e-3c5cf7d3e827
,
09307173-1ee6-4646-8d1f-5547d3f50d52

}
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-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "114f8a22-354c-4149-a71c-41edd2bc40ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2653b93-7fd3-47db-b92c-580a86d1f277",
    "vfModuleModelCustomizationUUID": "3129792f-7206-41c8-b51a-b97e583b0f4d",
    "isBase": true,
    "artifacts": [
      "1611de20-a86c-4d68-832e-3c5cf7d3e827",
      "09307173-1ee6-4646-8d1f-5547d3f50d52"
    ],
    "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-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2653b93-7fd3-47db-b92c-580a86d1f277
VfModuleModelInvariantUUID:114f8a22-354c-4149-a71c-41edd2bc40ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
1611de20-a86c-4d68-832e-3c5cf7d3e827
,
09307173-1ee6-4646-8d1f-5547d3f50d52

}
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-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1611de20-a86c-4d68-832e-3c5cf7d3e827 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:45.963Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:46.012Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1611de20-a86c-4d68-832e-3c5cf7d3e827 5033
2022-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:46.013Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:46.014Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:46.016Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:46.016Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049866013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:46.116Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:46.118Z||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-09-13T06:17:46.118Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:46.129Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:46.129Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:47.017Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 09307173-1ee6-4646-8d1f-5547d3f50d52 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-13T06:17:47.017Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T06:17:47.017Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:47.080Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T06:17:47.080Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 09307173-1ee6-4646-8d1f-5547d3f50d52 903
2022-09-13T06:17:47.080Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:47.081Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:47.081Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:17:47.081Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:47.083Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:47.083Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049867080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:17:47.183Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:47.183Z||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-09-13T06:17:47.183Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:47.210Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:47.211Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:48.083Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 06b6327d-a553-455d-a5d5-505b1cc0326d
2022-09-13T06:17:48.084Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dd44da9e-cc24-47e7-92be-6840edad8a09 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-09-13T06:17:48.131Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fba57b, org.onap.sdc.toscaparser.api.parameters.Input@18044459, org.onap.sdc.toscaparser.api.parameters.Input@3eda0fcb, org.onap.sdc.toscaparser.api.parameters.Input@5f3ebec7, org.onap.sdc.toscaparser.api.parameters.Input@5bea1826]
2022-09-13T06:17:48.133Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.133Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2ee0bed0-c466-415d-a436-9c79ce37debf
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ee0bed0-c466-415d-a436-9c79ce37debf matches Tosca VF Customization UUID: 2ee0bed0-c466-415d-a436-9c79ce37debf
2022-09-13T06:17:48.134Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2ee0bed0-c466-415d-a436-9c79ce37debf  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-09-13T06:17:48.147Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.148Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.149Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2ee0bed0-c466-415d-a436-9c79ce37debf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T06:17:48.149Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25de098a
2022-09-13T06:17:48.149Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.149Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:17:48.150Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3129792f-7206-41c8-b51a-b97e583b0f4d
2022-09-13T06:17:48.150Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3129792f-7206-41c8-b51a-b97e583b0f4d
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-09-13T06:17:48.153Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.153Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:48.154Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:48.154Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.154Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:48.154Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:48.154Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.155Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-13T06:17:48.155Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-13T06:17:48.155Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:17:48.155Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0deedda2-9c62-493a-856c-1137300a3859
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-09-13T06:17:48.158Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.158Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:48.158Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:17:48.159Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.159Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-13T06:17:48.159Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2ee0bed0-c466-415d-a436-9c79ce37debf
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-09-13T06:17:48.162Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.162Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.163Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 06b6327d-a553-455d-a5d5-505b1cc0326d: basic_vm
2022-09-13T06:17:48.163Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.163Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.163Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.163Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.164Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.164Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.164Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.164Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.165Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:17:48.165Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:17:48.165Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:48.421Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dd44da9e-cc24-47e7-92be-6840edad8a09 1 ASDC deployResourceStructure
2022-09-13T06:17:48.422Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:48.422Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:48.422Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:17:48.422Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:48.424Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:48.424Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049868422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:48.525Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:48.526Z||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-09-13T06:17:48.526Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:48.538Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:48.539Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:49.425Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:49.426Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:49.426Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:17:49.426Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:49.428Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:49.428Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049869425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:49.528Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:49.529Z||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-09-13T06:17:49.529Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:49.543Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:49.543Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:17:50.429Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:50.430Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||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-09-13T06:17:50.430Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:17:50.430Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:50.432Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:50.432Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049870429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:50.532Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:50.535Z||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-09-13T06:17:50.535Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:50.549Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:50.549Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:51.433Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-13T06:17:51.433Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-13T06:17:51.433Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:17:51.434Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:17:51.436Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:17:51.436Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049871433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:17:51.536Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:17:51.537Z||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-09-13T06:17:51.537Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:17:51.551Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:17:51.551Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:17:52.437Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:17:52.504Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e
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-09-13T06:17:52.518Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:17:52.518Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:17:52.518Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:17:52.518Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:17:52.519Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:17:52.547Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:18:22.548Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e 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-09-13T06:18:22.563Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e and serviceModelVersionId: 06b6327d-a553-455d-a5d5-505b1cc0326d
2022-09-13T06:18:22.563Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38a7bcf6-ac61-4eca-8495-670ca2fb23a6
2022-09-13T06:18:22.564Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38a7bcf6-ac61-4eca-8495-670ca2fb23a6/model-vers/model-ver/06b6327d-a553-455d-a5d5-505b1cc0326d?depth=0
2022-09-13T06:18:22.567Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:18:22.610Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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/38a7bcf6-ac61-4eca-8495-670ca2fb23a6/model-vers/model-ver/06b6327d-a553-455d-a5d5-505b1cc0326d?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-09-13T06:18:22.611Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a7bcf6-ac61-4eca-8495-670ca2fb23a6/model-vers/model-ver/06b6327d-a553-455d-a5d5-505b1cc0326d?depth=0|INFO|500||Invoke
2022-09-13T06:18:22.632Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a7bcf6-ac61-4eca-8495-670ca2fb23a6/model-vers/model-ver/06b6327d-a553-455d-a5d5-505b1cc0326d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:18:22.710Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38a7bcf6-ac61-4eca-8495-670ca2fb23a6/model-vers/model-ver/06b6327d-a553-455d-a5d5-505b1cc0326d?depth=0|INFO|500||InvokeReturn
2022-09-13T06:18:22.711Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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/38a7bcf6-ac61-4eca-8495-670ca2fb23a6/model-vers/model-ver/06b6327d-a553-455d-a5d5-505b1cc0326d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220913-06:18:22:524-3062], vertex-id=[430144], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:18:22 GMT], Content-Type=[application/json]}
2022-09-13T06:18:22.711Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:18:22.711Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:18:22.711Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:18:22.738Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:18:22.739Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bec1fe7-2b67-43ff-9e88-b0f5d86c980e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:18:22.739Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:18:22.740Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:18:22.745Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:18:22.745Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049902739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:18:22.847Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:18:22.848Z||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-09-13T06:18:22.848Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:18:22.864Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:18:22.866Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:18:23.814Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:18:23.815Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:18:23.816Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:18:34.109Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:18:34.110Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:18:34.110Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:18:34.110Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:18:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:18:40.207Z||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-09-13T06:18:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:18:40.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:18:40.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:18:40.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8a63ce3-8002-4ea4-af31-202dc77f7393",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049854355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:18:40.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:18:40.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:18:40.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:18:40.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:18:40.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:18:40.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:18:40.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:18:40.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:18:40.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:18:40.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:18:40.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:18:40.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:18:40.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:18:40.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:18:40.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-13T06:18:40.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:18:43.656Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:18:43.657Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:18:43.657Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:18:43.657Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:18:53.270Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:19:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:19:40.194Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:19:40.194Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:19:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:19:40.207Z||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-09-13T06:19:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:19:40.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:19:40.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:19:40.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:19:40.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:19:49.742Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:20:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:20:40.194Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:20:40.194Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:20:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:20:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:20:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:20:40.728Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:20:40.729Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.729Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049740190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049862546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049864953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049866013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:20:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049867080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049868422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049869425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049870429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049871433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bec1fe7-2b67-43ff-9e88-b0f5d86c980e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663049902739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:20:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:20:49.760Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:21:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:21:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:21:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:21:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:21:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:21:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:21:49.775Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:21:49.775Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:22:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:22:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:22:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:22:40.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:22:40.207Z||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-09-13T06:22:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:22:49.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:22:49.767Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:23:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:23:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:23:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:23:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:23:40.207Z||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-09-13T06:23:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:23:49.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:23:49.779Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:24:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:24:40.191Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:24:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:24:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:24:40.207Z||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-09-13T06:24:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:24:49.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:24:49.770Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:25:40.192Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:25:40.195Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:25:40.196Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:25:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:25:40.207Z||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-09-13T06:25:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:25:49.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:25:49.765Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:26:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:26:40.191Z||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-09-13T06:26:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:26:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:26:40.207Z||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-09-13T06:26:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:26:49.786Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:26:49.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:27:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:27:40.192Z||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-09-13T06:27:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:27:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:27:40.207Z||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-09-13T06:27:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:27:49.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:27:49.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:40.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:28:40.191Z||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-09-13T06:28:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:28:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:28:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:40.339Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:40.340Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.340Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.342Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.343Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.344Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.344Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.344Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.345Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:28:40.345Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.345Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.345Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.346Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.346Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.346Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.346Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.346Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.347Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.347Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.347Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.347Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.347Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.347Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.348Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.348Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.348Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.348Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.348Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.348Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.349Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.349Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.349Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.349Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.349Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.350Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.351Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.351Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.351Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.351Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.351Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.351Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.352Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.353Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.353Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.353Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.353Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.353Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.354Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.354Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.354Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.355Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.355Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.356Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.356Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.357Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.357Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.357Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.358Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.358Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.358Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:28:40.358Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.358Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.359Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.360Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.360Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.360Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.360Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.361Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.361Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.361Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.361Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.361Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.362Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.362Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.362Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.362Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.362Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.362Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.363Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.363Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.363Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.363Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.363Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.363Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.364Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.364Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.364Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.364Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.364Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.364Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.365Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.365Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.365Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.365Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.365Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.365Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.366Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.366Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.366Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.366Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.366Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.367Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.367Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.367Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.367Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050503300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:28:40.367Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.367Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.368Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050501494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.368Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.368Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.368Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050507523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:28:40.368Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:28:40.828Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:40.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:28:40.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"30e52c2e-f2e6-447f-bfdd-f8919046c433","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7ce4004b-5294-4dab-8615-e57938688ea7","serviceDescription":"service","serviceInvariantUUID":"d3ac3014-c574-4d1b-9cd6-65817249b92e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc3c1d88-ea17-402e-bcd3-53cf03b22fad","resourceInvariantUUID":"f36f4f4d-ab97-4274-9918-3883224ae107","resourceCustomizationUUID":"b6408e1f-acfd-4bbe-8ecc-a632ef682b44","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":"ZjlkY2I4MTVhMmYyOWNlZTNiNjU5NmJlNGU2ODM0YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ff637de-a396-470f-bf33-08b346cafe25","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":"MjQwZThhZTQ1OTJiZThkZWNjNDc2Y2E3MjRiNzM3NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03c2eb38-5ab2-4dd2-8fd7-ea50aa685693","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":"4703c2ca-8af9-4daa-be17-5bf0953c11a3","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":"4e297844-d388-4bae-b91e-1b084b9452ec","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":"169db172-ab39-454f-8cf4-fa781992b9b3","artifactVersion":"2","generatedFromUUID":"10d14d9d-d40d-43b9-a157-1862f88b7fc9"},{"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":"e8e6cf53-faad-4f12-8359-16731ebc343e","artifactVersion":"2","generatedFromUUID":"4703c2ca-8af9-4daa-be17-5bf0953c11a3"},{"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":"10d14d9d-d40d-43b9-a157-1862f88b7fc9","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":"40a20fce-4a02-48bf-bf61-c467311e3d60","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":"YTMxMWE5YmFkNTRmMGVlMTQxYzhkMzU3Zjk1ZDJkZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22539ed5-c033-443f-9c17-b5da291782e9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjEwYzJiYzBlMmRkNTBiMGU4YTg2ODA5NWE3OGEzY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3ac1c0c-089a-4943-9afd-2c193dc59bd1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:28:40.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:40.835Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:40.840Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:40.840Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:40.940Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:28:40.941Z||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-09-13T06:28:40.941Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:40.955Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:40.955Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:28:41.842Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:41.843Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:41.845Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:41.845Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:28:41.946Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:28:41.946Z||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-09-13T06:28:41.946Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:42.007Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:42.008Z||pool-63-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:42.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:42.847Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:42.850Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:42.850Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:28:42.953Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-13T06:28:42.954Z||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-09-13T06:28:42.954Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:43.029Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:43.029Z||pool-64-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:43.850Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:43.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:43.855Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:43.855Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:43.955Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:43.955Z||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-09-13T06:28:43.956Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:43.968Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:43.968Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:44.856Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:44.856Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:44.858Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:44.858Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-13T06:28:44.959Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:44.960Z||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-09-13T06:28:44.960Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:44.975Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:44.975Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:45.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:45.860Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:45.862Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:45.862Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-13T06:28:45.963Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:28:45.963Z||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-09-13T06:28:45.964Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:45.976Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:45.976Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:28:46.863Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:46.864Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:46.866Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:46.866Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-13T06:28:46.969Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-13T06:28:46.970Z||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-09-13T06:28:46.970Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:46.994Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:46.994Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:47.867Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:47.868Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:47.870Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:47.870Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:47.970Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:47.971Z||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-09-13T06:28:47.972Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:47.984Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:47.985Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:48.871Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:48.872Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:48.874Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:48.874Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:28:48.974Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:48.975Z||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-09-13T06:28:48.975Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:48.986Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:48.987Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:28:49.874Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:28:49.875Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:49.878Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:49.878Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:28:49.978Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:49.979Z||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-09-13T06:28:49.979Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:49.992Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:49.993Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:50.880Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7ce4004b-5294-4dab-8615-e57938688ea7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d3ac3014-c574-4d1b-9cd6-65817249b92e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b6408e1f-acfd-4bbe-8ecc-a632ef682b44",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc3c1d88-ea17-402e-bcd3-53cf03b22fad",
      "resourceInvariantUUID": "f36f4f4d-ab97-4274-9918-3883224ae107",
      "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": "MjQwZThhZTQ1OTJiZThkZWNjNDc2Y2E3MjRiNzM3NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03c2eb38-5ab2-4dd2-8fd7-ea50aa685693",
          "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": "4703c2ca-8af9-4daa-be17-5bf0953c11a3",
          "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": "e8e6cf53-faad-4f12-8359-16731ebc343e",
            "generatedFromUUID": "4703c2ca-8af9-4daa-be17-5bf0953c11a3"
          },
          "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": "169db172-ab39-454f-8cf4-fa781992b9b3",
          "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": "e8e6cf53-faad-4f12-8359-16731ebc343e",
          "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": "10d14d9d-d40d-43b9-a157-1862f88b7fc9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjEwYzJiYzBlMmRkNTBiMGU4YTg2ODA5NWE3OGEzY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3ac1c0c-089a-4943-9afd-2c193dc59bd1"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:28:50.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:28:50.881Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7ce4004b-5294-4dab-8615-e57938688ea7 ASDC
2022-09-13T06:28:50.882Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:30e52c2e-f2e6-447f-bfdd-f8919046c433
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7ce4004b-5294-4dab-8615-e57938688ea7
ServiceInvariantUUID:d3ac3014-c574-4d1b-9cd6-65817249b92e
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:d3ac1c0c-089a-4943-9afd-2c193dc59bd1
ArtifactChecksum:NjEwYzJiYzBlMmRkNTBiMGU4YTg2ODA5NWE3OGEzY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b6408e1f-acfd-4bbe-8ecc-a632ef682b44
ResourceInvariantUUID:f36f4f4d-ab97-4274-9918-3883224ae107
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bc3c1d88-ea17-402e-bcd3-53cf03b22fad
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:03c2eb38-5ab2-4dd2-8fd7-ea50aa685693
ArtifactChecksum:MjQwZThhZTQ1OTJiZThkZWNjNDc2Y2E3MjRiNzM3NmI=
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:4703c2ca-8af9-4daa-be17-5bf0953c11a3
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:e8e6cf53-faad-4f12-8359-16731ebc343e
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:169db172-ab39-454f-8cf4-fa781992b9b3
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:e8e6cf53-faad-4f12-8359-16731ebc343e
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:10d14d9d-d40d-43b9-a157-1862f88b7fc9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T06:28:50.882Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ce4004b-5294-4dab-8615-e57938688ea7 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-09-13T06:28:50.982Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:28:50.984Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:28:50.984Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:28:50.984Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3ac1c0c-089a-4943-9afd-2c193dc59bd1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:50.984Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:28:50.985Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:51.138Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:28:51.154Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d3ac1c0c-089a-4943-9afd-2c193dc59bd1 162991
2022-09-13T06:28:51.156Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-13T06:28:51.156Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:51.156Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:28:51.156Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:51.159Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:51.159Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050531155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:28:51.259Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:51.261Z||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-09-13T06:28:51.261Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:51.278Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:51.278Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:52.159Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:28:52.160Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:28:52.161Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d3ac1c0c-089a-4943-9afd-2c193dc59bd1, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:52.161Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-13T06:28:52.162Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:52.162Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:52.423Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18356670554689032587/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-13T06:28:53.847Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:28:53.847Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-13T06:28:53.848Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.849Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.849Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:53.849Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-13T06:28:53.849Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:28:53.850Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.850Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.850Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:53.850Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-13T06:28:53.850Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:28:53.850Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:28:53.851Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.852Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:28:53.852Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.852Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:53.852Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:28:53.852Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.852Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:53.853Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5a4c553a-f2c8-411f-866e-b162acf8064b
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.854Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.855Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.855Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.855Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.855Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:53.855Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:53.855Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7ce4004b-5294-4dab-8615-e57938688ea7
Model Version:NULL
Model InvariantUuid:d3ac3014-c574-4d1b-9cd6-65817249b92e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:fc97d56e-1aa6-4725-a111-04fa29b1644f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f36f4f4d-ab97-4274-9918-3883224ae107
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b6408e1f-acfd-4bbe-8ecc-a632ef682b44
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad0751cd-1555-49d5-914c-e4e8049cd34b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:052adf98-24f4-414b-9a74-765ce45231cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9db40487-b972-406d-8b9a-6e9084417fcb
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c5b380eb-0177-4a3b-b5a8-40f0502a66d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5a4c553a-f2c8-411f-866e-b162acf8064b
ModelInvariantUuid:f973637a-b459-439f-ae90-81d582a15272
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8450363a-20a2-45ea-ad27-36f3c6bf115f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a5277614-0da0-4fe2-950d-f00a85d31b6e
ModelInvariantUuid:60a0f988-208a-496e-8d1c-cbc96a063470
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:fe1da72d-b4c3-471a-b752-930333643da9
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-09-13T06:28:53.907Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bc3c1d88-ea17-402e-bcd3-53cf03b22fad
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-09-13T06:28:53.917Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-09-13T06:28:53.917Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc3c1d88-ea17-402e-bcd3-53cf03b22fad
2022-09-13T06:28:53.918Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 03c2eb38-5ab2-4dd2-8fd7-ea50aa685693 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-13T06:28:53.918Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:28:53.918Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-13T06:28:53.975Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:28:53.975Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 03c2eb38-5ab2-4dd2-8fd7-ea50aa685693 1565
2022-09-13T06:28:53.976Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-13T06:28:53.976Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-13T06:28:53.976Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:28:53.976Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:53.978Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:53.978Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050533976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:28:54.078Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:54.081Z||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-09-13T06:28:54.081Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:54.093Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:54.094Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:54.980Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9db40487-b972-406d-8b9a-6e9084417fcb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5b380eb-0177-4a3b-b5a8-40f0502a66d0",
    "vfModuleModelCustomizationUUID": "a60eb143-eaab-4e9c-94c8-e5ded20433d4",
    "isBase": true,
    "artifacts": [
      "4703c2ca-8af9-4daa-be17-5bf0953c11a3",
      "e8e6cf53-faad-4f12-8359-16731ebc343e"
    ],
    "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": "ad0751cd-1555-49d5-914c-e4e8049cd34b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "052adf98-24f4-414b-9a74-765ce45231cb",
    "vfModuleModelCustomizationUUID": "d21a6e38-1e57-4657-b10c-4bf3be55ebc6",
    "isBase": false,
    "artifacts": [
      "10d14d9d-d40d-43b9-a157-1862f88b7fc9"
    ],
    "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-09-13T06:28:54.985Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5b380eb-0177-4a3b-b5a8-40f0502a66d0
VfModuleModelInvariantUUID:9db40487-b972-406d-8b9a-6e9084417fcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4703c2ca-8af9-4daa-be17-5bf0953c11a3
,
e8e6cf53-faad-4f12-8359-16731ebc343e

}
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:052adf98-24f4-414b-9a74-765ce45231cb
VfModuleModelInvariantUUID:ad0751cd-1555-49d5-914c-e4e8049cd34b
VfModuleModelDescription:NULL
Artifacts UUID List:{
10d14d9d-d40d-43b9-a157-1862f88b7fc9

}
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-09-13T06:28:54.987Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9db40487-b972-406d-8b9a-6e9084417fcb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5b380eb-0177-4a3b-b5a8-40f0502a66d0",
    "vfModuleModelCustomizationUUID": "a60eb143-eaab-4e9c-94c8-e5ded20433d4",
    "isBase": true,
    "artifacts": [
      "4703c2ca-8af9-4daa-be17-5bf0953c11a3",
      "e8e6cf53-faad-4f12-8359-16731ebc343e"
    ],
    "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": "ad0751cd-1555-49d5-914c-e4e8049cd34b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "052adf98-24f4-414b-9a74-765ce45231cb",
    "vfModuleModelCustomizationUUID": "d21a6e38-1e57-4657-b10c-4bf3be55ebc6",
    "isBase": false,
    "artifacts": [
      "10d14d9d-d40d-43b9-a157-1862f88b7fc9"
    ],
    "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-09-13T06:28:54.987Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5b380eb-0177-4a3b-b5a8-40f0502a66d0
VfModuleModelInvariantUUID:9db40487-b972-406d-8b9a-6e9084417fcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4703c2ca-8af9-4daa-be17-5bf0953c11a3
,
e8e6cf53-faad-4f12-8359-16731ebc343e

}
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:052adf98-24f4-414b-9a74-765ce45231cb
VfModuleModelInvariantUUID:ad0751cd-1555-49d5-914c-e4e8049cd34b
VfModuleModelDescription:NULL
Artifacts UUID List:{
10d14d9d-d40d-43b9-a157-1862f88b7fc9

}
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-09-13T06:28:54.988Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4703c2ca-8af9-4daa-be17-5bf0953c11a3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-13T06:28:54.988Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:28:54.988Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-13T06:28:55.029Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:28:55.029Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4703c2ca-8af9-4daa-be17-5bf0953c11a3 914
2022-09-13T06:28:55.029Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-13T06:28:55.030Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-13T06:28:55.030Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:28:55.030Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:55.032Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:55.032Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050535029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:28:55.132Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:55.133Z||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-09-13T06:28:55.133Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:55.172Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:55.172Z||pool-74-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:56.033Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 169db172-ab39-454f-8cf4-fa781992b9b3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-13T06:28:56.033Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:28:56.034Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-13T06:28:56.078Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:28:56.078Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 169db172-ab39-454f-8cf4-fa781992b9b3 12
2022-09-13T06:28:56.078Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-13T06:28:56.079Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-13T06:28:56.079Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:28:56.079Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:56.081Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:56.082Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050536078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:28:56.182Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:28:56.183Z||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-09-13T06:28:56.183Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:56.194Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:56.194Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:57.082Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e8e6cf53-faad-4f12-8359-16731ebc343e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-13T06:28:57.083Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:28:57.083Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-13T06:28:57.137Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:28:57.137Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e8e6cf53-faad-4f12-8359-16731ebc343e 96
2022-09-13T06:28:57.138Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-13T06:28:57.138Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-13T06:28:57.138Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:28:57.139Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:57.140Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:57.141Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050537138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:28:57.241Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:28:57.241Z||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-09-13T06:28:57.242Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:57.260Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:57.260Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:28:58.141Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10d14d9d-d40d-43b9-a157-1862f88b7fc9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-13T06:28:58.142Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:28:58.143Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-13T06:28:58.196Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:28:58.197Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 10d14d9d-d40d-43b9-a157-1862f88b7fc9 20206
2022-09-13T06:28:58.198Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-13T06:28:58.198Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-13T06:28:58.198Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:28:58.199Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:58.201Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:58.201Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050538198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:28:58.301Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:58.302Z||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-09-13T06:28:58.302Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:58.315Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:58.316Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:28:59.205Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7ce4004b-5294-4dab-8615-e57938688ea7
2022-09-13T06:28:59.205Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bc3c1d88-ea17-402e-bcd3-53cf03b22fad 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-09-13T06:28:59.231Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70b57215, org.onap.sdc.toscaparser.api.parameters.Input@3522776, org.onap.sdc.toscaparser.api.parameters.Input@46ddd4ec, org.onap.sdc.toscaparser.api.parameters.Input@27d5a8e8, org.onap.sdc.toscaparser.api.parameters.Input@7cab53dd]
2022-09-13T06:28:59.233Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.233Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.233Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-09-13T06:28:59.233Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b6408e1f-acfd-4bbe-8ecc-a632ef682b44
2022-09-13T06:28:59.233Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6408e1f-acfd-4bbe-8ecc-a632ef682b44 matches Tosca VF Customization UUID: b6408e1f-acfd-4bbe-8ecc-a632ef682b44
2022-09-13T06:28:59.234Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b6408e1f-acfd-4bbe-8ecc-a632ef682b44  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-09-13T06:28:59.237Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.237Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.237Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b6408e1f-acfd-4bbe-8ecc-a632ef682b44: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-09-13T06:28:59.238Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c9a13fb
2022-09-13T06:28:59.238Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.238Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:28:59.238Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d21a6e38-1e57-4657-b10c-4bf3be55ebc6
2022-09-13T06:28:59.238Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d21a6e38-1e57-4657-b10c-4bf3be55ebc6
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-09-13T06:28:59.242Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.242Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:59.242Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:28:59.243Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.243Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:59.243Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:28:59.243Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.244Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-13T06:28:59.244Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b6408e1f-acfd-4bbe-8ecc-a632ef682b44
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-09-13T06:28:59.246Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.247Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.247Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7ce4004b-5294-4dab-8615-e57938688ea7: basic_cnf_macro
2022-09-13T06:28:59.247Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.247Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.248Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.248Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.248Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.248Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.248Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.249Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.249Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:28:59.249Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:28:59.250Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:28:59.307Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bc3c1d88-ea17-402e-bcd3-53cf03b22fad 2 ASDC deployResourceStructure
2022-09-13T06:28:59.308Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-13T06:28:59.308Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-13T06:28:59.308Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:28:59.308Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:28:59.310Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:28:59.311Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050539308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:28:59.411Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:28:59.412Z||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-09-13T06:28:59.412Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:28:59.425Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:28:59.426Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:29:00.312Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-13T06:29:00.312Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-13T06:29:00.312Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:29:00.312Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:29:00.314Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:29:00.315Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050540312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:29:00.415Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:29:00.415Z||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-09-13T06:29:00.415Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:29:00.431Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:29:00.432Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:29:01.318Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-13T06:29:01.318Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-09-13T06:29:01.318Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-13T06:29:01.318Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:29:01.320Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:29:01.320Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050541315,
  "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-09-13T06:29:01.420Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:29:01.421Z||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-09-13T06:29:01.421Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:29:01.435Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:29:01.435Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:29:02.321Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-13T06:29:02.321Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-13T06:29:02.322Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:29:02.322Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:29:02.326Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:29:02.326Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050542321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:29:02.426Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:29:02.426Z||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-09-13T06:29:02.426Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:29:02.439Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:29:02.440Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:29:03.327Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-13T06:29:03.327Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-13T06:29:03.327Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-13T06:29:03.328Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:29:03.329Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:29:03.329Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050543327,
  "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-09-13T06:29:03.429Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:29:03.430Z||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-09-13T06:29:03.430Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:29:03.446Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:29:03.447Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:29:04.330Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-13T06:29:04.330Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-13T06:29:04.331Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:29:04.331Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:29:04.333Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:29:04.333Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050544330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:29:04.434Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:29:04.435Z||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-09-13T06:29:04.435Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:29:04.454Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:29:04.455Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:29:05.334Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:29:05.369Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:29:05.376Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:29:05.377Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:29:05.377Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:29:35.377Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:29:35.433Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:29:35.437Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:29:35.438Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:29:35.438Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:29:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:29:40.207Z||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-09-13T06:29:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:29:40.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:29:40.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:29:40.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:29:40.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:30:05.439Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:30:05.482Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:30:05.508Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:30:05.508Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:30:05.508Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:30:35.509Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:30:35.539Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:30:35.543Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:30:35.543Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:30:35.543Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:30:40.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:30:40.209Z||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-09-13T06:30:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:30:40.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:30:40.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:30:40.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:30:40.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:05.544Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:31:05.558Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:31:05.570Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:31:05.571Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:31:05.571Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:31:35.571Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:31:35.618Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:31:35.620Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:31:35.621Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T06:31:35.621Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T06:31:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:31:40.208Z||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-09-13T06:31:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:31:40.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:31:40.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050521108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050523898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050524134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050525710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050524907,
  "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-09-13T06:31:40.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30e52c2e-f2e6-447f-bfdd-f8919046c433
2022-09-13T06:31:40.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:31:40.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050526727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "cds",
  "timestamp": 1663050526341,
  "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-09-13T06:31:40.415Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30e52c2e-f2e6-447f-bfdd-f8919046c433
2022-09-13T06:31:40.415Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:31:40.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "policy-id",
  "timestamp": 1663050527740,
  "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-09-13T06:31:40.560Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30e52c2e-f2e6-447f-bfdd-f8919046c433
2022-09-13T06:31:40.560Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:31:40.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050521494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050529698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050530780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050531155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050531848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050532698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050532900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050533976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050533981,
  "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-09-13T06:31:40.699Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30e52c2e-f2e6-447f-bfdd-f8919046c433
2022-09-13T06:31:40.699Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:31:40.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050513360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050514849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050535029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050534988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050535470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050536922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050536078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050536704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.740Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "cds",
  "timestamp": 1663050536653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:31:40.771Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bf5da365-17a2-44ef-9b64-700f69911ca7
2022-09-13T06:31:40.771Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:31:40.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.805Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050537138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "clamp",
  "timestamp": 1663050537708,
  "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-09-13T06:31:40.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30e52c2e-f2e6-447f-bfdd-f8919046c433
2022-09-13T06:31:40.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:31:40.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "policy-id",
  "timestamp": 1663050538945,
  "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-09-13T06:31:40.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf5da365-17a2-44ef-9b64-700f69911ca7
2022-09-13T06:31:40.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:31:40.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050538198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050539308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050540312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050541396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050541315,
  "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-09-13T06:31:40.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050542321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050518904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050543327,
  "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-09-13T06:31:40.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050544105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050544330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:40.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:40.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050537523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050545169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050538712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:40.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:40.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050546151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050546216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:40.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:40.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:40.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050547240,
  "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-09-13T06:31:41.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf5da365-17a2-44ef-9b64-700f69911ca7
2022-09-13T06:31:41.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:31:41.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050548494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:41.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050548244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:41.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050548521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:41.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "aai-ml",
  "timestamp": 1663050549498,
  "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-09-13T06:31:41.105Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30e52c2e-f2e6-447f-bfdd-f8919046c433
2022-09-13T06:31:41.105Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:31:41.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050549526,
  "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-09-13T06:31:41.238Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf5da365-17a2-44ef-9b64-700f69911ca7
2022-09-13T06:31:41.239Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:31:41.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050551700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050554705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "clamp",
  "timestamp": 1663050555710,
  "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-09-13T06:31:41.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bf5da365-17a2-44ef-9b64-700f69911ca7
2022-09-13T06:31:41.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:31:41.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:31:41.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050530620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:31:41.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:31:41.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050558589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:31:41.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050565017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:31:41.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:31:41.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:31:41.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "aai-ml",
  "timestamp": 1663050566021,
  "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-09-13T06:31:41.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bf5da365-17a2-44ef-9b64-700f69911ca7
2022-09-13T06:31:41.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:32:05.621Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:32:05.647Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433
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-09-13T06:32:05.651Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:32:05.651Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:32:05.651Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:32:05.651Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:32:05.651Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:32:05.652Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:32:05.652Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:32:05.652Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:32:05.652Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:32:05.652Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:32:05.652Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:32:05.681Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:32:35.682Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433 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-09-13T06:32:35.719Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30e52c2e-f2e6-447f-bfdd-f8919046c433 and serviceModelVersionId: 7ce4004b-5294-4dab-8615-e57938688ea7
2022-09-13T06:32:35.719Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3ac3014-c574-4d1b-9cd6-65817249b92e
2022-09-13T06:32:35.721Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3ac3014-c574-4d1b-9cd6-65817249b92e/model-vers/model-ver/7ce4004b-5294-4dab-8615-e57938688ea7?depth=0
2022-09-13T06:32:35.730Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:32:35.816Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ac3014-c574-4d1b-9cd6-65817249b92e/model-vers/model-ver/7ce4004b-5294-4dab-8615-e57938688ea7?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-09-13T06:32:35.818Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ac3014-c574-4d1b-9cd6-65817249b92e/model-vers/model-ver/7ce4004b-5294-4dab-8615-e57938688ea7?depth=0|INFO|500||Invoke
2022-09-13T06:32:35.846Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ac3014-c574-4d1b-9cd6-65817249b92e/model-vers/model-ver/7ce4004b-5294-4dab-8615-e57938688ea7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:32:35.921Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ac3014-c574-4d1b-9cd6-65817249b92e/model-vers/model-ver/7ce4004b-5294-4dab-8615-e57938688ea7?depth=0|INFO|500||InvokeReturn
2022-09-13T06:32:35.921Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ac3014-c574-4d1b-9cd6-65817249b92e/model-vers/model-ver/7ce4004b-5294-4dab-8615-e57938688ea7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220913-06:32:35:748-94920], vertex-id=[471144], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:32:35 GMT], Content-Type=[application/json]}
2022-09-13T06:32:35.922Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:32:35.922Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:32:35.922Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:32:35.941Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:32:35.941Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30e52c2e-f2e6-447f-bfdd-f8919046c433 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:32:35.941Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:32:35.942Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:35.945Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:35.945Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050755941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:32:36.045Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:32:36.046Z||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-09-13T06:32:36.046Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:36.063Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:36.064Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:32:37.040Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:32:37.040Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bf5da365-17a2-44ef-9b64-700f69911ca7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5c6fdae1-f512-4677-a1c1-79ede99edfee","serviceDescription":"service","serviceInvariantUUID":"34d0dfbe-7ba3-480d-a7c0-6285f6165c69","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"778975a1-14d4-4236-8416-2d6bd0608806","resourceInvariantUUID":"89ac0fd6-b89e-4b79-89a0-64e232df3540","resourceCustomizationUUID":"48c2e501-bd5b-45d3-ace6-d8064a261523","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NmIyYjY5N2NhYWQ2ZWNiMmEzNTE4OTA2ODA0YjA5OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e90351a9-bd8f-4200-9ee6-02d835df236b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"Zjg0NjdmNDIxYzY0MjQ1MDEwMzJlNDExZWMxNmRkNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c12831c6-bd4c-4f3d-bcda-e71592917e52","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a60e3e00-5952-4f83-bd3b-433c6a4ca887","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e46595c-2366-4f10-b2ee-680167ffd084","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"985b316c-ba0e-4e42-a72a-cd48972e00a7","artifactVersion":"2","generatedFromUUID":"a60e3e00-5952-4f83-bd3b-433c6a4ca887"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MWZmZTc2YjBmM2JlMWQ0OTE5ZTBiYzk0MzAyZTQ2Njg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bf848c8a-c9d2-4903-bbbe-227f7c408a11","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NjdlYWRhNTAyOTRkNmEyYzE5Mzc4ZDcyYzIxYmI4N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6fdb404e-86b0-40d0-b943-73168cf7cb79","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWE2ZjFmZGVhYTAxM2FkMGIzMGNlZTJmNzliMDFjZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed6d3de6-65bb-4478-9cc4-93fb6185ceed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:32:37.041Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:37.041Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:37.043Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:37.043Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:37.145Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T06:32:37.146Z||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-09-13T06:32:37.146Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:37.160Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:37.160Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:38.044Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:38.044Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:38.046Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:38.046Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:32:38.146Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:38.147Z||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-09-13T06:32:38.147Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:38.159Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:38.160Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:32:39.046Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:39.047Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:39.049Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:39.049Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:32:39.149Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:39.150Z||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-09-13T06:32:39.150Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:39.188Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:39.189Z||pool-87-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:40.050Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:40.050Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:40.051Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:40.052Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.152Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:32:40.153Z||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-09-13T06:32:40.153Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:40.170Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:40.171Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:32:40.207Z||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-09-13T06:32:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:40.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:40.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050620620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050618360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663050618904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050614857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050621493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050630904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:40.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050632021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050632273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050631292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050623300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "cds",
  "timestamp": 1663050632066,
  "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-09-13T06:32:40.292Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7a90ee5-a619-4b85-9019-5983a22d6a06
2022-09-13T06:32:40.292Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:32:40.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050633294,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:40.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050632511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:40.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "policy-id",
  "timestamp": 1663050634328,
  "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-09-13T06:32:40.333Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7a90ee5-a619-4b85-9019-5983a22d6a06
2022-09-13T06:32:40.333Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:32:40.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663050633514,
  "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-09-13T06:32:40.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f7a90ee5-a619-4b85-9019-5983a22d6a06
2022-09-13T06:32:40.381Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:32:40.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050636642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:40.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050627523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:40.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:32:40.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "aai-ml",
  "timestamp": 1663050637645,
  "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-09-13T06:32:40.460Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7a90ee5-a619-4b85-9019-5983a22d6a06
2022-09-13T06:32:40.461Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:32:40.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050637308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:40.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:40.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T06:32:40.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050639289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:40.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:32:41.052Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:41.053Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:41.055Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:41.055Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-13T06:32:41.157Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:32:41.158Z||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-09-13T06:32:41.158Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:41.183Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:41.184Z||pool-89-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:42.055Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:42.056Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:42.069Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:42.069Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:42.169Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:42.170Z||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-09-13T06:32:42.170Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:42.211Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:42.211Z||pool-90-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:32:43.070Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:43.071Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:43.076Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:43.076Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:32:43.175Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-13T06:32:43.176Z||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-09-13T06:32:43.176Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:43.240Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:43.241Z||pool-91-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:44.083Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:32:44.083Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:44.086Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:44.086Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:32:44.186Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:44.187Z||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-09-13T06:32:44.187Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:44.200Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:44.200Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:45.087Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5c6fdae1-f512-4677-a1c1-79ede99edfee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "34d0dfbe-7ba3-480d-a7c0-6285f6165c69",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "48c2e501-bd5b-45d3-ace6-d8064a261523",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "778975a1-14d4-4236-8416-2d6bd0608806",
      "resourceInvariantUUID": "89ac0fd6-b89e-4b79-89a0-64e232df3540",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "Zjg0NjdmNDIxYzY0MjQ1MDEwMzJlNDExZWMxNmRkNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c12831c6-bd4c-4f3d-bcda-e71592917e52",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a60e3e00-5952-4f83-bd3b-433c6a4ca887",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "985b316c-ba0e-4e42-a72a-cd48972e00a7",
            "generatedFromUUID": "a60e3e00-5952-4f83-bd3b-433c6a4ca887"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "985b316c-ba0e-4e42-a72a-cd48972e00a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWE2ZjFmZGVhYTAxM2FkMGIzMGNlZTJmNzliMDFjZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed6d3de6-65bb-4478-9cc4-93fb6185ceed"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:32:45.087Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:32:45.088Z|30e52c2e-f2e6-447f-bfdd-f8919046c433|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c6fdae1-f512-4677-a1c1-79ede99edfee ASDC
2022-09-13T06:32:45.089Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bf5da365-17a2-44ef-9b64-700f69911ca7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5c6fdae1-f512-4677-a1c1-79ede99edfee
ServiceInvariantUUID:34d0dfbe-7ba3-480d-a7c0-6285f6165c69
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ed6d3de6-65bb-4478-9cc4-93fb6185ceed
ArtifactChecksum:ZWE2ZjFmZGVhYTAxM2FkMGIzMGNlZTJmNzliMDFjZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:48c2e501-bd5b-45d3-ace6-d8064a261523
ResourceInvariantUUID:89ac0fd6-b89e-4b79-89a0-64e232df3540
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:778975a1-14d4-4236-8416-2d6bd0608806
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:c12831c6-bd4c-4f3d-bcda-e71592917e52
ArtifactChecksum:Zjg0NjdmNDIxYzY0MjQ1MDEwMzJlNDExZWMxNmRkNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a60e3e00-5952-4f83-bd3b-433c6a4ca887
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:985b316c-ba0e-4e42-a72a-cd48972e00a7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:985b316c-ba0e-4e42-a72a-cd48972e00a7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T06:32:45.089Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c6fdae1-f512-4677-a1c1-79ede99edfee 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-09-13T06:32:45.336Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:32:45.336Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:32:45.337Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:32:45.337Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed6d3de6-65bb-4478-9cc4-93fb6185ceed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-13T06:32:45.337Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:32:45.337Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-13T06:32:45.452Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:32:45.457Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ed6d3de6-65bb-4478-9cc4-93fb6185ceed 82488
2022-09-13T06:32:45.457Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-13T06:32:45.457Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-13T06:32:45.458Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:32:45.458Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:45.460Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:45.460Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050765457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:45.560Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:45.561Z||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-09-13T06:32:45.561Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:45.572Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:45.573Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:46.461Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:32:46.461Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:32:46.462Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ed6d3de6-65bb-4478-9cc4-93fb6185ceed, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:46.462Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-13T06:32:46.463Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:46.463Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:46.720Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14004483348538292071/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-13T06:32:48.130Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-13T06:32:48.131Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-13T06:32:48.132Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.132Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.132Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:48.132Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-13T06:32:48.132Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.133Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.134Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.134Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-13T06:32:48.134Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-13T06:32:48.134Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-13T06:32:48.134Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-13T06:32:48.134Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:32:48.135Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T06:32:48.135Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.135Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:32:48.135Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.135Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:48.135Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:32:48.136Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.136Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:48.136Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:32:48.137Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.137Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:48.137Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:32:48.137Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.137Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-13T06:32:48.137Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bccca30e-e2ca-421c-9f3e-af09ac3db4cb
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.138Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.139Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.139Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:48.139Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:48.139Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:5c6fdae1-f512-4677-a1c1-79ede99edfee
Model Version:NULL
Model InvariantUuid:34d0dfbe-7ba3-480d-a7c0-6285f6165c69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f2e9bc36-f917-4a98-8435-bc964427fb7d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89ac0fd6-b89e-4b79-89a0-64e232df3540
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:48c2e501-bd5b-45d3-ace6-d8064a261523
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6ed363c-1f51-4d69-9913-d2b204716841
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7212c280-c7c5-4131-81eb-0efe54995fed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bccca30e-e2ca-421c-9f3e-af09ac3db4cb
ModelInvariantUuid:e602b77b-c32c-4312-af6c-c1d377a4a62f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b4c2f05f-890d-4e3e-889d-304f1882dee8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0599fadf-0f40-4135-a9a6-baf923547d87
ModelInvariantUuid:87157999-4adf-40d2-a649-84c5e963263d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8b777a71-525e-4f30-aa40-e851abbf1c26
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-09-13T06:32:52.444Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 778975a1-14d4-4236-8416-2d6bd0608806
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-09-13T06:32:52.474Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-09-13T06:32:52.475Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 778975a1-14d4-4236-8416-2d6bd0608806
2022-09-13T06:32:52.475Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c12831c6-bd4c-4f3d-bcda-e71592917e52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-13T06:32:52.475Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:32:52.475Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-13T06:32:52.514Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:32:52.514Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c12831c6-bd4c-4f3d-bcda-e71592917e52 792
2022-09-13T06:32:52.514Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-13T06:32:52.515Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-13T06:32:52.515Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:32:52.515Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:52.517Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:52.517Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050772514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:52.617Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:52.618Z||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-09-13T06:32:52.618Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:52.634Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:52.635Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:53.521Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e6ed363c-1f51-4d69-9913-d2b204716841",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7212c280-c7c5-4131-81eb-0efe54995fed",
    "vfModuleModelCustomizationUUID": "6d354dce-d4b2-4663-8e2c-33a1ad15c949",
    "isBase": true,
    "artifacts": [
      "a60e3e00-5952-4f83-bd3b-433c6a4ca887",
      "985b316c-ba0e-4e42-a72a-cd48972e00a7"
    ],
    "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-09-13T06:32:53.524Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7212c280-c7c5-4131-81eb-0efe54995fed
VfModuleModelInvariantUUID:e6ed363c-1f51-4d69-9913-d2b204716841
VfModuleModelDescription:NULL
Artifacts UUID List:{
a60e3e00-5952-4f83-bd3b-433c6a4ca887
,
985b316c-ba0e-4e42-a72a-cd48972e00a7

}
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-09-13T06:32:53.526Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e6ed363c-1f51-4d69-9913-d2b204716841",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7212c280-c7c5-4131-81eb-0efe54995fed",
    "vfModuleModelCustomizationUUID": "6d354dce-d4b2-4663-8e2c-33a1ad15c949",
    "isBase": true,
    "artifacts": [
      "a60e3e00-5952-4f83-bd3b-433c6a4ca887",
      "985b316c-ba0e-4e42-a72a-cd48972e00a7"
    ],
    "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-09-13T06:32:53.526Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7212c280-c7c5-4131-81eb-0efe54995fed
VfModuleModelInvariantUUID:e6ed363c-1f51-4d69-9913-d2b204716841
VfModuleModelDescription:NULL
Artifacts UUID List:{
a60e3e00-5952-4f83-bd3b-433c6a4ca887
,
985b316c-ba0e-4e42-a72a-cd48972e00a7

}
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-09-13T06:32:53.526Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a60e3e00-5952-4f83-bd3b-433c6a4ca887 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-13T06:32:53.526Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:32:53.527Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-13T06:32:53.575Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:32:53.576Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a60e3e00-5952-4f83-bd3b-433c6a4ca887 5033
2022-09-13T06:32:53.576Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-13T06:32:53.577Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-13T06:32:53.577Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:32:53.577Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:53.580Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:53.580Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050773576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:53.679Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:32:53.681Z||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-09-13T06:32:53.681Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:53.701Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:53.702Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:32:54.580Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 985b316c-ba0e-4e42-a72a-cd48972e00a7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-13T06:32:54.581Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:32:54.581Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-13T06:32:54.634Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:32:54.634Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 985b316c-ba0e-4e42-a72a-cd48972e00a7 903
2022-09-13T06:32:54.635Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-13T06:32:54.635Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-13T06:32:54.635Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:32:54.635Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:54.637Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:54.637Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050774635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:32:54.737Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:54.738Z||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-09-13T06:32:54.738Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:54.749Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:54.749Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:55.637Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5c6fdae1-f512-4677-a1c1-79ede99edfee
2022-09-13T06:32:55.638Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 778975a1-14d4-4236-8416-2d6bd0608806 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-09-13T06:32:55.684Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d0c057c, org.onap.sdc.toscaparser.api.parameters.Input@554e1b99, org.onap.sdc.toscaparser.api.parameters.Input@498f1607, org.onap.sdc.toscaparser.api.parameters.Input@406bb6c6, org.onap.sdc.toscaparser.api.parameters.Input@5dd16c52]
2022-09-13T06:32:55.685Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.685Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.686Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-09-13T06:32:55.686Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 48c2e501-bd5b-45d3-ace6-d8064a261523
2022-09-13T06:32:55.686Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48c2e501-bd5b-45d3-ace6-d8064a261523 matches Tosca VF Customization UUID: 48c2e501-bd5b-45d3-ace6-d8064a261523
2022-09-13T06:32:55.686Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 48c2e501-bd5b-45d3-ace6-d8064a261523  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-09-13T06:32:55.691Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.691Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.692Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 48c2e501-bd5b-45d3-ace6-d8064a261523: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-13T06:32:55.692Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54287afa
2022-09-13T06:32:55.692Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.692Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T06:32:55.693Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d354dce-d4b2-4663-8e2c-33a1ad15c949
2022-09-13T06:32:55.693Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d354dce-d4b2-4663-8e2c-33a1ad15c949
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-09-13T06:32:55.700Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.700Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:55.701Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:32:55.701Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.702Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:55.702Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:32:55.702Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.702Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-13T06:32:55.703Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-13T06:32:55.703Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-13T06:32:55.703Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bccca30e-e2ca-421c-9f3e-af09ac3db4cb
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-09-13T06:32:55.706Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.710Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:55.711Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T06:32:55.711Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.712Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-13T06:32:55.712Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=48c2e501-bd5b-45d3-ace6-d8064a261523
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-09-13T06:32:55.742Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.743Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.743Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5c6fdae1-f512-4677-a1c1-79ede99edfee: basic_vm_macro
2022-09-13T06:32:55.744Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.744Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.744Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.745Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.745Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.745Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.746Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.746Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.746Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:32:55.747Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:32:55.747Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T06:32:56.489Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 778975a1-14d4-4236-8416-2d6bd0608806 1 ASDC deployResourceStructure
2022-09-13T06:32:56.490Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-13T06:32:56.490Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-13T06:32:56.490Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:32:56.491Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:56.493Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:56.493Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050776490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:56.592Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:32:56.593Z||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-09-13T06:32:56.593Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:56.604Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:56.605Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:57.494Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-13T06:32:57.494Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-13T06:32:57.494Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:32:57.495Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:57.496Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:57.496Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050777494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:57.596Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:32:57.597Z||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-09-13T06:32:57.597Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:57.606Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:57.607Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:32:58.498Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-13T06:32:58.498Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-13T06:32:58.498Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:32:58.498Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:58.500Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:58.501Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050778498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:58.600Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:32:58.601Z||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-09-13T06:32:58.601Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:58.623Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:58.623Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:32:59.501Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-13T06:32:59.501Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-13T06:32:59.501Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:32:59.502Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:32:59.503Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:32:59.503Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050779501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:32:59.603Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:32:59.604Z||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-09-13T06:32:59.604Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:32:59.617Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:32:59.617Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:33:00.504Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf5da365-17a2-44ef-9b64-700f69911ca7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:33:00.601Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf5da365-17a2-44ef-9b64-700f69911ca7
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-09-13T06:33:00.648Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:33:00.648Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:00.649Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:33:00.739Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:33:30.739Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf5da365-17a2-44ef-9b64-700f69911ca7 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-09-13T06:33:30.759Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf5da365-17a2-44ef-9b64-700f69911ca7 and serviceModelVersionId: 5c6fdae1-f512-4677-a1c1-79ede99edfee
2022-09-13T06:33:30.760Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34d0dfbe-7ba3-480d-a7c0-6285f6165c69
2022-09-13T06:33:30.760Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0
2022-09-13T06:33:30.763Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:33:30.814Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0|INFO|500||Invoke
2022-09-13T06:33:30.815Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf5da365-17a2-44ef-9b64-700f69911ca7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7b6a9d4a-fa8b-4d70-87a8-1d2fdc00a7e7], X-ECOMP-RequestID=[bf5da365-17a2-44ef-9b64-700f69911ca7], X-TransactionId=[], X-ONAP-RequestID=[bf5da365-17a2-44ef-9b64-700f69911ca7], Content-Type=[application/merge-patch+json]}
2022-09-13T06:33:30.834Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:33:30.908Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?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/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220913-06:33:30:733-25541], vertex-id=[307448], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:33:30 GMT], Content-Type=[application/json]}
2022-09-13T06:33:30.909Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:33:30.909Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34d0dfbe-7ba3-480d-a7c0-6285f6165c69/model-vers/model-ver/5c6fdae1-f512-4677-a1c1-79ede99edfee?depth=0|INFO|500||InvokeReturn
2022-09-13T06:33:30.910Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:33:30.910Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:33:30.959Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:33:30.959Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf5da365-17a2-44ef-9b64-700f69911ca7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:33:30.959Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:33:30.960Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:30.962Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:30.962Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050810959,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:33:31.062Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:33:31.063Z||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-09-13T06:33:31.063Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:31.076Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:31.076Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:33:32.050Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:33:32.051Z|bf5da365-17a2-44ef-9b64-700f69911ca7|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-09-13T06:33:32.051Z|bf5da365-17a2-44ef-9b64-700f69911ca7|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:36.456Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:36.457Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-13T06:33:36.458Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7a90ee5-a619-4b85-9019-5983a22d6a06","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"372a378d-678c-450d-910f-940d437aa2d5","serviceDescription":"service","serviceInvariantUUID":"62814b1a-f4b7-49e6-96cd-3926991acbc9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d063959-5076-4112-8791-3b0ad28d7887","resourceInvariantUUID":"c6a5fa2c-cb9a-40e1-9444-f97594a0c222","resourceCustomizationUUID":"37f74ef0-1e6d-416c-968b-9f07046544af","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":"NDNkNmIyNDkzNzg4ZWEyNTQ4MjBmNjQxMmY3YjNiMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8238170-0ada-4068-a4ac-4e4408183314","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":"072dde8d-d2e3-4e01-8238-2e7cbe4e8512","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":"7fa6847d-8fa0-4844-a930-839400e7f2da","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":"YmJjZjQ3MjliM2RmNjI1NThhOTc4ZDM4ZDdkZjgzNWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e7244f38-0dc6-4436-825e-7b01a6e539ca","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":"10a9dd10-cb86-45dc-8c74-a137aeee3804","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":"a31e4e0c-080d-45aa-b119-4eef11e639de","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":"c38436c0-98e7-4c44-b22c-03194385d838","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":"MjczYjcxNzJmM2FiNWM1M2JiYTBjYjk3ZDQxMDYyMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eca29602-8cad-4a05-b7dc-6d384f49dc0b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGFkYzIwNjQ3ZmEwOWRjODkwZWE3ODRkM2E2YTM2MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"593f8b4f-76f3-4b14-b055-4a034c3f4da5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T06:33:36.460Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:36.461Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:36.462Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:36.463Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:36.562Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:36.563Z||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-09-13T06:33:36.563Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:36.575Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:36.576Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:37.463Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:37.464Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:37.466Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:37.466Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:37.566Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:37.567Z||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-09-13T06:33:37.567Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:37.578Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:37.578Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:38.467Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:38.468Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:38.469Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:38.470Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:38.569Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:38.570Z||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-09-13T06:33:38.570Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:38.582Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:38.582Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:39.470Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:39.471Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:39.473Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:39.474Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:39.573Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:39.574Z||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-09-13T06:33:39.574Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:39.597Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:39.598Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-13T06:33:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:33:40.207Z||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-09-13T06:33:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:40.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:40.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:33:40.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663050640298,
  "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-09-13T06:33:40.287Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7a90ee5-a619-4b85-9019-5983a22d6a06
2022-09-13T06:33:40.287Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:33:40.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:33:40.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050643711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:33:40.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:33:40.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:33:40.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050645717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:33:40.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:33:40.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:33:40.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "clamp",
  "timestamp": 1663050646720,
  "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-09-13T06:33:40.397Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7a90ee5-a619-4b85-9019-5983a22d6a06
2022-09-13T06:33:40.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:33:40.474Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:40.474Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:40.476Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:40.476Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:40.576Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:33:40.577Z||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-09-13T06:33:40.577Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:40.595Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:40.596Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:41.477Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:41.477Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:41.480Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:41.480Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:41.580Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T06:33:41.581Z||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-09-13T06:33:41.581Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:41.596Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:41.597Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:42.480Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:42.481Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:42.483Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:42.483Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:42.585Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T06:33:42.585Z||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-09-13T06:33:42.585Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:42.620Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:42.621Z||pool-108-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:43.485Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:43.486Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:43.488Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:43.488Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:33:43.588Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:43.588Z||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-09-13T06:33:43.589Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:43.613Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:43.613Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:44.489Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T06:33:44.490Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:44.492Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:44.492Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:33:44.591Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:44.592Z||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-09-13T06:33:44.593Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:44.606Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:44.607Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:45.492Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "372a378d-678c-450d-910f-940d437aa2d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "62814b1a-f4b7-49e6-96cd-3926991acbc9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37f74ef0-1e6d-416c-968b-9f07046544af",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9d063959-5076-4112-8791-3b0ad28d7887",
      "resourceInvariantUUID": "c6a5fa2c-cb9a-40e1-9444-f97594a0c222",
      "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": "NGFkYzIwNjQ3ZmEwOWRjODkwZWE3ODRkM2E2YTM2MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "593f8b4f-76f3-4b14-b055-4a034c3f4da5"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T06:33:45.493Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T06:33:45.493Z|bf5da365-17a2-44ef-9b64-700f69911ca7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 372a378d-678c-450d-910f-940d437aa2d5 ASDC
2022-09-13T06:33:45.494Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f7a90ee5-a619-4b85-9019-5983a22d6a06
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:372a378d-678c-450d-910f-940d437aa2d5
ServiceInvariantUUID:62814b1a-f4b7-49e6-96cd-3926991acbc9
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:593f8b4f-76f3-4b14-b055-4a034c3f4da5
ArtifactChecksum:NGFkYzIwNjQ3ZmEwOWRjODkwZWE3ODRkM2E2YTM2MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37f74ef0-1e6d-416c-968b-9f07046544af
ResourceInvariantUUID:c6a5fa2c-cb9a-40e1-9444-f97594a0c222
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9d063959-5076-4112-8791-3b0ad28d7887
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-13T06:33:45.494Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 372a378d-678c-450d-910f-940d437aa2d5 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-09-13T06:33:45.646Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:33:45.646Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:33:45.646Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:33:45.647Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 593f8b4f-76f3-4b14-b055-4a034c3f4da5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-13T06:33:45.647Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-13T06:33:45.647Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-13T06:33:45.761Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-13T06:33:45.767Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 593f8b4f-76f3-4b14-b055-4a034c3f4da5 110790
2022-09-13T06:33:45.767Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-13T06:33:45.767Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-13T06:33:45.767Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T06:33:45.768Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:45.770Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:45.770Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050825767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:33:45.870Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:45.870Z||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-09-13T06:33:45.870Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:45.883Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:45.884Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:46.771Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T06:33:46.772Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-13T06:33:46.772Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 593f8b4f-76f3-4b14-b055-4a034c3f4da5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:46.773Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-13T06:33:46.773Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:46.773Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:46.885Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4457198372994497603/Definitions/service-TestPnfMacro-template.yml
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||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-09-13T06:33:47.710Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.711Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-13T06:33:47.712Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-13T06:33:47.712Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:33:47.712Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.712Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.712Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-13T06:33:47.712Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-13T06:33:47.713Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T06:33:47.713Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.713Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.713Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.713Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.713Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.714Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.714Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.714Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.714Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.714Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.714Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:372a378d-678c-450d-910f-940d437aa2d5
Model Version:NULL
Model InvariantUuid:62814b1a-f4b7-49e6-96cd-3926991acbc9
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-09-13T06:33:47.726Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9d063959-5076-4112-8791-3b0ad28d7887
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-09-13T06:33:47.729Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-09-13T06:33:47.729Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d063959-5076-4112-8791-3b0ad28d7887
2022-09-13T06:33:47.729Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 372a378d-678c-450d-910f-940d437aa2d5
2022-09-13T06:33:47.729Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 372a378d-678c-450d-910f-940d437aa2d5
2022-09-13T06:33:47.729Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9d063959-5076-4112-8791-3b0ad28d7887 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-09-13T06:33:47.734Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d30d4fc, org.onap.sdc.toscaparser.api.parameters.Input@7e433922, org.onap.sdc.toscaparser.api.parameters.Input@67e29be9, org.onap.sdc.toscaparser.api.parameters.Input@11bd1b3d, org.onap.sdc.toscaparser.api.parameters.Input@6ad1bac2]
2022-09-13T06:33:47.734Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.735Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.735Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 372a378d-678c-450d-910f-940d437aa2d5: test-pnf
2022-09-13T06:33:47.735Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Processing PNF resource: 9d063959-5076-4112-8791-3b0ad28d7887
2022-09-13T06:33:47.735Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T06:33:47.736Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T06:33:47.736Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||Resource customization UUID: 37f74ef0-1e6d-416c-968b-9f07046544af is the same as notified resource customizationUUID: 37f74ef0-1e6d-416c-968b-9f07046544af
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-09-13T06:33:47.938Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9d063959-5076-4112-8791-3b0ad28d7887 0 ASDC deployResourceStructure
2022-09-13T06:33:47.939Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-13T06:33:47.939Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-13T06:33:47.940Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T06:33:47.940Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:33:47.942Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:33:47.943Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050827939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:33:48.042Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:33:48.043Z||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-09-13T06:33:48.043Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:33:48.076Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:33:48.076Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-13T06:33:48.943Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7a90ee5-a619-4b85-9019-5983a22d6a06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T06:33:48.992Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7a90ee5-a619-4b85-9019-5983a22d6a06
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-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.997Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-13T06:33:48.998Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T06:33:49.011Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T06:34:19.012Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7a90ee5-a619-4b85-9019-5983a22d6a06 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-09-13T06:34:19.030Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7a90ee5-a619-4b85-9019-5983a22d6a06 and serviceModelVersionId: 372a378d-678c-450d-910f-940d437aa2d5
2022-09-13T06:34:19.031Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62814b1a-f4b7-49e6-96cd-3926991acbc9
2022-09-13T06:34:19.031Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62814b1a-f4b7-49e6-96cd-3926991acbc9/model-vers/model-ver/372a378d-678c-450d-910f-940d437aa2d5?depth=0
2022-09-13T06:34:19.035Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T06:34:19.075Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62814b1a-f4b7-49e6-96cd-3926991acbc9/model-vers/model-ver/372a378d-678c-450d-910f-940d437aa2d5?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-09-13T06:34:19.076Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62814b1a-f4b7-49e6-96cd-3926991acbc9/model-vers/model-ver/372a378d-678c-450d-910f-940d437aa2d5?depth=0|INFO|500||Invoke
2022-09-13T06:34:19.108Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62814b1a-f4b7-49e6-96cd-3926991acbc9/model-vers/model-ver/372a378d-678c-450d-910f-940d437aa2d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-13T06:34:19.174Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62814b1a-f4b7-49e6-96cd-3926991acbc9/model-vers/model-ver/372a378d-678c-450d-910f-940d437aa2d5?depth=0|INFO|500||InvokeReturn
2022-09-13T06:34:19.175Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62814b1a-f4b7-49e6-96cd-3926991acbc9/model-vers/model-ver/372a378d-678c-450d-910f-940d437aa2d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220913-06:34:19:009-95852], vertex-id=[204984], Content-Length=[0], Date=[Tue, 13 Sep 2022 06:34:19 GMT], Content-Type=[application/json]}
2022-09-13T06:34:19.176Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-09-13T06:34:19.176Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-13T06:34:19.176Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T06:34:19.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T06:34:19.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7a90ee5-a619-4b85-9019-5983a22d6a06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-13T06:34:19.195Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-13T06:34:19.195Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-13T06:34:19.197Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T06:34:19.197Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050859194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:34:19.300Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T06:34:19.302Z||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-09-13T06:34:19.302Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:34:19.324Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:34:19.325Z||pool-113-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T06:34:20.233Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:34:20.233Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:34:20.233Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:34:29.788Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:34:29.788Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:34:29.789Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:34:29.789Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:34:39.334Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:34:39.335Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:34:39.335Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:34:39.336Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:34:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:34:40.207Z||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-09-13T06:34:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:34:40.231Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:34:40.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:34:40.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30e52c2e-f2e6-447f-bfdd-f8919046c433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050755941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:34:40.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:34:40.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-13T06:34:40.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:34:40.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T06:34:40.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:34:40.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:34:48.906Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:34:48.906Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:34:48.907Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:34:48.907Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:34:58.492Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:34:58.493Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:34:58.494Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:34:58.494Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:35:08.069Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:35:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:35:40.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:35:40.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:35:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:35:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:35:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:35:40.226Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:35:40.227Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.227Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-13T06:35:40.229Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.229Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:35:40.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:35:40.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.230Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.231Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050520190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:35:40.231Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.231Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.231Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050765457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:35:40.231Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.231Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.232Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050772514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:35:40.232Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.232Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.232Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050773576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050774635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050776490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T06:35:40.233Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.234Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.234Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050777494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T06:35:40.234Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.235Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.235Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050778498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-13T06:35:40.235Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.235Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.236Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050779501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:35:40.236Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.237Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.237Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf5da365-17a2-44ef-9b64-700f69911ca7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050810959,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:35:40.237Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:35:40.237Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:35:40.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:35:40.238Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.239Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.239Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:35:40.239Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:40.239Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:35:40.239Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:35:40.240Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:35:49.744Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:36:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:36:40.192Z||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-09-13T06:36:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:36:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:36:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:36:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:36:40.726Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:36:40.727Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.727Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:36:40.728Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:36:40.728Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.729Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:36:40.729Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:36:40.729Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.729Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:36:40.730Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:36:40.730Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.730Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T06:36:40.730Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:36:40.730Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050812050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T06:36:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T06:36:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050825767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T06:36:40.731Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:36:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050827939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T06:36:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:36:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T06:36:40.732Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7a90ee5-a619-4b85-9019-5983a22d6a06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663050859194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-13T06:36:40.733Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T06:36:49.787Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:37:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:37:40.191Z||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-09-13T06:37:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:37:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:37:40.207Z||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-09-13T06:37:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:37:49.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:37:49.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:38:40.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:38:40.191Z||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-09-13T06:38:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:38:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:38:40.207Z||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-09-13T06:38:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:38:49.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:38:49.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:39:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:39:40.191Z||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-09-13T06:39:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:39:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:39:40.207Z||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-09-13T06:39:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:39:49.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:39:49.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:40:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:40:40.192Z||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-09-13T06:40:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:40:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:40:40.207Z||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-09-13T06:40:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:40:49.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:40:49.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:41:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:41:40.193Z||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-09-13T06:41:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:41:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:41:40.207Z||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-09-13T06:41:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:41:49.752Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:41:49.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:42:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:42:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:42:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:42:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:42:40.207Z||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-09-13T06:42:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:42:49.746Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:42:49.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:43:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:43:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:43:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:43:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:43:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:43:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:43:49.766Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:43:49.790Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:44:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:44:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:44:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:44:40.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:44:40.212Z||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-09-13T06:44:40.212Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:44:49.746Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:44:49.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:45:40.190Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:45:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:45:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:45:40.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:45:40.208Z||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-09-13T06:45:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:45:49.746Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:45:49.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:46:40.190Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:46:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:46:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:46:40.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:46:40.208Z||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-09-13T06:46:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:46:49.778Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:46:49.778Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:47:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:47:40.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:47:40.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:47:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:47:40.207Z||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-09-13T06:47:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:47:49.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:47:49.754Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:48:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:48:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:48:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:48:40.208Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:48:40.208Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:48:40.208Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:48:49.786Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:48:49.787Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:49:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:49:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:49:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:49:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:49:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:49:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:49:49.758Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:49:49.761Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:50:40.190Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:50:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:50:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:50:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:50:40.207Z||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-09-13T06:50:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:50:49.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:50:49.754Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:51:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:51:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:51:40.193Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:51:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:51:40.207Z||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-09-13T06:51:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:51:49.731Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:51:49.791Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:52:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:52:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:52:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:52:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:52:40.207Z||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-09-13T06:52:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:52:49.786Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:52:49.787Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:53:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:53:40.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:53:40.194Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:53:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:53:40.207Z||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-09-13T06:53:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:53:49.745Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:53:49.791Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:54:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:54:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:54:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:54:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:54:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:54:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:54:49.743Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:54:49.743Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:55:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:55:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:55:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:55:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:55:40.207Z||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-09-13T06:55:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:55:49.807Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:55:49.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:56:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:56:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:56:40.192Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:56:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:56:40.207Z||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-09-13T06:56:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:56:49.746Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:56:49.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:57:40.190Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:57:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T06:57:40.191Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:57:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:57:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T06:57:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:57:49.744Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:57:49.748Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:58:40.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:58:40.191Z||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-09-13T06:58:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:58:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:58:40.207Z||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-09-13T06:58:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:58:49.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:58:49.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:59:40.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:59:40.191Z||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-09-13T06:59:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:59:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T06:59:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T06:59:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T06:59:49.781Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T06:59:49.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:00:40.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:00:40.193Z||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-09-13T07:00:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:00:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:00:40.207Z||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-09-13T07:00:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:00:49.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:00:49.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:01:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:01:40.192Z||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-09-13T07:01:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:01:40.206Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:01:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T07:01:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:01:49.734Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:01:49.784Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:02:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:02:40.191Z||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-09-13T07:02:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:02:40.208Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:02:40.210Z||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-09-13T07:02:40.210Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:02:49.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:02:49.771Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:03:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:03:40.191Z||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-09-13T07:03:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:03:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:03:40.207Z||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-09-13T07:03:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:03:49.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:03:49.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:04:40.190Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:04:40.191Z||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-09-13T07:04:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:04:40.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:04:40.207Z||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-09-13T07:04:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:04:49.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:04:49.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:05:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:05:40.191Z||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-09-13T07:05:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:05:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:05:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T07:05:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:05:49.795Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:05:49.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:06:40.190Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:06:40.191Z||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-09-13T07:06:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:06:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:06:40.207Z||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-09-13T07:06:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:06:49.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:06:49.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:07:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:07:40.193Z||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-09-13T07:07:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:07:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:07:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:07:40.208Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:07:49.782Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:07:49.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:08:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:08:40.191Z||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-09-13T07:08:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:08:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:08:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:08:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:08:49.750Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:08:49.796Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:09:40.190Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:09:40.191Z||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-09-13T07:09:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:09:40.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:09:40.209Z||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-09-13T07:09:40.209Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:09:49.778Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:09:49.793Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:10:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:10:40.191Z||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-09-13T07:10:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:10:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:10:40.207Z||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-09-13T07:10:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:10:49.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:10:49.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:11:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:11:40.192Z||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-09-13T07:11:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:11:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:11:40.207Z||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-09-13T07:11:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:11:49.759Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:11:49.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:12:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:12:40.191Z||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-09-13T07:12:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:12:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:12:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:12:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:12:49.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:12:49.774Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:13:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:13:40.191Z||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-09-13T07:13:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:13:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:13:40.207Z||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-09-13T07:13:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:13:49.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:13:49.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:14:40.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:14:40.193Z||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-09-13T07:14:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:14:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:14:40.207Z||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-09-13T07:14:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:14:49.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:14:49.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:15:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:15:40.191Z||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-09-13T07:15:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:15:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:15:40.208Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T07:15:40.208Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:15:49.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:15:49.798Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:16:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:16:40.191Z||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-09-13T07:16:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:16:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:16:40.208Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T07:16:40.209Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:16:49.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:16:49.766Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:17:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:17:40.191Z||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-09-13T07:17:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:17:40.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:17:40.211Z||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-09-13T07:17:40.212Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:17:49.767Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:17:49.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:18:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:18:40.192Z||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-09-13T07:18:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:18:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:18:40.207Z||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-09-13T07:18:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:18:49.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:18:49.784Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:19:40.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:19:40.191Z||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-09-13T07:19:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:19:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:19:40.207Z||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-09-13T07:19:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:19:49.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:19:49.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:20:40.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:20:40.193Z||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-09-13T07:20:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:20:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:20:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T07:20:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:20:49.766Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:20:49.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:21:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:21:40.194Z||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-09-13T07:21:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:21:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:21:40.207Z||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-09-13T07:21:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:21:49.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:21:49.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:22:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:22:40.192Z||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-09-13T07:22:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:22:40.206Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:22:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T07:22:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:22:49.764Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:22:49.764Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:23:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:23:40.192Z||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-09-13T07:23:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:23:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:23:40.207Z||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-09-13T07:23:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:23:49.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:23:49.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:24:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:24:40.192Z||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-09-13T07:24:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:24:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:24:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T07:24:40.208Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:24:49.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:24:49.757Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:25:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:25:40.191Z||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-09-13T07:25:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:25:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:25:40.208Z||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-09-13T07:25:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:25:49.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:25:49.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:26:40.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:26:40.191Z||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-09-13T07:26:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:26:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:26:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:26:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:26:49.757Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:26:49.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:27:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:27:40.191Z||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-09-13T07:27:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:27:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:27:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:27:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:27:49.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:27:49.778Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:28:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:28:40.192Z||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-09-13T07:28:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:28:40.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:28:40.207Z||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-09-13T07:28:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:28:49.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:28:49.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:29:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:29:40.192Z||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-09-13T07:29:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:29:40.208Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:29:40.209Z||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-09-13T07:29:40.210Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:29:49.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:29:49.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:30:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:30:40.192Z||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-09-13T07:30:40.195Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:30:40.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:30:40.207Z||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-09-13T07:30:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:30:49.783Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:30:49.784Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:31:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:31:40.191Z||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-09-13T07:31:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:31:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:31:40.207Z||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-09-13T07:31:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:31:49.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:31:49.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:32:40.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:32:40.191Z||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-09-13T07:32:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:32:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:32:40.207Z||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-09-13T07:32:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:32:49.749Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:32:49.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:33:40.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:33:40.191Z||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-09-13T07:33:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:33:40.206Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:33:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T07:33:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:33:49.758Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:33:49.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:34:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:34:40.192Z||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-09-13T07:34:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:34:40.206Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:34:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T07:34:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:34:49.734Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:34:49.759Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:35:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:35:40.192Z||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-09-13T07:35:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:35:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:35:40.207Z||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-09-13T07:35:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:35:49.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:35:49.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:36:40.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:36:40.199Z||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-09-13T07:36:40.199Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:36:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:36:40.207Z||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-09-13T07:36:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:36:49.788Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:36:49.790Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:37:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:37:40.191Z||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-09-13T07:37:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:37:40.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:37:40.207Z||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-09-13T07:37:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:37:49.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:37:49.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:38:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:38:40.192Z||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-09-13T07:38:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:38:40.206Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:38:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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-09-13T07:38:40.207Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:38:49.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:38:49.753Z|0bec1fe7-2b67-43ff-9e88-b0f5d86c980e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:39:40.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:39:40.191Z||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-09-13T07:39:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:39:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:39:40.207Z||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-09-13T07:39:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:39:49.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:39:49.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:40:40.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:40:40.191Z||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-09-13T07:40:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:40:40.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:40:40.207Z||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-09-13T07:40:40.208Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:40:49.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:40:49.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:41:40.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:41:40.193Z||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-09-13T07:41:40.194Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:41:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:41:40.209Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:41:40.209Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:41:49.777Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:41:49.805Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:42:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:42:40.192Z||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-09-13T07:42:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:42:40.206Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:42:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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-09-13T07:42:40.207Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:42:49.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:42:49.763Z|f7a90ee5-a619-4b85-9019-5983a22d6a06|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:43:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:43:40.192Z||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-09-13T07:43:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:43:40.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:43:40.207Z||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-09-13T07:43:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:43:49.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:43:49.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:44:40.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:44:40.192Z||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-09-13T07:44:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:44:40.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:44:40.207Z||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-09-13T07:44:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:44:49.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:44:49.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:45:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:45:40.191Z||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-09-13T07:45:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:45:40.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:45:40.207Z||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-09-13T07:45:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:45:49.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:45:49.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:46:40.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:46:40.193Z||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-09-13T07:46:40.193Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:46:40.206Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:46:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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-09-13T07:46:40.207Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:46:49.760Z|7eef7773-196c-4bfc-bf70-dd6a3c39b1da|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:46:49.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:47:40.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:47:40.191Z||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-09-13T07:47:40.191Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:47:40.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:47:40.207Z||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-09-13T07:47:40.207Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:47:49.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:47:49.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:48:40.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:48:40.192Z||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-09-13T07:48:40.192Z||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 aPz1Nl8AZhD6UvVV) ...
2022-09-13T07:48:40.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:48:40.207Z||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-09-13T07:48:40.207Z||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 aPz1Nl8AZhD6UvVV) ...